how to read image from scanner in opencv2.4.10 [closed]
i am working on fingerprint detection so i just want that how to read image from scanner in opencv cpp code.
i am working on fingerprint detection so i just want that how to read image from scanner in opencv cpp code.
Asked: 2015-09-16 04:51:29 -0600
Seen: 634 times
Last updated: Sep 16 '15
imread
from the location where your scanner stores the data?If you want to read into
cv::Mat
directly from a TWAIN compatible scanner you can use TWAIN driver interface. Start from here: TWAIN sample Data Source and Applicationi guess, most fingerprint scanners come with a proprietary api.