First time here? Check out the FAQ!
answered 2017-09-26 12:07:14 -0600
Mmh, cv::abs doesn't seem to exist anymore. Even in docs the link is dead. As a workaround you could try:
cv::abs
cv::absdiff(src, cv::Scalar::all(0), dst);