Свойство | Тип | Описание | |
---|---|---|---|
BaseFeatureSize | double | ||
ClusteringDistance | double | ||
NOctaves | int | ||
NViews | int | ||
Radius | int | ||
Threshold | int |
Метод | Описание | |
---|---|---|
DetectKeyPoints ( Byte>.Image |
Detect the Lepetit keypoints from the image
|
|
DetectKeyPointsRaw ( Byte>.Image |
Detect the Lepetit keypoints from the image
|
|
DetectKeyPointsRaw ( byte>.Image |
Detect the keypoints in the image
|
|
Init ( ) : void |
Set the parameters to default value
|
public DetectKeyPoints ( Byte>.Image |
||
image | Byte>.Image | The image to extract Lepetit keypoints |
maxCount | int | The maximum number of keypoints to be extracted, use 0 to ignore the max count |
scaleCoords | bool | Indicates if the coordinates should be scaled |
Результат | Emgu.CV.Structure.MKeyPoint[] |
public DetectKeyPointsRaw ( Byte>.Image |
||
image | Byte>.Image | The image to extract Lepetit keypoints |
maxCount | int | The maximum number of keypoints to be extracted, use 0 to ignore the max count |
scaleCoords | bool | Indicates if the coordinates should be scaled |
Результат |
public DetectKeyPointsRaw ( byte>.Image |
||
image | byte>.Image | The image from which the key point will be detected from |
Результат | VectorOfKeyPoint |