-
Notifications
You must be signed in to change notification settings - Fork 62
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Optimize opencv builds #790
Comments
Aruco compiler flags for optimised builds: |
Useful info from vision_landing |
Raspberry: Look into VFPV4 and VFPV5 flags: -mfpu=neon-vfpv4 Can we use -fast-math? Note on this thread (note it's old version of gcc):
Good thread: |
Look into opencl: |
Linked to #963, which deals with optimizing for nvidia tegra platform |
Raspberry cmake:
|
On raspbian buster, gcc (gcc version 8.3.0 (Raspbian 8.3.0-6+rpi1)) seems to choose good optimisations:
-mfpu perhaps could be changed. Available fpu options: This suggests Excellent reference: |
Note OpenCV Release build sets -O3 which automatically turns on -ftree-vectorize |
Bump to opencv 4 and optimise for x86, raspberry and tegra platforms
The text was updated successfully, but these errors were encountered: