You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
* 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
setsourceN
functions#include "vision/VisionPipeline.h"
)cv::
namespace qualifierThe text was updated successfully, but these errors were encountered: