Package org.bytedeco.cuda.nppig
Class NppiResizeBatchROI_Advanced
- java.lang.Object
-
- org.bytedeco.javacpp.Pointer
-
- org.bytedeco.cuda.nppig.NppiResizeBatchROI_Advanced
-
- All Implemented Interfaces:
AutoCloseable
@Properties(inherit=nppig.class) public class NppiResizeBatchROI_Advanced extends Pointer
Data structure for variable ROI image resizing.
-
-
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 NppiResizeBatchROI_Advanced()Default native constructor.NppiResizeBatchROI_Advanced(long size)Native array allocator.NppiResizeBatchROI_Advanced(Pointer p)Pointer cast constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description NppiResizeBatchROI_AdvancedgetPointer(long i)NppiRectoDstRectROI()NppiResizeBatchROI_AdvancedoDstRectROI(NppiRect setter)NppiRectoSrcRectROI()NppiResizeBatchROI_AdvancedoSrcRectROI(NppiRect setter)NppiResizeBatchROI_Advancedposition(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
-
NppiResizeBatchROI_Advanced
public NppiResizeBatchROI_Advanced()
Default native constructor.
-
NppiResizeBatchROI_Advanced
public NppiResizeBatchROI_Advanced(long size)
Native array allocator. Access withPointer.position(long).
-
NppiResizeBatchROI_Advanced
public NppiResizeBatchROI_Advanced(Pointer p)
Pointer cast constructor. InvokesPointer(Pointer).
-
-
Method Detail
-
position
public NppiResizeBatchROI_Advanced position(long position)
-
getPointer
public NppiResizeBatchROI_Advanced getPointer(long i)
- Overrides:
getPointerin classPointer
-
oSrcRectROI
public NppiResizeBatchROI_Advanced oSrcRectROI(NppiRect setter)
-
oDstRectROI
public NppiResizeBatchROI_Advanced oDstRectROI(NppiRect setter)
-
-