library for image processing, computer vision and machine learning
-
wrote on 24 Apr 2016, 06:56 last edited by bahman309
How can someone use Qt for image processing , computer vision and machine learning? Are there libraries or plugins for Qt for this purpose?
which one is best?thanks
-
How can someone use Qt for image processing , computer vision and machine learning? Are there libraries or plugins for Qt for this purpose?
which one is best?thanks
wrote on 24 Apr 2016, 09:14 last edited byI suggest you have a look at the very popular OpenCV library: http://opencv.org/
As it's a C++ library you can use it easily in a C++ Qt project. -
I suggest you have a look at the very popular OpenCV library: http://opencv.org/
As it's a C++ library you can use it easily in a C++ Qt project.wrote on 24 Apr 2016, 11:58 last edited bythanks @Joel-Bodenmann
I found OpenCV, QVision, QCV, VXL and etc,
do you know which one is better? -
thanks @Joel-Bodenmann
I found OpenCV, QVision, QCV, VXL and etc,
do you know which one is better?wrote on 24 Apr 2016, 12:18 last edited bySorry, I can't really comment on that as I haven't used anything other than OpenCV so far. All I can tell you is that OpenCV is very popular and known to work well. It's also actively maintained and used throughout the industry.
QCV appears to be a Qt friendly wrapper around the OpenCV library. I've never used it. Neither have I ever touched VXL and QVision appears to be something completely different.I'm sorry that I can't give any objective recommendation. Probably somebody else has more experience on this field.
-
Sorry, I can't really comment on that as I haven't used anything other than OpenCV so far. All I can tell you is that OpenCV is very popular and known to work well. It's also actively maintained and used throughout the industry.
QCV appears to be a Qt friendly wrapper around the OpenCV library. I've never used it. Neither have I ever touched VXL and QVision appears to be something completely different.I'm sorry that I can't give any objective recommendation. Probably somebody else has more experience on this field.
wrote on 27 Apr 2016, 04:12 last edited by@Joel-Bodenmann
Thank you so much
5/5