Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

error: OpenCV(4.6.0) /tmp/pip-wheel-8c7uejek/opencv-python_88dbbad412c5416b992ae69de26299d6/opencv/modules/imgproc/src/morph.simd.hpp:841: error: (-213:The function/feature is not implemented) Unsupported data type (=4) in function 'getMorphologyFilter' #30

Open
obularajud opened this issue Nov 7, 2022 · 0 comments

Comments

@obularajud
Copy link

 10 #cv.imwrite('JupiterBase01.png', results)

/home/pi/Desktop/saas/7777/jupyter Note books Works/2022/11/Git/fingerprint_recognition-master/finegerprint_pipline.py in fingerprint_pipline(input_img)
29
30 # ROI and normalisation
---> 31 (segmented_img, normim, mask) = create_segmented_and_variance_images(normalized_img, block_size, 0.2)
32
33 # orientations

/home/pi/Desktop/saas/7777/jupyter Note books Works/2022/11/Git/fingerprint_recognition-master/utils/segmentation.py in create_segmented_and_variance_images(im, w, threshold)
49 # smooth mask with a open/close morphological filter
50 kernel = cv.getStructuringElement(cv.MORPH_ELLIPSE,(w2, w2))
---> 51 mask = cv.morphologyEx(mask, cv.MORPH_OPEN, kernel)
52 mask = cv.morphologyEx(mask, cv.MORPH_CLOSE, kernel)
53
error: OpenCV(4.6.0) /tmp/pip-wheel-8c7uejek/opencv-python_88dbbad412c5416b992ae69de26299d6/opencv/modules/imgproc/src/morph.simd.hpp:841: error: (-213:The function/feature is not implemented) Unsupported data type (=4) in function 'getMorphologyFilter'
Pi 3,4 Persion

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant