public class SimpleBlobDetector extends Feature2D
| Modifier | Constructor and Description |
|---|---|
protected |
SimpleBlobDetector(long addr) |
| Modifier and Type | Method and Description |
|---|---|
static SimpleBlobDetector |
__fromPtr__(long addr) |
static SimpleBlobDetector |
create() |
static SimpleBlobDetector |
create(SimpleBlobDetector_Params parameters) |
protected void |
finalize() |
List<MatOfPoint> |
getBlobContours() |
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(SimpleBlobDetector_Params parameters)
public static SimpleBlobDetector create()
public void setParams(SimpleBlobDetector_Params params)
public SimpleBlobDetector_Params getParams()
public String getDefaultName()
AlgorithmgetDefaultName in class Feature2Dpublic List<MatOfPoint> getBlobContours()
Copyright © 2023. All rights reserved.