@Namespace(value="cv::dnn") @NoOffset @Properties(inherit=opencv_dnn.class) public class BaseConvolutionLayer extends Layer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
BaseConvolutionLayer(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
Size |
adjustPad() |
BaseConvolutionLayer |
adjustPad(Size setter) |
Size |
dilation() |
BaseConvolutionLayer |
dilation(Size setter) |
Size |
kernel() |
BaseConvolutionLayer |
kernel(Size setter) |
int |
numOutput() |
BaseConvolutionLayer |
numOutput(int setter) |
Size |
pad() |
BaseConvolutionLayer |
pad(Size setter) |
BytePointer |
padMode() |
BaseConvolutionLayer |
padMode(BytePointer setter) |
Size |
stride() |
BaseConvolutionLayer |
stride(Size 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, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, parseBytes, physicalBytes, position, put, realloc, setNull, sizeof, toString, totalBytes, totalPhysicalBytes, withDeallocator, zeropublic BaseConvolutionLayer(Pointer p)
Pointer.Pointer(Pointer).public BaseConvolutionLayer kernel(Size setter)
public BaseConvolutionLayer stride(Size setter)
public BaseConvolutionLayer pad(Size setter)
public BaseConvolutionLayer dilation(Size setter)
public BaseConvolutionLayer adjustPad(Size setter)
@opencv_core.Str public BytePointer padMode()
public BaseConvolutionLayer padMode(BytePointer setter)
public int numOutput()
public BaseConvolutionLayer numOutput(int setter)
Copyright © 2019. All rights reserved.