opencv - How to get Vector data in skeletonization? -


i using opencv track edge of hand on image. using skin color not reliable can't use contour. using canny edge detection match need because can of outline correctly. want make information vector can improve in vector way. can't use houghlinesp because lines not straight. dilating gives lots of unwant random lines. can thinning don't know next step should do. thinned image still image. need vector data. how do it?

a pic showing concept


Comments

Popular posts from this blog

c# - Update a combobox from a presenter (MVP) -

How to understand 2 main() functions after using uftrace to profile the C++ program? -

How to put a lock and transaction on table using spring 4 or above using jdbcTemplate and annotations like @Transactional? -