Class NppiHOGConfig

    • Constructor Detail

      • NppiHOGConfig

        public NppiHOGConfig()
        Default native constructor.
      • NppiHOGConfig

        public NppiHOGConfig​(long size)
        Native array allocator. Access with Pointer.position(long).
    • Method Detail

      • cellSize

        public int cellSize()
        square cell size (pixels).
      • histogramBlockSize

        public int histogramBlockSize()
        square histogram block size (pixels).
      • histogramBlockSize

        public NppiHOGConfig histogramBlockSize​(int setter)
      • nHistogramBins

        public int nHistogramBins()
        required number of histogram bins.
      • nHistogramBins

        public NppiHOGConfig nHistogramBins​(int setter)
      • detectionWindowSize

        @ByRef
        public NppiSize detectionWindowSize()
        detection window size (pixels).