mirror of
https://github.com/opencv/opencv_contrib.git
synced 2025-10-16 22:35:51 +08:00
warning fixes
This commit is contained in:
@@ -166,7 +166,7 @@ struct CV_EXPORTS ICFDetectorParams
|
||||
bool use_fast_log;
|
||||
|
||||
ICFDetectorParams(): feature_count(UINT_MAX), weak_count(100),
|
||||
model_n_rows(56), model_n_cols(56), bg_per_image(5), alpha(0.02), is_grayscale(false), use_fast_log(false)
|
||||
model_n_rows(56), model_n_cols(56), bg_per_image(5), alpha(0.02f), is_grayscale(false), use_fast_log(false)
|
||||
{}
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user