Ask Your Question
1

Why there are not many algorithm in the library?

asked 2013-01-05 02:39:14 -0600

updated 2013-01-05 04:25:36 -0600

The skeleton(thinning) algorithm is very practical in image processing field .

My question : Why there is not this algorithm(function) in the OpenCV library?Is there a paricular reason?

Note : There are not also many other algorithm such as gabor wavelet,signular point(endpoint-bifurcation) extraction in skeleton etc .

edit retag flag offensive close merge delete

Comments

This will not answer your question, but you might want to check some thinning implementations on my blog.

bsdnoobz gravatar imagebsdnoobz ( 2013-01-13 23:31:55 -0600 )edit

Set of functions that I mentioned is related to the field of fingerprint.There are not some basic functions in opencv library.

Mostafa Sataki gravatar imageMostafa Sataki ( 2013-01-14 00:22:07 -0600 )edit

1 answer

Sort by ยป oldest newest most voted
3

answered 2013-01-05 03:39:06 -0600

OpenCV is open source project, so you can contribute any useful functionality to the project. There is repository mirror on github. You can fork it, make some changes and propose pull request to the main repository. See more information about pull requests in Github help.

edit flag offensive delete link more

Question Tools

Stats

Asked: 2013-01-05 02:39:14 -0600

Seen: 458 times

Last updated: Jan 05 '13