mirror of
https://github.com/opencv/opencv.git
synced 2026-07-30 07:43:03 +04:00
Post-merge fixes for algorithm hint API.
This commit is contained in:
@@ -1543,7 +1543,7 @@ sigmaX, and sigmaY.
|
||||
CV_EXPORTS_W void GaussianBlur( InputArray src, OutputArray dst, Size ksize,
|
||||
double sigmaX, double sigmaY = 0,
|
||||
int borderType = BORDER_DEFAULT,
|
||||
AlgorithmHint hint = cv::ALGO_DEFAULT );
|
||||
AlgorithmHint hint = cv::ALGO_HINT_DEFAULT );
|
||||
|
||||
/** @brief Applies the bilateral filter to an image.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user