HomeSort by relevance Sort by last modified time
    Searched refs:Dyy (Results 1 - 2 of 2) sorted by null

  /external/opencv3/modules/features2d/src/kaze/
KAZEFeatures.cpp 402 float Dxx = 0.0, Dyy = 0.0, Dss = 0.0, Dxy = 0.0, Dxs = 0.0, Dys = 0.0;
427 Dyy = (1.0f / (step*step))*(*(evolution_[kpts_[i].class_id].Ldet.ptr<float>(y + step) + x)
452 *(A.ptr<float>(1) + 1) = Dyy;
    [all...]
AKAZEFeatures.cpp 398 float Dxx = 0.0, Dyy = 0.0, Dxy = 0.0;
420 Dyy = (*(evolution_[kpts[i].class_id].Ldet.ptr<float>(y + 1) + x)
431 A(1, 1) = Dyy;
    [all...]

Completed in 163 milliseconds