@openhps/opencv
Preparing search index...
cv
KeyPointDetector
Class KeyPointDetector
Hierarchy (
View Summary
)
KeyPointDetector
AGASTDetector
FASTDetector
FeatureDetector
GFTTDetector
MSERDetector
Index
Constructors
constructor
Methods
detect
detect
Async
Constructors
constructor
new
KeyPointDetector
()
:
KeyPointDetector
Returns
KeyPointDetector
Methods
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
detect
detect
Async
@openhps/opencv
Loading...