I'm programming a fingerprint recognition system ..and I get the orientation field map but i want to visualise the result befor continuing the rest of the program.

Is there any source code with openCv to do this faster or should I write the code my self

what about Matlab can it visualise an orientation matrix

the result I want is to visualise the b image ( I have already calculate it)

http://i.stack.imgur.com/4XOdv.jpg

有帮助吗?

解决方案

For Matlab: Have a look at the Quiver plot: http://www.mathworks.de/de/help/matlab/ref/quiver.html

For OpenCV: I don´t think there is a function you could use. You would have to write it yourself.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top