@Namespace(value="cv") @Properties(inherit=opencv_imgproc.class) public class GeneralizedHoughBallard extends GeneralizedHough
Detects position only without translation and rotation \cite Ballard1981 .
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter
Constructor and Description |
---|
GeneralizedHoughBallard(Pointer p)
Pointer cast constructor.
|
Modifier and Type | Method and Description |
---|---|
int |
getLevels() |
int |
getVotesThreshold() |
void |
setLevels(int levels)
R-Table levels.
|
void |
setVotesThreshold(int votesThreshold)
The accumulator threshold for the template centers at the detection stage.
|
detect, detect, detect, detect, detect, detect, detect, detect, detect, detect, detect, detect, getCannyHighThresh, getCannyLowThresh, getDp, getMaxBufferSize, getMinDist, setCannyHighThresh, setCannyLowThresh, setDp, setMaxBufferSize, setMinDist, setTemplate, setTemplate, setTemplate, setTemplate, setTemplate, setTemplate, setTemplate, setTemplate, setTemplate, setTemplate, setTemplate, setTemplate
clear, empty, getDefaultName, position, read, save, save, write, write, write
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, hashCode, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, parseBytes, physicalBytes, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, toString, totalBytes, totalPhysicalBytes, withDeallocator, zero
public GeneralizedHoughBallard(Pointer p)
Pointer.Pointer(Pointer)
.public void setLevels(int levels)
public int getLevels()
public void setVotesThreshold(int votesThreshold)
public int getVotesThreshold()
Copyright © 2020. All rights reserved.