OpenCV
4.1.0
Open Source Computer Vision
|
#include <opencv2/dnn/all_layers.hpp>
Static Public Member Functions | |
static Ptr< ReLU6Layer > | create (const LayerParams ¶ms) |
Public Attributes | |
float | maxValue |
float | minValue |
Additional Inherited Members | |
Public Member Functions inherited from cv::dnn::ActivationLayer | |
virtual void | forwardSlice (const float *src, float *dst, int len, size_t outPlaneSize, int cn0, int cn1) const =0 |
Protected Member Functions inherited from cv::Algorithm | |
void | writeFormat (FileStorage &fs) const |
|
static |
float cv::dnn::ReLU6Layer::maxValue |
float cv::dnn::ReLU6Layer::minValue |