Ask Your Question
0

Problems with the opencv document

asked 2013-05-06 00:23:14 -0600

Hi,there. I want to find some infomation about this class "class CV_EXPORTS LDetector", but I can't find it in the opencv document. How could this happen? My opencv version is 2.4.1.

edit retag flag offensive close merge delete

1 answer

Sort by ยป oldest newest most voted
2

answered 2013-05-06 14:57:52 -0600

Guanta gravatar image

updated 2013-05-06 15:02:45 -0600

It just isn't documented, there is already assigned a ticket at http://code.opencv.org/issues/1026, so there is no need to assign another one, however you can leave a note there that you actually use (or want to use) the descriptor.

If you want to speed up things you can read the original paper (Vincent Lepetit, Pascal Fua,"Towards Recognizing Feature points Using Classification Trees," Technical Report IC/2004/74, EPFL, 2004.), figure out how it works (/legacy/src/planardetect.cpp) and add the missing documentation to OpenCV. Please see http://code.opencv.org/projects/opencv/wiki/How_to_contribute how you can contribute.

edit flag offensive delete link more

Comments

What is CV_EXPORTS? I see this macros in so many places. But could not really understand what it is. There is no information about it also. I also want to know what NCV_STATUS and NCV_EXPORTS is? what is the difference between CV and NCV? can anyone enlighten me?

mainul gravatar imagemainul ( 2013-09-05 13:05:47 -0600 )edit

@mainul, please start a new question on this, since having several topics on one side is a total drag, thank you!

berak gravatar imageberak ( 2013-09-05 13:14:40 -0600 )edit

ok, I will. I thought this topic has answer that contains area that resembles mine, so I asked here thinking that I might get an answer quickly. I will ask a new question.

mainul gravatar imagemainul ( 2013-09-05 13:33:20 -0600 )edit

Question Tools

Stats

Asked: 2013-05-06 00:23:14 -0600

Seen: 416 times

Last updated: Sep 05 '13