mirror of
https://github.com/openmv/openmv.git
synced 2025-11-04 14:49:50 +08:00
Add STD to cascade.
This commit is contained in:
parent
9fa248f44b
commit
52c71f387e
@ -108,20 +108,18 @@ typedef struct {
|
||||
typedef struct cascade {
|
||||
/* Step size of filter window shifting */
|
||||
int step;
|
||||
/* Scaling step size */
|
||||
float scale_factor;
|
||||
/* Image standard deviation */
|
||||
int std;
|
||||
/* Detection threshold */
|
||||
float threshold;
|
||||
/* Scaling step size */
|
||||
float scale_factor;
|
||||
/* Number of stages in the cascade */
|
||||
int n_stages;
|
||||
/* Number of features in the cascade */
|
||||
int n_features;
|
||||
/* Number of rectangles in the cascade */
|
||||
int n_rectangles;
|
||||
/* Current x scale ratio */
|
||||
int x_ratio;
|
||||
/* Current y scale ratio */
|
||||
int y_ratio;
|
||||
/* Detection window size */
|
||||
struct size window;
|
||||
/* Grayscale image */
|
||||
|
||||
Loading…
Reference in New Issue
Block a user