@openhps/opencv
Preparing search index...
cv
minMaxLoc
Function minMaxLoc
minMaxLoc
(
mat
:
Mat
,
mask
?:
Mat
,
)
:
{
maxLoc
:
Point2
;
maxVal
:
number
;
minLoc
:
Point2
;
minVal
:
number
}
Parameters
mat
:
Mat
Optional
mask
:
Mat
Returns
{
maxLoc
:
Point2
;
maxVal
:
number
;
minLoc
:
Point2
;
minVal
:
number
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@openhps/opencv
Loading...