Add description for the "min neighbors" parameter

This commit is contained in:
WarmUpTill
2021-10-06 20:32:25 +02:00
committed by WarmUpTill
parent ead51e2f13
commit 39a8c34fa6
3 changed files with 7 additions and 0 deletions

View File

@@ -147,6 +147,7 @@ protected:
ThresholdSlider *_objectScaleThreshold;
QHBoxLayout *_neighborsControlLayout;
QSpinBox *_minNeighbors;
QLabel *_minNeighborsDescription;
QHBoxLayout *_minSizeControlLayout;
QSpinBox *_minSizeX;
QSpinBox *_minSizeY;