-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathReadme.rtf
More file actions
114 lines (109 loc) · 2.77 KB
/
Copy pathReadme.rtf
File metadata and controls
114 lines (109 loc) · 2.77 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
{\rtf1\ansi\ansicpg1252\cocoartf1187\cocoasubrtf370
{\fonttbl\f0\fnil\fcharset0 Menlo-Bold;\f1\fnil\fcharset0 Menlo-Regular;\f2\fswiss\fcharset0 Helvetica;
}
{\colortbl;\red255\green255\blue255;}
\margl1440\margr1440\vieww28600\viewh14800\viewkind0
\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural
\f0\b\fs22 \cf0 HelloOpenCViOS
\f1\b0 \
\
================================================================================\
DESCRIPTION:\
\
================================================================================\
BUILD REQUIREMENTS:\
\
iOS SDK 6.0 or later\
\
================================================================================\
RUNTIME REQUIREMENTS:\
\
iOS 6.0 or later. This app will only work on device because of camera input\
requirement. Due to the app's heavy use of CPU, performance may be sub-optimal\
when running debug builds on certain devices.\
\
================================================================================\
\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural
\f2\b\fs24 \cf0 \
\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural
\f0\fs22 \cf0 File Structure:
\f1\b0 \
HelloOpenCViOS\
|\
|------ Camera\
| |------ MyCamera.h\
| |------ MyCamera.mm\
| |------ YUVShader.fsh\
| |------ YUVShader.vsh\
|\
|------CoreData\
| |------CoreDataModule.h\
| |------ CoreDataModule.mm\
| |------ FetchResults.h\
|------CoreLocation\
| |------CoreLocationModule.h\
| |------ CoreLocationModule.mm\
|------CoreMotion\
| |------CoreMotionModule.h\
| |------ CoreMotionModule.mm\
|------Utilities\
| |------ FPS.h\
| |------ FPS.mm\
| |------Utilities.h\
| |------Utilities.mm\
|------ ARView.h\
|------ ARView.mm\
|------PlaceOfInterest.h\
|------PlaceOfInterest.mm\
|------ShapeFinder.h\
|------ShapeFinder.cpp\
|------Shapes.h\
|------Shapes.cpp\
|------AppDelegate.h\
|------AppDelegate.mm\
|------ViewController.h\
|------ViewController.mm\
|------MainStoryboard_iPhone.storyboard\
|------MainStoryboard_iPad.storyboard\
\
RoadSignsDataBase\
|------Action.h\
|------Action.mm\
|------Activity.h\
|------Activity.mm\
|------Location.h\
|------Location.mm\
|------RoadSign.h\
|------RoadSign.mm\
|------RoadSignCD.storedata\
|------RoadSignCD.xcdatamodeld\
\
Resources\
|\
|------ Signs Collected\
| |------ Give way.png\
| |------ No entry.png\
| |------ Parking allowed.png\
| |------ Pedestrian crossing.png\
| |------ Roundabout.png\
| |------ Turn right.png\
| |------ Turn right or left.png\
\
\f0\b Frameworks required:\
\f1\b0 GLKit\
OpenGLES\
CoreMotion\
CoreLocation\
CoreData\
ImageIO\
QuartzCore\
CoreVideo\
CoreMedia\
CoreImage\
AVFoundation\
AssetsLibrary\
Accelerate\
opencv2\
UIKit\
Foundation\
CoreGraphics}