Class Feature

java.lang.Object
one.empty3.feature.jviolajones.Feature

public class Feature extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
    Feature(float threshold, float left_val, int left_node, boolean has_left_val, float right_val, int right_node, boolean has_right_val, Point size)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    add(Rect r)
     
    int
    getLeftOrRight(int[][] grayImage, int[][] squares, int i, int j, float scale)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • Feature

      public Feature(float threshold, float left_val, int left_node, boolean has_left_val, float right_val, int right_node, boolean has_right_val, Point size)
  • Method Details

    • getLeftOrRight

      public int getLeftOrRight(int[][] grayImage, int[][] squares, int i, int j, float scale)
    • add

      public void add(Rect r)