Home
last modified time | relevance | path

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

/external/opencv3/modules/video/src/
Decc.cpp88 Mat hatY_ = -src3*h1_ - src4*h4_ - h7_; in image_jacobian_homo_ECC() local
89 divide(hatY_, den_, hatY_); in image_jacobian_homo_ECC()
108 Mat temp_ = (hatX_.mul(src1Divided_)+hatY_.mul(src2Divided_)); in image_jacobian_homo_ECC()
112 hatY_.release(); in image_jacobian_homo_ECC()