Home
last modified time | relevance | path

Searched refs:h1_ (Results 1 – 3 of 3) sorted by relevance

/external/opencv3/modules/features2d/src/
Dmser.cpp150 CompHistory* h0_ = 0, *h1_ = 0; in updateTree() local
157 c->updateTree(wp, c == child_ ? &h0_ : 0, c == child_ ? &h1_ : 0, final); in updateTree()
167 CompHistory* h0 = this, *h1 = h1_ && h1_->size > size ? h1_ : this; in updateTree()
/external/opencv3/modules/video/src/
Decc.cpp71 const float h1_ = hptr[3]; in image_jacobian_homo_ECC() local
88 Mat hatY_ = -src3*h1_ - src4*h4_ - h7_; in image_jacobian_homo_ECC()
Doptflowgf.cpp387 double h1_ = h1*scale; in FarnebackUpdateFlow_Blur() local
392 flow[x*2] = (float)((g11_*h2_-g12_*h1_)*idet); in FarnebackUpdateFlow_Blur()
393 flow[x*2+1] = (float)((g22_*h1_-g12_*h2_)*idet); in FarnebackUpdateFlow_Blur()