public class HOGFeature extends FeatureStack
One part of a Histogram of Oriented Gradients descriptor, as applied to an image stack.

See OpenCV HOGDescriptor documentation for details of implementation.

Author:
Owen Feehan
  • Constructor Details

    • HOGFeature

      public HOGFeature(SizeXY resizeTo, int index)
      Create with a specific size to resize to, and index.
      Parameters:
      resizeTo - the size to resize to.
      index - the index to return from the HOG descriptor.
    • HOGFeature

      public HOGFeature()
  • Method Details