Ask Your Question
1

FaceRecognition in openCV 3.0 beta

asked 2015-02-14 02:42:51 -0600

praveeng06 gravatar image

Hello, I am trying to replicate below mentioned module in openCV 3.0

https://github.com/MasteringOpenCV/co...

But due to change in overall structure few modules are shifted from https://github.com/Itseez/opencv to https://github.com/Itseez/opencv_contrib. I am not able to replicate that.

There is change in syntax as well. Request to help me out. image description

Actual video is mentioned for complete reference original work - opencv2.4 https://www.youtube.com/watch?v=yJvuZ...

edit retag flag offensive close merge delete

1 answer

Sort by ยป oldest newest most voted
2

answered 2015-02-14 02:51:43 -0600

berak gravatar image

the "MasteringOpenCV" was written with opencv2.4, it most likely won't work with opencv3.0 out-of-the-box.

  • if you want to use opencv3.0, rather start with the opencv_contrib/modules/face/samples demo, and adapt features from shervin's code piecewise

  • if you just want to compile the "MasteringOpencv" code unchanged, you will have to fall back to opencv2.4

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2015-02-14 02:42:51 -0600

Seen: 299 times

Last updated: Feb 14 '15