@Namespace(value="cv::dnn") @NoOffset @Properties(inherit=opencv_dnn.class) public class BaseConvolutionLayer extends Layer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter
Constructor and Description |
---|
BaseConvolutionLayer(Pointer p)
Pointer cast constructor.
|
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, unsetAttached
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, 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, zero
public BaseConvolutionLayer(Pointer p)
Pointer.Pointer(Pointer)
.@Deprecated @ByRef public Size kernel()
public BaseConvolutionLayer kernel(Size setter)
@Deprecated @ByRef public Size stride()
public BaseConvolutionLayer stride(Size setter)
@Deprecated @ByRef public Size pad()
public BaseConvolutionLayer pad(Size setter)
@Deprecated @ByRef public Size dilation()
public BaseConvolutionLayer dilation(Size setter)
@Deprecated @ByRef public Size adjustPad()
public BaseConvolutionLayer adjustPad(Size setter)
@Cast(value="size_t*") @StdVector public SizeTPointer adjust_pads()
public BaseConvolutionLayer adjust_pads(SizeTPointer setter)
@Cast(value="size_t*") @StdVector public SizeTPointer kernel_size()
public BaseConvolutionLayer kernel_size(SizeTPointer setter)
@Cast(value="size_t*") @StdVector public SizeTPointer strides()
public BaseConvolutionLayer strides(SizeTPointer setter)
@Cast(value="size_t*") @StdVector public SizeTPointer dilations()
public BaseConvolutionLayer dilations(SizeTPointer setter)
@Cast(value="size_t*") @StdVector public SizeTPointer pads_begin()
public BaseConvolutionLayer pads_begin(SizeTPointer setter)
@Cast(value="size_t*") @StdVector public SizeTPointer pads_end()
public BaseConvolutionLayer pads_end(SizeTPointer setter)
@opencv_core.Str public BytePointer padMode()
public BaseConvolutionLayer padMode(BytePointer setter)
public int numOutput()
public BaseConvolutionLayer numOutput(int setter)
Copyright © 2020. All rights reserved.