From: Rahul Muthuswami on
how to find the matching of two images autoomously in video mosaicing
i have obtained a block matching algo but it gives sum errors on this line:
costs(1) = costFuncMAD(imgP(i:i+mbSize-1,j:j+mbSize-1), ...
the error is:
??? Undefined command/function 'costFuncMAD'.

Error in ==> motionEstSESTSS at 78
costs(1) = costFuncMAD(imgP(i:i+mbSize-1,j:j+mbSize-1), ...
what should i do?????????????