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

  /external/opencv3/modules/video/src/
ecc.cpp 70 const float h0_ = hptr[0]; local
86 Mat hatX_ = -src3*h0_ - src4*h3_ - h6_;
  /external/opencv3/modules/features2d/src/
mser.cpp 150 CompHistory* h0_ = 0, *h1_ = 0; local
157 c->updateTree(wp, c == child_ ? &h0_ : 0, c == child_ ? &h1_ : 0, final);
168 if( h0_ )
170 for( h0 = h0_; h0 != this && h0->val < val - delta; h0 = h0->parent_ )
    [all...]

Completed in 391 milliseconds