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