Lines Matching refs:Lx
61 aux.Lx = Mat::zeros(options_.img_height, options_.img_width, CV_32F); in Allocate_Memory_Evolution()
121 Scharr(evolution_[i].Lsmooth, evolution_[i].Lx, CV_32F, 1, 0, 1, 0, BORDER_DEFAULT); in Create_Nonlinear_Scale_Space()
126 pm_g1(evolution_[i].Lx, evolution_[i].Ly, Lflow, options_.kcontrast); in Create_Nonlinear_Scale_Space()
128 pm_g2(evolution_[i].Lx, evolution_[i].Ly, Lflow, options_.kcontrast); in Create_Nonlinear_Scale_Space()
130 weickert_diffusivity(evolution_[i].Lx, evolution_[i].Ly, Lflow, options_.kcontrast); in Create_Nonlinear_Scale_Space()
204 … compute_scharr_derivatives(evolution[i].Lsmooth, evolution[i].Lx, 1, 0, evolution[i].sigma_size); in operator ()()
206 … compute_scharr_derivatives(evolution[i].Lx, evolution[i].Lxx, 1, 0, evolution[i].sigma_size); in operator ()()
208 … compute_scharr_derivatives(evolution[i].Lx, evolution[i].Lxy, 0, 1, evolution[i].sigma_size); in operator ()()
210 evolution[i].Lx = evolution[i].Lx*((evolution[i].sigma_size)); in operator ()()
601 resX[idx] = gweight*(*(evolution_[level].Lx.ptr<float>(iy)+ix)); in Compute_Main_Orientation()
727 res1 = *(evolution[level].Lx.ptr<float>(y1)+x1); in Get_KAZE_Upright_Descriptor_64()
728 res2 = *(evolution[level].Lx.ptr<float>(y1)+x2); in Get_KAZE_Upright_Descriptor_64()
729 res3 = *(evolution[level].Lx.ptr<float>(y2)+x1); in Get_KAZE_Upright_Descriptor_64()
730 res4 = *(evolution[level].Lx.ptr<float>(y2)+x2); in Get_KAZE_Upright_Descriptor_64()
859 res1 = *(evolution[level].Lx.ptr<float>(y1)+x1); in Get_KAZE_Descriptor_64()
860 res2 = *(evolution[level].Lx.ptr<float>(y1)+x2); in Get_KAZE_Descriptor_64()
861 res3 = *(evolution[level].Lx.ptr<float>(y2)+x1); in Get_KAZE_Descriptor_64()
862 res4 = *(evolution[level].Lx.ptr<float>(y2)+x2); in Get_KAZE_Descriptor_64()
989 res1 = *(evolution[level].Lx.ptr<float>(y1)+x1); in Get_KAZE_Upright_Descriptor_128()
990 res2 = *(evolution[level].Lx.ptr<float>(y1)+x2); in Get_KAZE_Upright_Descriptor_128()
991 res3 = *(evolution[level].Lx.ptr<float>(y2)+x1); in Get_KAZE_Upright_Descriptor_128()
992 res4 = *(evolution[level].Lx.ptr<float>(y2)+x2); in Get_KAZE_Upright_Descriptor_128()
1145 res1 = *(evolution[level].Lx.ptr<float>(y1)+x1); in Get_KAZE_Descriptor_128()
1146 res2 = *(evolution[level].Lx.ptr<float>(y1)+x2); in Get_KAZE_Descriptor_128()
1147 res3 = *(evolution[level].Lx.ptr<float>(y2)+x1); in Get_KAZE_Descriptor_128()
1148 res4 = *(evolution[level].Lx.ptr<float>(y2)+x2); in Get_KAZE_Descriptor_128()