From b6d04ac42f8006abb8ccffd92d06c6943ab8be44 Mon Sep 17 00:00:00 2001 From: Vadim Pisarevsky Date: Mon, 19 Jun 2017 18:00:27 +0300 Subject: [PATCH] Updated Profiling OpenCV Applications (markdown) --- Profiling-OpenCV-Applications.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Profiling-OpenCV-Applications.md b/Profiling-OpenCV-Applications.md index 4fe5165..e9cde95 100644 --- a/Profiling-OpenCV-Applications.md +++ b/Profiling-OpenCV-Applications.md @@ -1,6 +1,6 @@ OpenCV provides a tracing facility for efficient development of Computer Vision Applications. -Tracing framework is built-in directly into the OpenCV source code. To use it, you only need to compile and link your application with modern version of OpenCV. +Tracing framework is built-in directly into the OpenCV source code. To use it, you only need to compile and link your application with modern version of OpenCV. Tracing is enabled by default. To profile your application, you can use these [OpenCV Tracing macros](#tracing-macro-list). Important macros are: