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

ubuntu - PHP script to find files of certain extensions in a directory, returns populated array when run in browser, but empty array when run from terminal -

php - How can i create a user dashboard -

javascript - How to detect toggling of the fullscreen-toolbar in jQuery Mobile? -