Ask Your Question

jrock's profile - activity

2016-01-07 20:45:02 -0600 received badge  Nice Question (source)
2013-03-01 03:31:12 -0600 received badge  Student (source)
2013-03-01 01:23:52 -0600 asked a question Chamfer Matching API

Is there any reason why the API for chamfer matching is limited to the single function chamerMatching(img,img,...) which [sortof] returns the n-best matches. It seems like a good idea to make the actual ChamferMatching object available to someone so inclined. It's an easy enough change to add a header file to the contrib/include.

Just a heads up, I'm not asking someone to do this for me, I've already done it on a local fork, I'm just curious if this is something that I would be accepted if I put in a pull request.