Standard Deviation In Array OpenCV c++
Hello, I had save 5 data inside the array and will require this to be computed for the Std Dev. Does OpenCV has the library for the array calculation? Do I need to follow the C++ coding to do the calculation?
What I had read so far is the Std Deviation for an image or using the GPU to calculate it