ermig1979 / Simd

C++ image processing and machine learning library with using of SIMD: SSE, AVX, AVX-512, AMX for x86/x64, VMX(Altivec) and VSX(Power7) for PowerPC, NEON for ARM.
http://ermig1979.github.io/Simd
MIT License
2.05k stars 409 forks source link

Ssim Structural Similarity #239

Open tados000 opened 1 year ago

tados000 commented 1 year ago

Hello,

Have you a function to compare 2 images like SSIM (https://fr.wikipedia.org/wiki/Structural_Similarity)

Thanks

ermig1979 commented 1 year ago

Hello!

There is no function with SSIM functionality in Simd.