@Namespace(value="nvinfer1::plugin") @Properties(inherit=nvinfer_plugin.class) public class RPROIParams extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter
Constructor and Description |
---|
RPROIParams()
Default native constructor.
|
RPROIParams(long size)
Native array allocator.
|
RPROIParams(Pointer p)
Pointer cast constructor.
|
Modifier and Type | Method and Description |
---|---|
int |
anchorsRatioCount()
Number of anchor box ratios.
|
RPROIParams |
anchorsRatioCount(int setter) |
int |
anchorsScaleCount()
Number of anchor box scales.
|
RPROIParams |
anchorsScaleCount(int setter) |
int |
featureStride()
Feature stride; ratio of input image size to feature map size.
|
RPROIParams |
featureStride(int setter) |
RPROIParams |
getPointer(long i) |
float |
iouThreshold()
IoU (Intersection over Union) threshold used for the NMS step.
|
RPROIParams |
iouThreshold(float setter) |
float |
minBoxSize()
Minimum allowed bounding box size before scaling, used for anchor box calculation.
|
RPROIParams |
minBoxSize(float setter) |
int |
nmsMaxOut()
Number of remaining proposals after applying NMS.
|
RPROIParams |
nmsMaxOut(int setter) |
int |
poolingH()
Height of the output in pixels after ROI pooling on feature map.
|
RPROIParams |
poolingH(int setter) |
int |
poolingW()
Width of the output in pixels after ROI pooling on feature map.
|
RPROIParams |
poolingW(int setter) |
RPROIParams |
position(long position) |
int |
preNmsTop()
Number of proposals to keep before applying NMS.
|
RPROIParams |
preNmsTop(int setter) |
float |
spatialScale()
Spatial scale between the input image and the last feature map.
|
RPROIParams |
spatialScale(float setter) |
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, getDirectBufferAddress, getPointer, getPointer, getPointer, hashCode, interruptDeallocatorThread, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetAddress, offsetof, offsetof, parseBytes, physicalBytes, physicalBytesInaccurate, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, sizeof, toString, totalBytes, totalCount, totalPhysicalBytes, withDeallocator, zero
public RPROIParams()
public RPROIParams(long size)
Pointer.position(long)
.public RPROIParams(Pointer p)
Pointer(Pointer)
.public RPROIParams position(long position)
public RPROIParams getPointer(long i)
getPointer
in class Pointer
public int poolingH()
public RPROIParams poolingH(int setter)
public int poolingW()
public RPROIParams poolingW(int setter)
public int featureStride()
public RPROIParams featureStride(int setter)
public int preNmsTop()
public RPROIParams preNmsTop(int setter)
public int nmsMaxOut()
public RPROIParams nmsMaxOut(int setter)
public int anchorsRatioCount()
public RPROIParams anchorsRatioCount(int setter)
public int anchorsScaleCount()
public RPROIParams anchorsScaleCount(int setter)
public float iouThreshold()
public RPROIParams iouThreshold(float setter)
public float minBoxSize()
public RPROIParams minBoxSize(float setter)
public float spatialScale()
public RPROIParams spatialScale(float setter)
Copyright © 2024. All rights reserved.