OpenCV
3.2.0
Open Source Computer Vision
|
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)=0 | cv::dnn::Layer | pure virtual |
allocate(const std::vector< Blob > &inputs, std::vector< Blob > &outputs) | cv::dnn::Layer | |
allocate(const std::vector< Blob > &inputs) | cv::dnn::Layer | |
blobs | cv::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::ConvolutionLayer | static |
dilation | cv::dnn::BaseConvolutionLayer | |
forward(std::vector< Blob *> &input, std::vector< Blob > &output)=0 | cv::dnn::Layer | pure virtual |
forward(const std::vector< Blob > &inputs, std::vector< Blob > &outputs) | cv::dnn::Layer | |
inputNameToIndex(String inputName) | cv::dnn::Layer | virtual |
kernel | cv::dnn::BaseConvolutionLayer | |
Layer() | cv::dnn::Layer | |
Layer(const LayerParams ¶ms) | cv::dnn::Layer | explicit |
name | cv::dnn::Layer | |
outputNameToIndex(String outputName) | cv::dnn::Layer | virtual |
pad | cv::dnn::BaseConvolutionLayer | |
padMode | cv::dnn::BaseConvolutionLayer | |
run(const std::vector< Blob > &inputs, std::vector< Blob > &outputs) | cv::dnn::Layer | |
setParamsFrom(const LayerParams ¶ms) | cv::dnn::Layer | |
stride | cv::dnn::BaseConvolutionLayer | |
type | cv::dnn::Layer | |
~Layer() | cv::dnn::Layer | virtual |