Papers which OpenCV Implementations are Based.
Hi All,
Is there any pool or a kind of search engine that i can use to match implementations in OpenCV with the papers that they are based? Because i need to cite LK Optical Flow GPU implementation and explain some part of it.
Thanks in advance, Ilker
Not all, but many of algorithms implemented in OpenCV contain citations to the original paper in the source code files. And you can search them online at https://github.com/Itseez/opencv or offline on your disk. Concerning your question, these links may help: https://github.com/Itseez/opencv/blob/f3f7f705885e35c80a92de77518c82ab360c00a8/doc/py_tutorials/py_video/py_lucas_kanade/py_lucas_kanade.rsthttps://github.com/Itseez/opencv/blob/298a1d50d29e3ddd7f472d2c087ea5726f72a30e/modules/cudaoptflow/doc/optflow.rst
Very thx tuannhtn. It seems they may help me in this.