OpenCV  3.1.0-dev
Open Source Computer Vision
cv::dnn::PoolingLayer Member List

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

allocate(const std::vector< Blob * > &input, std::vector< Blob > &output)=0cv::dnn::Layerpure virtual
AVE enum valuecv::dnn::PoolingLayer
blobscv::dnn::Layer
create(int type=MAX, Size kernel=Size(2, 2), Size stride=Size(1, 1), Size pad=Size(0, 0))cv::dnn::PoolingLayerstatic
forward(std::vector< Blob * > &input, std::vector< Blob > &output)=0cv::dnn::Layerpure virtual
inputNameToIndex(String inputName)cv::dnn::Layervirtual
kernelcv::dnn::PoolingLayer
Layer()cv::dnn::Layer
Layer(const LayerParams &params)cv::dnn::Layerexplicit
MAX enum valuecv::dnn::PoolingLayer
namecv::dnn::Layer
outputNameToIndex(String outputName)cv::dnn::Layervirtual
padcv::dnn::PoolingLayer
setParamsFrom(const LayerParams &params)cv::dnn::Layer
STOCHASTIC enum valuecv::dnn::PoolingLayer
stridecv::dnn::PoolingLayer
Type enum namecv::dnn::PoolingLayer
typecv::dnn::PoolingLayer
~Layer()cv::dnn::Layervirtual