galicialuis / aam-opencv

Automatically exported from code.google.com/p/aam-opencv
0 stars 0 forks source link

Compilation error #5

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. CMake and compile

What is the expected output? What do you see instead?
Should compile without errors. I see this output:

3>c:\documents and settings\administrator\my 
documents\downloads\aam-opencv.tar\aam-opencv\src\delaunay.cpp(482) : error 
C4716: 'delaunay::warpImageToMeanShape' : must return a value

What version of the product are you using? On what operating system?
The same from download section, which is:
    aam-opencv.tar.gz 

Please provide any additional information below.
This function should return something:
aamImage*
delaunay:: warpImageToMeanShape(aamImage*input)
{

}
It seems the svn version is not updated. Can you check that please?

Original issue reported on code.google.com by danielba...@gmail.com on 13 Jan 2011 at 2:51

GoogleCodeExporter commented 9 years ago
just type in bracket

delaunay:: warpImageToMeanShape(aamImage*input)
{
         return NULL;
}

Original comment by k.manojp...@gmail.com on 25 Jul 2014 at 10:33