|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SURF_Factory
Basic interface for a class that provides the right Detector and Descriptor class.
Method Summary | |
---|---|
Descriptor |
createDescriptor(java.util.ArrayList<Interest_Point> interest_points)
Create the correct Descriptor. |
Detector |
createDetector()
Create the correct Detector. |
float |
getBalanceValue()
Getter for the Balance Value. |
Integral_Image |
getIntegralImage()
Getter for the Integral Image. |
int |
getOctaves()
Getter for the octaves. |
float |
getThreshold()
Getter for the threshold. |
void |
setBalanceValue(float balanceValue)
Setter for the Balance Value. |
void |
setIntegralImage(processing.core.PImage img)
Setter for the Integral Image. |
void |
setOctaves(int octaves)
Setter for the octaves. |
void |
setThreshold(float threshold)
Setter for the threshold. |
Method Detail |
---|
Detector createDetector()
Descriptor createDescriptor(java.util.ArrayList<Interest_Point> interest_points)
interest_points
- ArrayList of Interest Point on which the descriptor will
compute the descriptors.
Integral_Image getIntegralImage()
void setIntegralImage(processing.core.PImage img)
img
- PImage that is converted into Integral Image before it's
assigned to SURF.float getBalanceValue()
void setBalanceValue(float balanceValue)
balanceValue
- Value used to calculate the Laplacian of Gaussian response.float getThreshold()
void setThreshold(float threshold)
threshold
- Value used to filter the Laplacian of Gaussian.int getOctaves()
void setOctaves(int octaves)
octaves
- Number of octaves that you want to compute.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |