@Namespace(value="cv::dnn") @NoOffset public static class opencv_dnn.BaseConvolutionLayer extends opencv_dnn.Layer
| Constructor and Description |
|---|
BaseConvolutionLayer(org.bytedeco.javacpp.Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
opencv_core.Size |
adjustPad() |
opencv_dnn.BaseConvolutionLayer |
adjustPad(opencv_core.Size adjustPad) |
opencv_core.Size |
dilation() |
opencv_dnn.BaseConvolutionLayer |
dilation(opencv_core.Size dilation) |
opencv_core.Size |
kernel() |
opencv_dnn.BaseConvolutionLayer |
kernel(opencv_core.Size kernel) |
int |
numOutput() |
opencv_dnn.BaseConvolutionLayer |
numOutput(int numOutput) |
opencv_core.Size |
pad() |
opencv_dnn.BaseConvolutionLayer |
pad(opencv_core.Size pad) |
org.bytedeco.javacpp.BytePointer |
padMode() |
opencv_dnn.BaseConvolutionLayer |
padMode(org.bytedeco.javacpp.BytePointer padMode) |
opencv_core.Size |
stride() |
opencv_dnn.BaseConvolutionLayer |
stride(opencv_core.Size stride) |
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 BaseConvolutionLayer(org.bytedeco.javacpp.Pointer p)
Pointer.Pointer(Pointer).@ByRef public opencv_core.Size kernel()
public opencv_dnn.BaseConvolutionLayer kernel(opencv_core.Size kernel)
@ByRef public opencv_core.Size stride()
public opencv_dnn.BaseConvolutionLayer stride(opencv_core.Size stride)
@ByRef public opencv_core.Size pad()
public opencv_dnn.BaseConvolutionLayer pad(opencv_core.Size pad)
@ByRef public opencv_core.Size dilation()
public opencv_dnn.BaseConvolutionLayer dilation(opencv_core.Size dilation)
@ByRef public opencv_core.Size adjustPad()
public opencv_dnn.BaseConvolutionLayer adjustPad(opencv_core.Size adjustPad)
@opencv_core.Str public org.bytedeco.javacpp.BytePointer padMode()
public opencv_dnn.BaseConvolutionLayer padMode(org.bytedeco.javacpp.BytePointer padMode)
public int numOutput()
public opencv_dnn.BaseConvolutionLayer numOutput(int numOutput)
Copyright © 2018. All rights reserved.