Skip to content

Instantly share code, notes, and snippets.

View byBretema's full-sized avatar
🎨
I make computers draw things!

Daniel Brétema byBretema

🎨
I make computers draw things!
View GitHub Profile
@byBretema
byBretema / ATOM.md
Last active February 13, 2017 13:48
Made with ♥ for Atom.

Here you can see my atom's config files.

@byBretema
byBretema / Smooth_CV_Compiler.md
Last active February 9, 2017 15:36
Quick compile your OpenCV (in C/C++) project.

A smooth way to compile openCV C-based code.

Call example:

bash gcv.sh a_cv_main_file.c img1 img2 vid1

You can rename "gcv.sh" to "gcv" add it to the path and use like native compiler:

gcv a_cv_main_file.c img1 img2 vid1