I use opencv color blob detection to detect a small white point with the black background. when the point is big it can detect it ,but when the point comes small ,it cannot detect. I think there is a parameter that we can set it for small point in color blob detection sample ,but i couldn't found that.any body know that? or any body know a better and faster way to detect that white color? pay attention : in the camera there is just a white point and all of the background is black.
this is the picture of when the object is big(the camera is near to the object):
http://www.axgig.com/images/14410928700656745289.png
and this is when the object is small(the camera is far from the object):
http://www.axgig.com/images/00768609020826910230.png
I want to detect the coordinate of the white point.How?