labeling

How to get region properties from image that is already labeled in OpenCV?

How to get region properties from image that is already labeled in OpenCV? Question: I am labeling images using the watershed algorithm in OpenCV (similar to this tutorial: https://docs.opencv.org/3.4/d3/db4/tutorial_py_watershed.html) such that at the end I obtain an array of labels where each region has an integer value corresponding to its label. Now, I want to …

Total answers: 3