Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Generated C++ doesn't compile #797

Closed
SamCarlberg opened this issue Jan 23, 2017 · 0 comments
Closed

Generated C++ doesn't compile #797

SamCarlberg opened this issue Jan 23, 2017 · 0 comments

Comments

@SamCarlberg
Copy link
Member

SamCarlberg commented Jan 23, 2017

  • The .cpp still declares the setsourceN functions
  • VIsionPipeline include is wrong (should be #include "vision/VisionPipeline.h")
  • FindBlobs is missing a cv:: namespace qualifier
  • Includes the contrib module (and several others) even when it's not used, and may not compile on systems that don't or can't have it installed (e.g. FRC)
@SamCarlberg SamCarlberg self-assigned this Jan 23, 2017
SamCarlberg added a commit to SamCarlberg/GRIP that referenced this issue Jan 23, 2017
SamCarlberg added a commit that referenced this issue Jan 30, 2017
* Fix various issues with generated C++

Closes #797

* frc namespace, add override keyword

* Capital 'P' in 'Process'

* Fix integer division in filterContours

Closes #810

* Remove include for contrib module

* Clean up generated doc comments

* Capitalize C++ getter methods

All public C++ functions should be PascalCase now
# for free to join this conversation on GitHub. Already have an account? # to comment
Projects
None yet
Development

No branches or pull requests

2 participants