c++ - OpenCV: Dealing with contour vector indexing -
using function convexitydefects takes blob binary image , creates vector points surrounding hand. vector begins @ point @ highest y location on blob interfering ability run k-curvature on each finger determine accurate finger position.
i have thought reshuffling vector beginning of vector starts away location away fingers on hand. problem difficult implement because don't have effective way pick point on hand start reordering of points. have suggestions provide easy methods fix this? goal have none of fingertips within ~30 points of beginning of array.
Comments
Post a Comment