You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Many friends run this repo on Windows but face some problems often. Though you can find answers in issues, we summarize some tips here to make things easier.
Dependency
This repo only depends on Opencv3 (4 is fine too but not tested). You can follow Installation by Using the Pre-built Libraries to install Opencv 3.4.11.
After downloading this repo, use cmake-gui to config, or add files manually. We need c++11 here so it's better to use >= Visual Studio 2017.
Visual Studio Config
Build in release mode, set /o2
enable SIMD and openMP options
You may want to use custom openmp reduction. If you are lazy, just delete the 3 lines that the compiler complains
In a i5-10400 PC, using fusion branch, it costs 70ms for 5,000,000 pixels image under Ubuntu16.04.
For windows Visual Studio 2019 with opencv 3.4.11, it cost 70ms too (with custom openmp reduction).
The text was updated successfully, but these errors were encountered:
Motivation
Many friends run this repo on Windows but face some problems often. Though you can find answers in issues, we summarize some tips here to make things easier.
Dependency
This repo only depends on Opencv3 (4 is fine too but not tested). You can follow Installation by Using the Pre-built Libraries to install Opencv 3.4.11.
After downloading this repo, use cmake-gui to config, or add files manually. We need c++11 here so it's better to use >= Visual Studio 2017.
Visual Studio Config
All Configs:
Configs captured:
Profiling
In a i5-10400 PC, using fusion branch, it costs 70ms for 5,000,000 pixels image under Ubuntu16.04.
For windows Visual Studio 2019 with opencv 3.4.11, it cost 70ms too (with custom openmp reduction).
The text was updated successfully, but these errors were encountered: