Created on 03-29-2016 01:08 PM - edited 09-16-2022 03:11 AM
For complex tasks like facial or object recognition, what are the best enabling frameworks?
Created 03-29-2016 07:47 PM
Hi @Vadim,
OpenCV is famous for image processing in general. They have several tools for image and face recognition. Here is an example of how to do face recognition with OpenCV: tutorial.
In terms of integration with Hadoop, there's a framework called HIPI developed by University of Virginia for leveraging HDFS and MapReduce for large scale image processing. This framework supports OpenCV too.
Finally, for image processing in motion, you can use HDF with an OpenCV processor like the one published here
Created 03-29-2016 01:09 PM
I hear OpenCV alot
Created 03-29-2016 07:47 PM
Hi @Vadim,
OpenCV is famous for image processing in general. They have several tools for image and face recognition. Here is an example of how to do face recognition with OpenCV: tutorial.
In terms of integration with Hadoop, there's a framework called HIPI developed by University of Virginia for leveraging HDFS and MapReduce for large scale image processing. This framework supports OpenCV too.
Finally, for image processing in motion, you can use HDF with an OpenCV processor like the one published here