c# - Counter in Emgu CV 3.2.0 -


i using emgu cv 3.2.0 c# pixels detection. can not find counter in emgu cv 3.2.0.

code here:

contour<point> contour1 = cannygray.findcontours(); 

where counter present in emgu cv 3.2.0? or has been replaced?

the count of contours in value size. or in case contour1.size.

doug


Comments

Popular posts from this blog

python - Operations inside variables -

Generic Map Parameter java -

arrays - What causes a java.lang.ArrayIndexOutOfBoundsException and how do I prevent it? -