프로퍼티 | 타입 | 설명 | |
---|---|---|---|
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 |