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