How to add pedestrian recognition feature to the library [closed]

asked 2014-09-13 03:23:06 -0600

JewelCV gravatar image

I wanted to add a new feature to the openCV library . namely , the pedestrian re-identification method discussed here http://www.cv-foundation.org/openaccess/content_cvpr_2013/papers/Pedagadi_Local_Fisher_Discriminant_2013_CVPR_paper.pdf .

Where do i start?

i have gone through the coding style guide. i have forked the repo . and created a new branch.

which module should i add the feature to?

how much progress should i make before sending a PR ?

im a noob to contributions. sorry for any stupidity.

edit retag flag offensive reopen merge delete

Closed for the following reason the question is answered, right answer was accepted by sturkmen
close date 2020-10-06 23:29:43.775740

Comments

Also id love it if someone helped me understand the Itseez/opencv branch names .

how will i know where the facerec.cpp present in contrib module in the 2.4 branch went in it came to the master branch ?

JewelCV gravatar imageJewelCV ( 2014-09-13 04:10:42 -0600 )edit

hi @JewelCV, my best bet is, that your contribution should go into the 3.0(master) branch.

they moved most similar functionality like the one your planning to a contrib repo (that's also where the facerec went) , and i guess, that's where your pr should go, too.

berak gravatar imageberak ( 2014-09-13 06:27:18 -0600 )edit