Skip to content

Commit 5172f4c

Browse files
committed
Supported multi-threading.
Added the code to render the binarized image in sub-thread.
1 parent a6be180 commit 5172f4c

File tree

8 files changed

+3114
-2092
lines changed

8 files changed

+3114
-2092
lines changed

cv.xcodeproj/project.pbxproj

+7-1
Original file line numberDiff line numberDiff line change
@@ -266,8 +266,12 @@
266266
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
267267
GCC_C_LANGUAGE_STANDARD = gnu99;
268268
GCC_OPTIMIZATION_LEVEL = 0;
269-
GCC_PREPROCESSOR_DEFINITIONS = DEBUG;
269+
GCC_PREPROCESSOR_DEFINITIONS = (
270+
DEBUG,
271+
_DEBUG,
272+
);
270273
GCC_SYMBOLS_PRIVATE_EXTERN = NO;
274+
GCC_THUMB_SUPPORT = NO;
271275
GCC_VERSION = com.apple.compilers.llvmgcc42;
272276
GCC_WARN_ABOUT_RETURN_TYPE = YES;
273277
GCC_WARN_UNUSED_VARIABLE = YES;
@@ -282,6 +286,8 @@
282286
ARCHS = "$(ARCHS_STANDARD_32_BIT)";
283287
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
284288
GCC_C_LANGUAGE_STANDARD = gnu99;
289+
GCC_OPTIMIZATION_LEVEL = 3;
290+
GCC_THUMB_SUPPORT = NO;
285291
GCC_VERSION = com.apple.compilers.llvmgcc42;
286292
GCC_WARN_ABOUT_RETURN_TYPE = YES;
287293
GCC_WARN_UNUSED_VARIABLE = YES;

0 commit comments

Comments
 (0)