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()
Flag to enable contour collection.
|
static SimpleBlobDetector |
create(SimpleBlobDetector_Params parameters)
Flag to enable contour collection.
|
protected void |
finalize() |
List<MatOfPoint> |
getBlobContours()
Returns the contours of the blobs detected during the last call to detect().
|
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)
parameters - automatically generatedpublic static SimpleBlobDetector create()
public void setParams(SimpleBlobDetector_Params params)
public SimpleBlobDetector_Params getParams()
public String getDefaultName()
AlgorithmgetDefaultName in class Feature2Dpublic List<MatOfPoint> getBlobContours()
Copyright © 2026. All rights reserved.