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