OpenCV 4.10.0
开源计算机视觉
|
这是 cv::MergeMertens 的完整成员列表,包括所有继承的成员。
算法() | cv::Algorithm | |
清除() | cv::Algorithm | 内联虚拟 |
empty()() const | cv::Algorithm | 内联虚拟 |
getContrastWeight()() const =0 | cv::MergeMertens | 纯虚拟 |
getDefaultName()() const | cv::Algorithm | 虚拟 |
getExposureWeight()() const =0 | cv::MergeMertens | 纯虚拟 |
getSaturationWeight()() const =0 | cv::MergeMertens | 纯虚拟 |
load(const String &filename, const String &objname=String()) | cv::Algorithm | 内联静态 |
loadFromString(const String &strModel, const String &objname=String()) | cv::Algorithm | 内联静态 |
process(InputArrayOfArrays src, OutputArray dst, InputArray times, InputArray response) CV_OVERRIDE=0 | cv::MergeMertens | 纯虚拟 |
process(InputArrayOfArrays src, OutputArray dst)=0 | cv::MergeMertens | 纯虚拟 |
read(const FileNode &fn) | cv::Algorithm | 内联虚拟 |
read(const FileNode &fn) | cv::Algorithm | 内联静态 |
save(const String &filename) const | cv::Algorithm | 虚拟 |
setContrastWeight(float contrast_weiht)=0 | cv::MergeMertens | 纯虚拟 |
setExposureWeight(float exposure_weight)=0 | cv::MergeMertens | 纯虚拟 |
setSaturationWeight(float saturation_weight)=0 | cv::MergeMertens | 纯虚拟 |
write(FileStorage &fs) const | cv::Algorithm | 内联虚拟 |
write(FileStorage &fs, const String &name) const | cv::Algorithm | |
write(const Ptr< FileStorage > &fs, const String &name=String()) const | cv::Algorithm | |
writeFormat(FileStorage &fs) const | cv::Algorithm | 受保护的 |
~Algorithm() | cv::Algorithm | 虚拟 |