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

sql - Time in datatime field -

javascript - How to split the success output from an Ajax post? -

java - sharing object across different classes -