Ask Your Question

joaofaro's profile - activity

2017-11-07 18:04:58 -0600 received badge  Student (source)
2015-09-09 05:53:12 -0600 received badge  Enthusiast
2015-09-06 12:28:53 -0600 commented question Contribute: Adding documentation to new class at 3.0

Sorry to bother you again but I had an unsuccessfully build at Android (the others succeeded).

error: RPC failed; result=35, HTTP code = 0 (http://pullrequest.opencv.org/buildbo...)

Anyone knows why this is happening?

2015-09-06 09:21:41 -0600 commented question Contribute: Adding FHOGDescriptor

Thanks! It was my fault, I should have verified the syntax.

2015-09-04 14:32:08 -0600 commented question Contribute: Adding FHOGDescriptor

I'm not using latentsvm, I've just adapted some functions that were used in latentsvm. However, I tried to keep it the closest possible to the original.

I will add the objectdetect.hpp and see if it works.

Thank you!

2015-09-04 14:13:23 -0600 asked a question Contribute: Adding FHOGDescriptor

Hi! I'm trying to add FHOG descriptor but the buildbot returned an error while building for Mac and IOS.

The report showed the error: error: no member named 'FHOGDescriptor' in namespace 'cv'

This is strange because FHOGDescriptor is defined inside the namespace. Moreover, the other builds did not return any other error.

I will appreciate if anyone can help me with that,

PR: http://pullrequest.opencv.org/#/summa...

Log file: http://pullrequest.opencv.org/buildbo...

2015-09-02 12:40:10 -0600 commented question Contribute: Adding documentation to new class at 3.0

@berak I read about that but I forgot to convert the tabs before push. Now, it's corrected, I apologize for that. I have also updated the .hpp with some more information.

@LorenaGdL I thought at the beggining but at How to Contribute section it is mentioned the Itseez/opencv repo.

I apologize for all this mess but it's the first time I contribute

2015-09-02 11:27:17 -0600 commented question Contribute: Adding documentation to new class at 3.0

Thanks for the help!

@sturkmen I have submitted a pull request (https://github.com/Itseez/opencv/pull...). The public funtions are documented in svmsgd.hpp as required (at least I tried to) but I didn't realize where I should add the explanation header and the reference. If you can point the correct location of each section I will complete the documentation as required.

Thanks in advance!

EDIT: The buildbot returned an error in Mac compilation, I will also try to understand why

2015-09-02 08:16:34 -0600 asked a question Contribute: Adding documentation to new class at 3.0

Hi!

I'm trying to contribute with a new class to the OpenCV 3 but I'm stuck with the documentation. How can I add it? I can't find the .rst files (at 2.4 repo they were at opencv/modules/<module-name>/doc). Should I add my project (with cpp, hpp and rst files) to the 2.4 instead of 3.0?

Maybe I'm just being dumb, but I getting tired of trying to find how I should add the rst files.

Thanks in advance!