We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
uncomment a function GetWrappedPoint(Mat M, const Point& p) it's at https://github.com/ramitix/Car_lane_sign_detection/blob/master/main_without_tracking.cpp#L438
GetWrappedPoint(Mat M, const Point& p)
then
$ g++ -std=c++11 -o main_without_tracking main_without_tracking.cpp pkg-config --cflags --libs opencv
pkg-config --cflags --libs opencv
The text was updated successfully, but these errors were encountered:
Just had to do exactly that. Maybe this function shound be uncomented from code?
Sorry, something went wrong.
After building I only get this message and program exits: 3.4.0 Capturing 60 frames
Any ideas?
@ivanmonteiro
maybe the owner of this repo is not maintaining this anymore.
In my case, the result is equal to yours
3.3.1 Capturing 60 frames
No branches or pull requests
uncomment a function
GetWrappedPoint(Mat M, const Point& p)
it's at https://github.com/ramitix/Car_lane_sign_detection/blob/master/main_without_tracking.cpp#L438
then
$ g++ -std=c++11 -o main_without_tracking main_without_tracking.cpp
pkg-config --cflags --libs opencv
The text was updated successfully, but these errors were encountered: