|
static float | nmsThreshold = 0.4F |
| Threshold for nms suppression.
|
|
static int | uiConfidenceThreshold = DNN_MODEL_THRESHOLD_NOT_SET |
| Threshold for bbox detection. It can be init and changed in the GUI.
|
|
void | correctBbox (cv::Rect &bbox, const cv::Size &paddedSize) const |
|
void | selectBbox (const cv::Size &paddedSize, float confidence, int left, int right, int top, int bottom, std::vector< float > &goodConfidences, std::vector< cv::Rect > &goodBoxes, std::vector< float > &doubtConfidences, std::vector< cv::Rect > &doubtBoxes) const |
|
cv::Size | inputImageSize = cv::Size(300, 300) |
|
cv::Scalar | meanValToSubtract = cv::Scalar(0.0, 0.0, 0.0) |
|
DNNModelBase * | model = nullptr |
|
float | scaleFactor = 1.0F |
|