Open CV module usage #312
Answered
by
rainyl
fadelfffar
asked this question in
Q&A
-
Can we just use any module on opencv.org and use it as an function? I'm trying to add the new Face Recognition Module (https://docs.opencv.org/4.x/da/d60/tutorial_face_main.html) with Eigenfaces, Fisherfaces, and Local Binary Patterns Histograms algorithms |
Beta Was this translation helpful? Give feedback.
Answered by
rainyl
Dec 29, 2024
Replies: 1 comment 1 reply
-
No, |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
fadelfffar
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
No,
cv::fave
is not implemented yet and there is no plan to support this module in this project, all supported modules are listed in https://github.com/rainyl/opencv_dart?tab=readme-ov-file#status , contributions are welcome if you want to do it.