1 | initial version |
you can try to use:
cmake -DENABLE_NEON=ON
2 | No.2 Revision |
you can try to use:
cmake -DENABLE_NEON=ON
(when building the opencv libs)
3 | No.3 Revision |
you can try to use:
cmake -DENABLE_NEON=ON
(when building the opencv libs)
also, opencv_version -hw
will show you, which optimization was built in.
4 | No.4 Revision |
you can try to use:
cmake -DENABLE_NEON=ON
(when building the opencv libs)
also, opencv_version -hw
will show you, which optimization was built in.
in any case, you should use a more recent opencv version. (we're at 3.4.3, now) . 3.1 might not even support NEON optimization.