@Namespace(value="cv::dnn") @NoOffset @Properties(inherit=opencv_dnn.class) public class LRNLayer extends Layer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter
Constructor and Description |
---|
LRNLayer(Pointer p)
Pointer cast constructor.
|
Modifier and Type | Method and Description |
---|---|
float |
alpha() |
LRNLayer |
alpha(float setter) |
float |
beta() |
LRNLayer |
beta(float setter) |
float |
bias() |
LRNLayer |
bias(float setter) |
static LRNLayer |
create(LayerParams params) |
int |
lrnType() |
LRNLayer |
lrnType(int setter) |
boolean |
normBySize() |
LRNLayer |
normBySize(boolean setter) |
int |
size() |
LRNLayer |
size(int setter) |
applyHalideScheduler, asAlgorithm, asAlgorithm, blobs, blobs, finalize, finalize, finalize, finalize, finalize, forward_fallback, forward_fallback, forward_fallback, forward, forward, forward, forward, getFLOPS, getMemoryShapes, getPointer, getScaleShift, getScaleZeropoint, getScaleZeropoint, getScaleZeropoint, inputNameToIndex, inputNameToIndex, name, name, outputNameToIndex, outputNameToIndex, position, preferableTarget, preferableTarget, run, setActivation, setParamsFrom, supportBackend, tryAttach, tryFuse, tryQuantize, type, type, unsetAttached, updateMemoryShapes
clear, empty, getDefaultName, read, save, save, write, write, write
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 LRNLayer(Pointer p)
Pointer(Pointer)
.public LRNLayer lrnType(int setter)
public int size()
public LRNLayer size(int setter)
public float alpha()
public LRNLayer alpha(float setter)
public float beta()
public LRNLayer beta(float setter)
public float bias()
public LRNLayer bias(float setter)
public LRNLayer normBySize(boolean setter)
@opencv_core.Ptr public static LRNLayer create(@Const @ByRef LayerParams params)
Copyright © 2024. All rights reserved.