features2d

SimpleBlobDetector

constructors

constructor ( params : SimpleBlobDetectorParams )

functions

compute

Result : Mat
compute ( image : Mat , keypoints : KeyPoint []) : Result
computeAsync ( image : Mat , keypoints : KeyPoint []) : Promise < Result >
computeAsync ( image : Mat , keypoints : KeyPoint [] , callback ( err : Error , Result res )) : void

detect

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