Skip to Content
Computer Vision with OpenCV 3 and Qt5
book

Computer Vision with OpenCV 3 and Qt5

by Amin Ahmadi Tazehkandi
January 2018
Intermediate to advanced content levelIntermediate to advanced
486 pages
11h 28m
English
Packt Publishing
Content preview from Computer Vision with OpenCV 3 and Qt5

Compiling

At the second major phase of the build process, the compiler takes the output of the preprocessor, or in our case, the preprocess phase, which also includes the codes generated by uic and moc, and compiles it into the machine code. This machine code can be saved and reused during the build process, since as long as source files are not changed, then the produced machine code also stays the same. This process helps save a lot of time when building applications, by making sure that individual and separately compiled objects (such as *.obj or *.lib files) are reused instead of being produced each and every time the project is built. The good thing about all this is that it is taken care of by the IDEs and we usually don't need to bother ...

Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Mastering OpenCV 4 - Third Edition

Mastering OpenCV 4 - Third Edition

Roy Shilkrot, David Millán Escrivá
Hands-On Computer Vision with TensorFlow 2

Hands-On Computer Vision with TensorFlow 2

Benjamin Planche, Eliot Andres
OpenCV 4 with Python Blueprints - Second Edition

OpenCV 4 with Python Blueprints - Second Edition

Dr. Menua Gevorgyan, Michael Beyeler (USD), Arsen Mamikonyan, Michael Beyeler

Publisher Resources

ISBN: 9781788472395Supplemental Content