@Namespace(value="cv::dnn") @NoOffset @Properties(inherit=opencv_dnn.class) public class NormalizeBBoxLayer extends Layer
L_p - normalization layer.Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
NormalizeBBoxLayer(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
acrossSpatial()
Deprecated.
|
NormalizeBBoxLayer |
acrossSpatial(boolean setter) |
static NormalizeBBoxLayer |
create(LayerParams params) |
float |
epsilon() |
NormalizeBBoxLayer |
epsilon(float setter) |
float |
pnorm() |
NormalizeBBoxLayer |
pnorm(float setter) |
applyHalideScheduler, blobs, blobs, finalize, finalize, finalize, finalize, finalize, forward_fallback, forward_fallback, forward_fallback, forward, forward, forward, forward, getFLOPS, getMemoryShapes, getScaleShift, inputNameToIndex, inputNameToIndex, name, name, outputNameToIndex, outputNameToIndex, position, preferableTarget, preferableTarget, run, setActivation, setParamsFrom, supportBackend, tryAttach, tryFuse, type, type, unsetAttachedclear, empty, getDefaultName, read, save, save, write, write, writeaddress, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, hashCode, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, parseBytes, physicalBytes, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, toString, totalBytes, totalPhysicalBytes, withDeallocator, zeropublic NormalizeBBoxLayer(Pointer p)
Pointer.Pointer(Pointer).public float pnorm()
public NormalizeBBoxLayer pnorm(float setter)
public float epsilon()
public NormalizeBBoxLayer epsilon(float setter)
@Cast(value="bool") @Deprecated public boolean acrossSpatial()
public NormalizeBBoxLayer acrossSpatial(boolean setter)
@opencv_core.Ptr public static NormalizeBBoxLayer create(@Const @ByRef LayerParams params)
Copyright © 2020. All rights reserved.