adamgf / react-native-opencv3-tests

Sample react native apps that expose OpenCV functionality on both iOS and Android
Other
19 stars 14 forks source link

I want to detect square images like we detect circles in HoughCircles2. #97

Closed shubham-mobitoss closed 2 years ago

shubham-mobitoss commented 3 years ago

I didn't understand where are we providing the code to look for a circular shape. I would like to detect square shapes in image and is there any way to detect custom shapes that I can code in like triangles etc?