Home
last modified time | relevance | path

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

/external/opencv3/modules/video/src/
Decc.cpp448 Mat templateProjection = Mat(numberOfParameters, 1, CV_32F); in findTransformECC() local
524 project_onto_jacobian_ECC(jacobian, templateZM, templateProjection); in findTransformECC()
530 const double lambda_d = correlation - templateProjection.dot(imageProjectionHessian); in findTransformECC()