public class HarrisIPD extends AbstractStructureTensorIPD
AbstractStructureTensorIPD.Maxima
Modifier and Type | Field and Description |
---|---|
protected float |
eigenRatio |
borderSkip, detectionScale, detIntScaleFactor, integrationScale, lxmxblur, lxmyblur, lymyblur, maxima
Constructor and Description |
---|
HarrisIPD() |
HarrisIPD(float f) |
HarrisIPD(float detectionScale,
float integrationScale) |
HarrisIPD(float detectionScale,
float integrationScale,
float eigenRatio) |
Modifier and Type | Method and Description |
---|---|
HarrisIPD |
clone() |
FImage |
createInterestPointMap() |
detectMaxima, findInterestPoints, findInterestPoints, findMaximum, getDetectionScale, getDetIntScaleFactor, getIntegrationScale, getInterestPoints, getInterestPoints, getInterestPoints, getInterestPointsThresh, getSecondMomentsAt, pointsFound, prepareInterestPoints, printStructureTensorStats, setDetectionScale, setDetIntScaleFactor, setImageBlurred, setIntegrationScale
protected float eigenRatio
public HarrisIPD(float detectionScale, float integrationScale)
public HarrisIPD(float detectionScale, float integrationScale, float eigenRatio)
public HarrisIPD()
public HarrisIPD(float f)
public FImage createInterestPointMap()
createInterestPointMap
in class AbstractStructureTensorIPD
public HarrisIPD clone()
clone
in class AbstractStructureTensorIPD