Lines Matching refs:Lx
94 void pm_g1(const cv::Mat& Lx, const cv::Mat& Ly, cv::Mat& dst, float k) { in pm_g1() argument
96 Size sz = Lx.size(); in pm_g1()
100 const float* Lx_row = Lx.ptr<float>(y); in pm_g1()
121 void pm_g2(const cv::Mat &Lx, const cv::Mat& Ly, cv::Mat& dst, float k) { in pm_g2() argument
123 Size sz = Lx.size(); in pm_g2()
124 dst.create(sz, Lx.type()); in pm_g2()
128 const float *Lx_row = Lx.ptr<float>(y); in pm_g2()
147 void weickert_diffusivity(const cv::Mat& Lx, const cv::Mat& Ly, cv::Mat& dst, float k) { in weickert_diffusivity() argument
149 Size sz = Lx.size(); in weickert_diffusivity()
153 const float* Lx_row = Lx.ptr<float>(y); in weickert_diffusivity()
180 void charbonnier_diffusivity(const cv::Mat& Lx, const cv::Mat& Ly, cv::Mat& dst, float k) { in charbonnier_diffusivity() argument
182 Size sz = Lx.size(); in charbonnier_diffusivity()
186 const float* Lx_row = Lx.ptr<float>(y); in charbonnier_diffusivity()
223 Mat Lx = Mat::zeros(img.rows, img.cols, CV_32F); in compute_k_percentile() local
230 Scharr(gaussian, Lx, CV_32F, 1, 0, 1, 0, cv::BORDER_DEFAULT); in compute_k_percentile()
235 const float *lx = Lx.ptr<float>(i); in compute_k_percentile()
249 const float *lx = Lx.ptr<float>(i); in compute_k_percentile()