MorantHypopolia / calib

Automatically exported from code.google.com/p/calib
0 stars 0 forks source link

dmCornerDetect.dll not working on x64 systems #13

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
The GML (last updated in 2005), provides the file dmCornerDetect.dll, which 
does the automatic corner detection. However, the included version is 
pre-compiled and it isn't working on x64 systems. They also provide the source 
MEX files (added on r74 Modified_GML/MEX_sources), that can be used to 
recompile the dll. A straightfoward method for this should be 
developed/included.

Original issue reported on code.google.com by fabio.dias on 21 Oct 2012 at 5:24

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
Suggested best case solution: eliminate the need for c compiling and opencv -> 
replace the whole thing with matlab code...

Original comment by fabio.dias on 28 Oct 2012 at 3:10

GoogleCodeExporter commented 9 years ago
Suggestion: Use of the matlab 'corner' function

Original comment by fabio.dias on 24 Jan 2013 at 6:11