Searched refs:h2_ (Results 1 – 2 of 2) sorted by relevance
72 const float h2_ = hptr[6]; in image_jacobian_homo_ECC() local83 Mat den_ = src3*h2_ + src4*h5_ + 1.0;//check the time of this! otherwise use addWeighted in image_jacobian_homo_ECC()
388 double h2_ = h2*scale; in FarnebackUpdateFlow_Blur() local392 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()