Click here to Skip to main content
15,887,683 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
Hey!

I found a source code for a face Recognition program with opencv and i started to use just to see how its works so i can make my own one later. the problem is that i have done everything right but i have thing that i don't understand!.
The problem is that when i start the project its telling "Image not loaded" what does that mean? and how do i train this so it will recognize my face?
can someone explain it for me pls!

Picture of the problem: http://i.imgur.com/ArJOqsI.png

This is the video where i found the code: https://www.youtube.com/watch?v=WfrHM24aFIE

and the source code in github : https://github.com/gihantharanga/ComputerVision

Thank you!
Posted
Comments
CHill60 25-Oct-15 18:39pm    
Have you contacted the author of the code?
icmtop 8-Dec-15 9:20am    
You can try such following.
cv::Mat image = cv::imread("E://Lenna.png", 1);
Your code is :
Mat image = imread("E://Lenna.png",1);

Namespace must be preceded, I think.
Try this!

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)

  Print Answers RSS
Top Experts
Last 24hrsThis month


CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900