Package org.bytedeco.cuda.nppc
Class NppiHOGConfig
- java.lang.Object
-
- org.bytedeco.javacpp.Pointer
-
- org.bytedeco.cuda.nppc.NppiHOGConfig
-
- All Implemented Interfaces:
AutoCloseable
@Properties(inherit=nppc.class) public class NppiHOGConfig extends Pointer
The NppiHOGConfig structure defines the configuration parameters for the HOG descriptor:
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.bytedeco.javacpp.Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter
-
-
Constructor Summary
Constructors Constructor Description NppiHOGConfig()Default native constructor.NppiHOGConfig(long size)Native array allocator.NppiHOGConfig(Pointer p)Pointer cast constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intcellSize()square cell size (pixels).NppiHOGConfigcellSize(int setter)NppiSizedetectionWindowSize()detection window size (pixels).NppiHOGConfigdetectionWindowSize(NppiSize setter)NppiHOGConfiggetPointer(long i)inthistogramBlockSize()square histogram block size (pixels).NppiHOGConfighistogramBlockSize(int setter)intnHistogramBins()required number of histogram bins.NppiHOGConfignHistogramBins(int setter)NppiHOGConfigposition(long position)-
Methods inherited from class org.bytedeco.javacpp.Pointer
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, getPointer, getPointer, getPointer, hashCode, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetAddress, offsetof, offsetof, parseBytes, physicalBytes, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, sizeof, toString, totalBytes, totalCount, totalPhysicalBytes, withDeallocator, zero
-
-
-
-
Constructor Detail
-
NppiHOGConfig
public NppiHOGConfig()
Default native constructor.
-
NppiHOGConfig
public NppiHOGConfig(long size)
Native array allocator. Access withPointer.position(long).
-
NppiHOGConfig
public NppiHOGConfig(Pointer p)
Pointer cast constructor. InvokesPointer(Pointer).
-
-
Method Detail
-
position
public NppiHOGConfig position(long position)
-
getPointer
public NppiHOGConfig getPointer(long i)
- Overrides:
getPointerin classPointer
-
cellSize
public int cellSize()
square cell size (pixels).
-
cellSize
public NppiHOGConfig cellSize(int setter)
-
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
public NppiHOGConfig detectionWindowSize(NppiSize setter)
-
-