1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-30 15:53:03 +04:00

doc: upgraded for compatibility with doxygen 1.12 (5.x)

This commit is contained in:
Maksim Shabunin
2024-12-16 14:12:17 +03:00
parent 633ca0d6eb
commit db43ffcd91
5 changed files with 108 additions and 30 deletions
-4
View File
@@ -417,10 +417,6 @@ The function can also be emulated with a matrix expression, for example:
*/
CV_EXPORTS_W void scaleAdd(InputArray src1, double alpha, InputArray src2, OutputArray dst);
/** @example samples/cpp/tutorial_code/HighGUI/AddingImagesTrackbar.cpp
Check @ref tutorial_trackbar "the corresponding tutorial" for more details
*/
/** @brief Calculates the weighted sum of two arrays.
The function addWeighted calculates the weighted sum of two arrays as follows: