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.04k stars 407 forks source link

quick fix in documentation #121

Closed m-parchami closed 4 years ago

m-parchami commented 4 years ago

Hey there. The documentation of SimdDetection.hpp may need a quick fix. The LoadStringXml function, takes a string(which would be our XML). However, on the documentation which is right above the signature, we have:

\param [in] xml - a path to cascade.

which is probably a mistake while copying and pasting from the normal Load function.

ermig1979 commented 4 years ago

Thank you for bug report! The bug has been fixed.