mirror of
https://github.com/opencv/opencv.git
synced 2026-07-30 15:53:03 +04:00
add scale factor to DB demo.
This commit is contained in:
@@ -1422,7 +1422,7 @@ CV__DNN_INLINE_NS_BEGIN
|
||||
/** @brief Set scalefactor value for frame.
|
||||
* @param[in] scale Multiplier for frame values.
|
||||
*/
|
||||
CV_WRAP Model& setInputScale(double scale);
|
||||
CV_WRAP Model& setInputScale(const Scalar& scale);
|
||||
|
||||
/** @brief Set flag crop for frame.
|
||||
* @param[in] crop Flag which indicates whether image will be cropped after resize or not.
|
||||
|
||||
Reference in New Issue
Block a user