Home
last modified time | relevance | path

Searched refs:lyy (Results 1 – 2 of 2) sorted by relevance

/external/opencv3/modules/features2d/src/kaze/
DKAZEFeatures.cpp158 float lxx = 0.0, lxy = 0.0, lyy = 0.0; in Compute_Detector_Response() local
171 lyy = *(evolution_[i].Lyy.ptr<float>(ix)+jx); in Compute_Detector_Response()
172 *(evolution_[i].Ldet.ptr<float>(ix)+jx) = (lxx*lyy - lxy*lxy); in Compute_Detector_Response()
DAKAZEFeatures.cpp244 float lyy = *(evolution_[i].Lyy.ptr<float>(ix)+jx); in Compute_Determinant_Hessian_Response() local
245 *(evolution_[i].Ldet.ptr<float>(ix)+jx) = (lxx*lyy - lxy*lxy); in Compute_Determinant_Hessian_Response()