Package one.empty3.feature.jviolajones
Class Tree
- java.lang.Object
-
- one.empty3.feature.jviolajones.Tree
-
public class Tree extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Tree()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addFeature(Feature f)
float
getVal(int[][] grayImage, int[][] squares, int i, int j, float scale)
-
-
-
Method Detail
-
addFeature
public void addFeature(Feature f)
-
getVal
public float getVal(int[][] grayImage, int[][] squares, int i, int j, float scale)
-
-