Ask Your Question

AaronB's profile - activity

2020-04-06 08:22:27 -0600 received badge  Enthusiast
2020-04-05 10:05:57 -0600 commented question Converting from OpenCV 3.4 to 4.2 divide issue (different results)

Here is the code... Mat resultImage = Mat::zeros(imageHeight, imageWidth, CV_32FC1); cv::divide(image1, image2

2020-04-04 23:17:01 -0600 asked a question Converting from OpenCV 3.4 to 4.2 divide issue (different results)

Converting from OpenCV 3.4 to 4.2 divide issue (different results) I have two images I divide the one with the other. Bu

2020-03-25 21:29:04 -0600 answered a question How to get static libs for installed modules?

You have to set BUILD_SHARED_LIBS off and then regenerate and then recompile the opencv. If you are using CUDA you also

2020-03-25 11:04:33 -0600 asked a question Using OpenCV 3.4 and converting to use GPU (CUDA)

Using OpenCV 3.4 and converting to use GPU (CUDA) I am relative new to OpenCV so, i still learning. This is the origina