@openhps/opencv
Preparing search index...
cv
SimpleBlobDetector
Class SimpleBlobDetector
Hierarchy (
View Summary
)
FeatureDetector
SimpleBlobDetector
Index
Constructors
constructor
Methods
compute
compute
Async
detect
detect
Async
Constructors
constructor
new
SimpleBlobDetector
(
params
:
SimpleBlobDetectorParams
)
:
SimpleBlobDetector
Parameters
params
:
SimpleBlobDetectorParams
Returns
SimpleBlobDetector
Methods
compute
compute
(
image
:
Mat
,
keypoints
:
KeyPoint
[]
)
:
Mat
Parameters
image
:
Mat
keypoints
:
KeyPoint
[]
Returns
Mat
compute
Async
computeAsync
(
image
:
Mat
,
keypoints
:
KeyPoint
[]
)
:
Promise
<
Mat
>
Parameters
image
:
Mat
keypoints
:
KeyPoint
[]
Returns
Promise
<
Mat
>
detect
detect
(
image
:
Mat
,
mask
?:
Mat
)
:
KeyPoint
[]
Parameters
image
:
Mat
Optional
mask
:
Mat
Returns
KeyPoint
[]
detect
Async
detectAsync
(
image
:
Mat
,
mask
?:
Mat
)
:
Promise
<
KeyPoint
[]
>
Parameters
image
:
Mat
Optional
mask
:
Mat
Returns
Promise
<
KeyPoint
[]
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Methods
compute
compute
Async
detect
detect
Async
@openhps/opencv
Loading...