Click here to Skip to main content
15,889,216 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I need to get the number of pixels that contains the same color , i found some article about this and all of them suggested to use iterate each pixel , i would like to if there is some other way i could use.

thanks in advance.
Posted

1 solution

Counting is an iterative process, so you have to go to each pixel one by one.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900