CPU/GPU Algorithm, (Integer or Floating point arithmetic)

asked 2020-04-24 15:16:19 -0600

Frii gravatar image

I took a look at the opencv functions of the Sobel,box,Gaussian filters. Im not sure what type of arithmetic it does. Im trying to compare it to my FPGA implementation which does interger arithmetic of those filters. I want to know what type of arithmetic it does for OpenCV CPU and CUDA.

edit retag flag offensive close merge delete

Comments

1

OpenCV means you are free to examine the source code.

Der Luftmensch gravatar imageDer Luftmensch ( 2020-04-25 12:39:39 -0600 )edit