Home | History | Annotate | Download | only in kaze

Lines Matching refs:Dxy

402     float Dxx = 0.0, Dyy = 0.0, Dss = 0.0, Dxy = 0.0, Dxs = 0.0, Dys = 0.0;
435 Dxy = (1.0f / (4.0f*step))*(*(evolution_[kpts_[i].class_id].Ldet.ptr<float>(y + step) + x + step)
455 *(A.ptr<float>(0) + 1) = *(A.ptr<float>(1)) = Dxy;