mirror of
https://github.com/opencv/opencv.git
synced 2025-08-06 14:36:36 +08:00
Merge pull request #25514 from xndcn:patch-1
Fix doc about uniform parameter for imgproc calcBackProject function
This commit is contained in:
commit
b5cf4f1483
@ -3284,7 +3284,7 @@ images[0].channels() + images[1].channels()-1, and so on.
|
|||||||
size and depth as images[0] .
|
size and depth as images[0] .
|
||||||
@param ranges Array of arrays of the histogram bin boundaries in each dimension. See #calcHist .
|
@param ranges Array of arrays of the histogram bin boundaries in each dimension. See #calcHist .
|
||||||
@param scale Optional scale factor for the output back projection.
|
@param scale Optional scale factor for the output back projection.
|
||||||
@param uniform Flag indicating whether the histogram is uniform or not (see above).
|
@param uniform Flag indicating whether the histogram is uniform or not (see #calcHist).
|
||||||
|
|
||||||
@sa calcHist, compareHist
|
@sa calcHist, compareHist
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user