Did you have C/C++ sample that explain how to do motion detection with your library ?
I didn't find sample or process description in your documentation.
You make a great job with this library.
Thanks in advance
Alicia
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
The development of Simd Library is a part of my job (I work for Synesis). The algoritms in the library are used for performance optimization of video analytics (motion detection, object classification, face detection and recognition, license plate's detection, e.t.). I can't distribute these high-level algoritms because they are the property of Synesis.
To create an opensource sample of Motion Detection with using of the Simd Library I need to make a large amount of work. And I have appropriate plans to do it in future.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello,
Did you have C/C++ sample that explain how to do motion detection with your library ?
I didn't find sample or process description in your documentation.
You make a great job with this library.
Thanks in advance
Alicia
The development of Simd Library is a part of my job (I work for Synesis). The algoritms in the library are used for performance optimization of video analytics (motion detection, object classification, face detection and recognition, license plate's detection, e.t.). I can't distribute these high-level algoritms because they are the property of Synesis.
To create an opensource sample of Motion Detection with using of the Simd Library I need to make a large amount of work. And I have appropriate plans to do it in future.
I have added Simd::Motion - motion detection framework