Cv2AGAST Method |
Namespace: OpenCvSharp
public static KeyPoint[] AGAST( InputArray image, int threshold, bool nonmaxSuppression, AGASTType type )
Public Shared Function AGAST ( image As InputArray, threshold As Integer, nonmaxSuppression As Boolean, type As AGASTType ) As KeyPoint()
public: static array<KeyPoint>^ AGAST( InputArray^ image, int threshold, bool nonmaxSuppression, AGASTType type )
static member AGAST : image : InputArray * threshold : int * nonmaxSuppression : bool * type : AGASTType -> KeyPoint[]
OpenCvSharp.Cv2.AGAST = function(image, threshold, nonmaxSuppression, type);