surf
Class Interest_Point
java.lang.Object
surf.Interest_Point
public class Interest_Point
- extends java.lang.Object
Interest_Point has a 64 components Descriptor.
- Author:
- Alessandro Martini, Claudio Fantacci
Constructor Summary |
Interest_Point(float x,
float y,
float _scale,
int orientation_x,
int orientation_y,
float[] descriptorOfTheInterestPoint,
processing.core.PApplet parent)
|
Interest_Point(float x,
float y,
float _scale,
int orientation_x,
int orientation_y,
processing.core.PApplet parent)
|
Interest_Point(float x,
float y,
float _scale,
processing.core.PApplet parent)
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Interest_Point
public Interest_Point(float x,
float y,
float _scale,
int orientation_x,
int orientation_y,
float[] descriptorOfTheInterestPoint,
processing.core.PApplet parent)
Interest_Point
public Interest_Point(float x,
float y,
float _scale,
int orientation_x,
int orientation_y,
processing.core.PApplet parent)
Interest_Point
public Interest_Point(float x,
float y,
float _scale,
processing.core.PApplet parent)
getX
public float getX()
getY
public float getY()
getScale
public float getScale()
getOrientation_x
public int getOrientation_x()
getOrientation_y
public int getOrientation_y()
getOrientation_radius
public double getOrientation_radius()
setOrientation
public void setOrientation(int orientation_x,
int orientation_y)
getDescriptorOfTheInterestPoint
public float[] getDescriptorOfTheInterestPoint()
setDescriptorOfTheInterestPoint
public void setDescriptorOfTheInterestPoint(float[] descriptor)
getInterestPointInformationAsAString
public java.lang.String getInterestPointInformationAsAString()
drawPosition
public void drawPosition()
drawDescriptor
public void drawDescriptor()
processing library SURF by Claudio Fantacci, Alessandro Martini. (c) 2009