@Namespace(value="cv") @Properties(inherit=opencv_imgproc.class) public class GeneralizedHoughGuil extends GeneralizedHough
Detects position, translation and rotation \cite Guil1999 .
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter
Constructor and Description |
---|
GeneralizedHoughGuil(Algorithm pointer)
Downcast constructor.
|
GeneralizedHoughGuil(Pointer p)
Pointer cast constructor.
|
Modifier and Type | Method and Description |
---|---|
double |
getAngleEpsilon() |
double |
getAngleStep() |
int |
getAngleThresh() |
int |
getLevels() |
double |
getMaxAngle() |
double |
getMaxScale() |
double |
getMinAngle() |
double |
getMinScale() |
int |
getPosThresh() |
double |
getScaleStep() |
int |
getScaleThresh() |
double |
getXi() |
void |
setAngleEpsilon(double angleEpsilon)
Maximal difference between angles that treated as equal.
|
void |
setAngleStep(double angleStep)
Angle step in degrees.
|
void |
setAngleThresh(int angleThresh)
Angle votes threshold.
|
void |
setLevels(int levels)
Feature table levels.
|
void |
setMaxAngle(double maxAngle)
Maximal rotation angle to detect in degrees.
|
void |
setMaxScale(double maxScale)
Maximal scale to detect.
|
void |
setMinAngle(double minAngle)
Minimal rotation angle to detect in degrees.
|
void |
setMinScale(double minScale)
Minimal scale to detect.
|
void |
setPosThresh(int posThresh)
Position votes threshold.
|
void |
setScaleStep(double scaleStep)
Scale step.
|
void |
setScaleThresh(int scaleThresh)
Scale votes threshold.
|
void |
setXi(double xi)
Angle difference in degrees between two points in feature.
|
asAlgorithm, asAlgorithm, 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, getPointer, position, read, save, save, write, write, write
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, getDirectBufferAddress, getPointer, getPointer, getPointer, hashCode, interruptDeallocatorThread, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetAddress, offsetof, offsetof, parseBytes, physicalBytes, physicalBytesInaccurate, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, sizeof, toString, totalBytes, totalCount, totalPhysicalBytes, withDeallocator, zero
public GeneralizedHoughGuil(Pointer p)
Pointer(Pointer)
.public GeneralizedHoughGuil(Algorithm pointer)
public void setXi(double xi)
public double getXi()
public void setLevels(int levels)
public int getLevels()
public void setAngleEpsilon(double angleEpsilon)
public double getAngleEpsilon()
public void setMinAngle(double minAngle)
public double getMinAngle()
public void setMaxAngle(double maxAngle)
public double getMaxAngle()
public void setAngleStep(double angleStep)
public double getAngleStep()
public void setAngleThresh(int angleThresh)
public int getAngleThresh()
public void setMinScale(double minScale)
public double getMinScale()
public void setMaxScale(double maxScale)
public double getMaxScale()
public void setScaleStep(double scaleStep)
public double getScaleStep()
public void setScaleThresh(int scaleThresh)
public int getScaleThresh()
public void setPosThresh(int posThresh)
public int getPosThresh()
Copyright © 2024. All rights reserved.