#include <CscDetectorEngineYoloV8.h>
|
| | CscDetectorEngine () |
| |
| void | shiftDetectedObjectsForLense (const vector< CscWorldObject * > &resultObjList, const LenseParameter *lense) const |
| |
| void | safeAddRectangle (vector< CscRect2d > &rectangles, CscRect2d &rectangle, cv::Mat &image) |
| |
| static void | drawDetectedObjectBox (cv::Mat &frame, const CscRect2d &boxRectangle, float estimatedDistanceMeter, float certitude, const string &objectName, const Vec3 &color=Vec3(255, 178, 50)) |
| |
◆ CscDetectorEngineYoloV8()
◆ detectOnImage()
◆ equals()
| bool conscience_core::detector_engine::CscDetectorEngineYoloV8::equals |
( |
CscDetectorEngine * |
other | ) |
const |
|
overridevirtual |
◆ setCropImage()
| CscDetectorEngineYoloV8 * conscience_core::detector_engine::CscDetectorEngineYoloV8::setCropImage |
( |
bool |
cropImage | ) |
|
Darknet can give better result if image is cropped (if not square). Do not mix with tiling, it plays on the same field
◆ setDetectedRectanglesColor()
| CscDetectorEngineYoloV8 * conscience_core::detector_engine::CscDetectorEngineYoloV8::setDetectedRectanglesColor |
( |
const cv::Scalar & |
detectedRectanglesColor | ) |
|
◆ setMinConfidenceThreshold()
| CscDetectorEngineYoloV8 * conscience_core::detector_engine::CscDetectorEngineYoloV8::setMinConfidenceThreshold |
( |
float |
minConfidenceThreshold | ) |
|
The documentation for this class was generated from the following files: