|
| void | applyChannelGains (InputArray src, OutputArray dst, float gainB, float gainG, float gainR) |
| |
| void | bm3dDenoising (InputArray src, InputOutputArray dstStep1, OutputArray dstStep2, float h=1, int templateWindowSize=4, int searchWindowSize=16, int blockMatchingStep1=2500, int blockMatchingStep2=400, int groupSize=8, int slidingStep=1, float beta=2.0f, int normType=cv::NORM_L2, int step=cv::xphoto::BM3D_STEPALL, int transformType=cv::xphoto::HAAR) |
| |
| void | bm3dDenoising (InputArray src, OutputArray dst, float h=1, int templateWindowSize=4, int searchWindowSize=16, int blockMatchingStep1=2500, int blockMatchingStep2=400, int groupSize=8, int slidingStep=1, float beta=2.0f, int normType=cv::NORM_L2, int step=cv::xphoto::BM3D_STEPALL, int transformType=cv::xphoto::HAAR) |
| |
| Ptr< GrayworldWB > | createGrayworldWB () |
| |
| Ptr< LearningBasedWB > | createLearningBasedWB (const String &path_to_model=String()) |
| |
| Ptr< SimpleWB > | createSimpleWB () |
| |
| void | dctDenoising (const Mat &src, Mat &dst, const double sigma, const int psize=16) |
| |
| void | inpaint (const Mat &src, const Mat &mask, Mat &dst, const int algorithmType) |
| |