brian
brian
Resolves https://github.com/bethesirius/ChosunTruck/issues/43 which prevents the linux branch from building with OpenCV 3.0+ See the documentation changes from OpenCV 2.4 to 3.0: https://github.com/bethesirius/ChosunTruck/issues/43#issuecomment-397043206
I have found that using adaptiveThreshold works better for lane detection than the standard threshold being used here: https://github.com/bethesirius/ChosunTruck/blob/889644385ce57f971ec2921f006fbb0a167e6f1e/windows/src/main.cpp#L117 I used the following code to replace that line: `cv::adaptiveThreshold(sobel, contours,...
Currently our wiki links to the vc12 (VS2013) nuget package for opencv https://github.com/bethesirius/ChosunTruck/wiki/Windows-Installation > Use Nuget Package Manager to grab these two packages: > > https://www.nuget.org/packages/opencvcuda-release/ > https://www.nuget.org/packages/opencvcuda-debug/ However, neither...
First just wanted to say what an awesome project!! I wanted to know if you thought it might be beneficial to change the default ROI from the windscreen of the...