![]() |
NimbRo ROS Soccer Package
|
For detecting at least 50% white ball. More...
#include <BallDetector.hpp>
Inherits IDetector.
Public Member Functions | |
std::vector< BallCircleC > | GetBall (const Mat &rawHSV, const vector< Point > &hullField, const Mat &fieldBinaryRaw, Mat &rawGray, const Mat &ballMask, const Mat &fieldConvectHull, CameraProjections &projection, Mat &cannyImg, GuiManager *_guiManager, Mat &guiImg, bool SHOWGUI) |
bool | Init () |
Init function for ball detection. More... | |
bool | LoadCascade () |
For detecting at least 50% white ball.
bool BallDetector::Init | ( | ) |
Init function for ball detection.
This function is called in the vision class