ARFlow icon indicating copy to clipboard operation
ARFlow copied to clipboard

What is the difference between correlation package and correlation native implementation

Open NagabhushanSN95 opened this issue 3 years ago • 1 comments

I'm having issues using the correlation package. So, I was thinking of the native implementation you've provided. I would like to understand the differences between them.

  1. Is the difference just that one is implemented in c++ and the other in python, but both do the exact same things and are identical in performance?
  2. Is it just that the correlation package is faster than native implementation, but the accuracy will be the same?
  3. Or is it that the correlation package achieves better performance (both speed and accuracy) than the native implementation? If so, how wide is the gap?

NagabhushanSN95 avatar Apr 25 '21 06:04 NagabhushanSN95

I would love to know this too @lliuz

mxbi avatar Nov 11 '22 23:11 mxbi