Home
last modified time | relevance | path

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

/external/opencv3/modules/video/src/
Decc.cpp83 Mat den_ = src3*h2_ + src4*h5_ + 1.0;//check the time of this! otherwise use addWeighted in image_jacobian_homo_ECC() local
87 divide(hatX_, den_, hatX_); in image_jacobian_homo_ECC()
89 divide(hatY_, den_, hatY_); in image_jacobian_homo_ECC()
98 divide(src1, den_, src1Divided_); in image_jacobian_homo_ECC()
99 divide(src2, den_, src2Divided_); in image_jacobian_homo_ECC()