Home | History | Annotate | Download | only in kaze

Lines Matching refs:Lsmooth

71       step.Lsmooth = Mat::zeros(level_height, level_width, CV_32F);
107 evolution_[0].Lt.copyTo(evolution_[0].Lsmooth);
131 gaussian_2D_convolution(evolution_[i].Lt, evolution_[i].Lsmooth, 0, 0, 1.0f);
134 image_derivatives_scharr(evolution_[i].Lsmooth, evolution_[i].Lx, 1, 0);
135 image_derivatives_scharr(evolution_[i].Lsmooth, evolution_[i].Ly, 0, 1);
197 compute_scharr_derivatives(evolution[i].Lsmooth, evolution[i].Lx, 1, 0, sigma_size_);
198 compute_scharr_derivatives(evolution[i].Lsmooth, evolution[i].Ly, 0, 1, sigma_size_);