@openhps/opencv
Preparing search index...
cv
AGASTDetector
Class AGASTDetector
Hierarchy (
View Summary
)
KeyPointDetector
AGASTDetector
Index
Constructors
constructor
Properties
nonmax
Suppression
threshold
type
Methods
detect
detect
Async
Constructors
constructor
new
AGASTDetector
(
threshold
?:
number
,
nonmaxSuppression
?:
boolean
,
type
?:
number
,
)
:
AGASTDetector
Parameters
Optional
threshold
:
number
Optional
nonmaxSuppression
:
boolean
Optional
type
:
number
Returns
AGASTDetector
new
AGASTDetector
(
params
:
AGASTDetectorProps
)
:
AGASTDetector
Parameters
params
:
AGASTDetectorProps
Returns
AGASTDetector
Properties
Readonly
nonmax
Suppression
nonmaxSuppression
:
boolean
Readonly
threshold
threshold
:
number
Readonly
type
type
:
number
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
Properties
nonmax
Suppression
threshold
type
Methods
detect
detect
Async
@openhps/opencv
Loading...