Ask Your Question
0

Source code for cvFindhomography and other CVAPI??

asked 2014-02-15 08:04:52 -0600

codey666 gravatar image

I am trying to port an appliction from opencv to an embedded platform called blackfin561 adsp processor.It doesnot support this function and there are no similar function support so I have to write my own code.I am forced to write my own code for cvFindhomography ,cvcreateImage , cvcvtcolor etc please help where can I find the source code.In the calib3d.h the function is declared and from there its a dead end I dont know where to find the source code for the fuction..???

edit retag flag offensive close merge delete

1 answer

Sort by ยป oldest newest most voted
0

answered 2014-02-15 08:22:09 -0600

The implementation of function cvFindhomography is in the file https://github.com/Itseez/opencv/blob/master/modules/calib3d/src/compat_ptsetreg.cpp. You can go to the source code of OpenCV at github site and search for implementation details of any funtion it has (with function name).

edit flag offensive delete link more

Comments

The program has the source code of cvfindhomography which is what I asked for, great!! But that in turn points to another version of the same damn function... please I need source code without any cv* pure 'C' code up-to the most bottom level without any dependencies...

codey666 gravatar imagecodey666 ( 2014-02-15 09:34:58 -0600 )edit

Question Tools

Stats

Asked: 2014-02-15 08:04:52 -0600

Seen: 1,098 times

Last updated: Feb 15 '14