OpenCV  3.2.0
Open Source Computer Vision
cv::dnn::ConvolutionLayer Member List

This is the complete list of members for cv::dnn::ConvolutionLayer, including all inherited members.

allocate(const std::vector< Blob *> &input, std::vector< Blob > &output)=0cv::dnn::Layerpure virtual
allocate(const std::vector< Blob > &inputs, std::vector< Blob > &outputs)cv::dnn::Layer
allocate(const std::vector< Blob > &inputs)cv::dnn::Layer
blobscv::dnn::Layer
create(Size kernel=Size(3, 3), Size stride=Size(1, 1), Size pad=Size(0, 0), Size dilation=Size(1, 1))cv::dnn::ConvolutionLayerstatic
dilationcv::dnn::BaseConvolutionLayer
forward(std::vector< Blob *> &input, std::vector< Blob > &output)=0cv::dnn::Layerpure virtual
forward(const std::vector< Blob > &inputs, std::vector< Blob > &outputs)cv::dnn::Layer
inputNameToIndex(String inputName)cv::dnn::Layervirtual
kernelcv::dnn::BaseConvolutionLayer
Layer()cv::dnn::Layer
Layer(const LayerParams &params)cv::dnn::Layerexplicit
namecv::dnn::Layer
outputNameToIndex(String outputName)cv::dnn::Layervirtual
padcv::dnn::BaseConvolutionLayer
padModecv::dnn::BaseConvolutionLayer
run(const std::vector< Blob > &inputs, std::vector< Blob > &outputs)cv::dnn::Layer
setParamsFrom(const LayerParams &params)cv::dnn::Layer
stridecv::dnn::BaseConvolutionLayer
typecv::dnn::Layer
~Layer()cv::dnn::Layervirtual