counting pixels of certain irregularly spaced area in image

1 vue (au cours des 30 derniers jours)
sandeep
sandeep le 17 Déc 2014
Commenté : sandeep le 17 Déc 2014
how can we count the total pixels in the sector shaped region( total means sum of red,yellow,bluish and white pixels in the sector). The problem i am facing is finding number of white pixels inside sector. When i run a loop to scan for white pixels in sector, program also scans the white pixels in the tiny white squares along the border of rectangle. Is There any other way to find the total pixels in sector. Below is if else loop i am using.Thanks.
if(red threshold) red=red+1; elif(yellow threshold) yellow= yellow+1; elif(bluish threshold) bluish = bluish +1 else(white threshsold) white= white+1; else black = black +1;
  2 commentaires
sandeep
sandeep le 17 Déc 2014
Please find image attached as test S-scan.BMP Don't worry about the red and blue lines in image. They can be removed in View Menu of my software that makes image. But it can't remove small white squares.
sandeep
sandeep le 17 Déc 2014
attached is the image.

Connectez-vous pour commenter.

Réponses (0)

Catégories

En savoir plus sur Images dans Help Center et File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by