public class SimpleBlobDetector extends Feature2D
| Modifier and Type | Method and Description |
|---|---|
static SimpleBlobDetector |
__fromPtr__(long addr) |
static SimpleBlobDetector |
create() |
static SimpleBlobDetector |
create(SimpleBlobDetector_Params parameters) |
java.util.List<MatOfPoint> |
getBlobContours() |
java.lang.String |
getDefaultName()
Returns the algorithm string identifier.
|
SimpleBlobDetector_Params |
getParams() |
void |
setParams(SimpleBlobDetector_Params params) |
compute, compute, defaultNorm, descriptorSize, descriptorType, detect, detect, detect, detect, detectAndCompute, detectAndCompute, empty, read, writeclear, getNativeObjAddr, savepublic static SimpleBlobDetector __fromPtr__(long addr)
public static SimpleBlobDetector create()
public static SimpleBlobDetector create(SimpleBlobDetector_Params parameters)
public java.util.List<MatOfPoint> getBlobContours()
public java.lang.String getDefaultName()
AlgorithmgetDefaultName in class Feature2Dpublic SimpleBlobDetector_Params getParams()
public void setParams(SimpleBlobDetector_Params params)
Generated on 2023-06-28 12:47:21 / OpenCV 4.8.0