Im using the convexhull to find the defects points, it is working fine, but Im getting a lot of them, how could filter it ? any tips ? could you share your source code ?
@DDoiS -use some morphological operation like OPEN, CLOSE.. choose the proper size of Kernel (3x3, 5x5, 9x9..) choose proper shape of it.. try different possibilities and find your best :)
Useful when I wanna know where my fingers hehe !! Nice work ...
AJSwisgirl 9 months ago
Im using the convexhull to find the defects points, it is working fine, but Im getting a lot of them, how could filter it ? any tips ? could you share your source code ?
thanks.
nice work !
DDoiS 1 year ago
@DDoiS -use some morphological operation like OPEN, CLOSE.. choose the proper size of Kernel (3x3, 5x5, 9x9..) choose proper shape of it.. try different possibilities and find your best :)
MrAndiron 10 months ago