Learning opencv tutorials

Source: Internet
Author: User

1,Differences between dynamic and static libraries in opencv

Lib is a dynamic library, and staticlib is a static library.

This is a description of the dynamic and static libraries in opencv tutorials. A dynamic library is a library file that is loaded at runtime. The static library file will build-in inside your EXE file during your build. The advantage is that you can avoid accidental deletion, but the disadvantage is that the application grows and the loading time will also become longer.

2,Relationship between solution and project in Visual Studio

In vs, a solution can contain multiple projects.

3,Two compilation methods: Release and debug

Http://www.cnblogs.com/JemBai/archive/2009/01/13/1374805.html

Http://javafans.iteye.com/blog/609937/

The difference between release and Debug: Debug is usually called a debug version. It contains debugging information and is easy for programmers to debug programs without any optimization. Release is called a release version. It is often optimized to optimize the program size and running speed, so that users can use it well.

Learning opencv tutorials

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.