connectedComponents in openCV4Android?
Most of functions in openCV
have similar name in openCV4Android
.But I can not find relative method for cv2.connectedComponents() in openCV4Android.Do you know how I can find it?
Edit:
I saw that function in this page: Image Segmentation with Watershed Algorithm.
where did you find cv2.connectedComponents() ?
it seems, it's only available in 3.0
@berak I update question.please see it again.