surf
Class Interest_Point

java.lang.Object
  extended by 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)
           
 
Method Summary
 void drawDescriptor()
           
 void drawPosition()
           
 float[] getDescriptorOfTheInterestPoint()
           
 java.lang.String getInterestPointInformationAsAString()
           
 double getOrientation_radius()
           
 int getOrientation_x()
           
 int getOrientation_y()
           
 float getScale()
           
 float getX()
           
 float getY()
           
 void setDescriptorOfTheInterestPoint(float[] descriptor)
           
 void setOrientation(int orientation_x, int orientation_y)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

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)
Method Detail

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