Problem with OpenCV

Hello,

I need openCV for some image processing.
Actually, I keep 5 images, apply median filter and then I save the average value of each pixel.
I have a problem with openCV when I use the function cv::accumulate.

I encounter the following mistake :
terminate called after throwing an instance of “cv::Exception”

Does the problem from openCV version provides by Nvidia ?

Thank you,

Hi nolann.laine,

The opencv in sdkmanager is also built from upstream openCV. We didn’t add or modify any source code.
Please also try your application with upstream openCV. Thanks.