메소드 | 설명 | |
---|---|---|
RemoveDuplicated ( IEnumerable |
Remove duplicated keypoints.
|
|
RetainBest ( IEnumerable |
Retain the specified number of the best keypoints (according to the response)
|
|
RunByImageBorder ( IEnumerable |
Remove keypoints within borderPixels of an image edge.
|
|
RunByKeypointSize ( IEnumerable |
Remove keypoints of sizes out of range.
|
|
RunByPixelsMask ( IEnumerable |
Remove keypoints from some image by mask for pixels of this image.
|
public static RemoveDuplicated ( IEnumerable |
||
keypoints | IEnumerable |
|
리턴 | KeyPoint[] |
public static RetainBest ( IEnumerable |
||
keypoints | IEnumerable |
|
npoints | int | |
리턴 | KeyPoint[] |
public static RunByImageBorder ( IEnumerable |
||
keypoints | IEnumerable |
|
imageSize | Size | |
borderSize | int | |
리턴 | KeyPoint[] |
public static RunByKeypointSize ( IEnumerable |
||
keypoints | IEnumerable |
|
minSize | float | |
maxSize | float | |
리턴 | KeyPoint[] |
public static RunByPixelsMask ( IEnumerable |
||
keypoints | IEnumerable |
|
mask | OpenCvSharp.Mat | |
리턴 | KeyPoint[] |