You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I don't understand the code:
matchTemplate(m_pEx[i], example, ncc, CV_TM_CCORR_NORMED); // measure NCC to positive examples
nccP = (ncc.at(0) + 1) * 0.5f;
I think the nccP's result can't > 0.95 forever.
who can tell me the writer‘s mean?
Thanks very much.
The text was updated successfully, but these errors were encountered:
I don't understand the code:
matchTemplate(m_pEx[i], example, ncc, CV_TM_CCORR_NORMED); // measure NCC to positive examples
nccP = (ncc.at(0) + 1) * 0.5f;
I think the nccP's result can't > 0.95 forever.
who can tell me the writer‘s mean?
Thanks very much.
The text was updated successfully, but these errors were encountered: