made LOOP_TIMES as a command line option with default value=1

This commit is contained in:
Ilya Lavrenov
2013-10-16 18:23:05 +04:00
parent bfdbc9cefd
commit 07aee1a25c
2 changed files with 21 additions and 2 deletions

View File

@@ -42,7 +42,7 @@
#ifndef __OPENCV_TEST_UTILITY_HPP__
#define __OPENCV_TEST_UTILITY_HPP__
#define LOOP_TIMES 1
extern int LOOP_TIMES;
#define MWIDTH 256
#define MHEIGHT 256