-
Notifications
You must be signed in to change notification settings - Fork 6
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
Making Color on/off switch in SCALPR #8
Comments
#include void setColorOutput(bool enableColor)
} int main(int argc, char *argv[])
} |
#include std::string SetColor(bool color) }
} |
#include using namespace cv; class BYTETracker; //--------------------------------------------------------------------------- // Define STrack class here... //--------------------------------------------------------------------------- int main(int argc, char* argv[]) {
} |
Add flag Color=ON/OFF in command line argument
The text was updated successfully, but these errors were encountered: