Toggle navigation
Hot Examples
JP
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
検索
Home
Emgu
CV
Structure
MCvStarDetectorParams
C# Class Emgu.CV.Structure.MCvStarDetectorParams
ファイルを表示
Open project: fajoy/RTSPExample
Class Usage Examples
Public Properties
Property
Type
Description
LineThresholdBinarized
int
LineThresholdProjected
int
MaxSize
int
ResponseThreshold
int
SuppressNonmaxSize
int
Property Details
LineThresholdBinarized
public_oe property
Another threshold for the feature size to eliminate edges. The larger the threshold, the more points you get.
public
int
LineThresholdBinarized
return
int
LineThresholdProjected
public_oe property
Another threshold for the laplacian to eliminate edges. The larger the threshold, the more points you get.
public
int
LineThresholdProjected
return
int
MaxSize
public_oe property
Maximum size of the features. The following values of the parameter are supported: 4, 6, 8, 11, 12, 16, 22, 23, 32, 45, 46, 64, 90, 128
public
int
MaxSize
return
int
ResponseThreshold
public_oe property
Threshold for the approximated laplacian, used to eliminate weak features. The larger it is, the less features will be retrieved
public
int
ResponseThreshold
return
int
SuppressNonmaxSize
public_oe property
public
int
SuppressNonmaxSize
return
int