features2d

AGASTDetector

fields

AGASTDetector = {
threshold : int ,
type : int ,
nonmaxSuppression : boolean
}

constructors

constructor ( threshold : int = 10 , nonmaxSuppression : boolean = true , type : int = AGAST.OAST_9_16 )

functions

detect

Result : KeyPoint []
detect ( image : Mat ) : Result
detectAsync ( image : Mat ) : Promise < Result >
detectAsync ( image : Mat , callback ( err : Error , Result res )) : void