Skip to content
Snippets Groups Projects
Commit 227287aa authored by Guillaume Pasero's avatar Guillaume Pasero
Browse files

COMP: wrong merge of otbPixelWiseBlockMatchingImageFilter.txx

parent c0fdcefd
No related branches found
No related tags found
No related merge requests found
......@@ -625,7 +625,7 @@ TOutputDisparityImage,TMaskImage,TBlockMatchingFunctor>
hdisparity >= estimatedMinHDisp && hdisparity <= estimatedMaxHDisp)
{
// Compute the block matching value
double metric = bmFunctor(leftIt,rightIt);
double metric = m_Functor(leftIt,rightIt);
// If we are at first loop, fill both outputs
if(vdisparity == estimatedMinVDisp && hdisparity == estimatedMinHDisp)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment