mirror of
https://github.com/opencv/opencv_contrib.git
synced 2025-10-18 08:44:11 +08:00
Fix MS compiler warnings
This commit is contained in:
@@ -109,7 +109,7 @@ struct CV_EXPORTS WaldBoostParams
|
||||
int weak_count;
|
||||
float alpha;
|
||||
|
||||
WaldBoostParams(): weak_count(100), alpha(0.01)
|
||||
WaldBoostParams(): weak_count(100), alpha(0.01f)
|
||||
{}
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user