Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

createLinearFilter is not member of cv

hi; please i am working in project of fingerprint recognation and this code in c++ generate this error : createLinearFilter is not member of cv the instruction of code : cv::Ptr <cv::filterengine> fe = cv::createLinearFilter(CV_32FC1, CV_32FC1, gaussKernel, cv::Point(0, 0), 0, cv::BORDER_CONSTANT, cv::BORDER_CONSTANT, cv::Scalar(0)); fe->apply(freqMat, frequencyImage);

by now me i am with opencv 3.0.1 i know that FilterEngine is not member but createLinearFilter i don't know so please help to write these instructions of code using opencv 3.0.1 Thank you in first