-
Notifications
You must be signed in to change notification settings - Fork 36
/
atlas.json
41 lines (41 loc) · 969 Bytes
/
atlas.json
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
{
"branch": "master",
"files": [
"book/filters/filters-part.html",
"book/filters/basic_output.md",
"book/filters/blur.md",
"book/filters/dilate_erode.md",
"book/filters/edge_detection.md",
"book/filters/equalize_histogram.md",
"book/filters/in_range.md",
"book/filters/region_of_interest.md",
"book/filters/threshold.md",
"book/tracking/brightest_point.md",
"book/tracking/tracking-part.html",
"book/tracking/face_detection.md",
"book/projects/projects-part.html",
"book/projects/kinograph_1.md"
],
"formats": {
"pdf": {
"version": false,
"index": false,
"toc": false
},
"epub": {
"index": false,
"toc": false,
"epubcheck": false
},
"mobi": {
"index": false,
"toc": false
},
"html": {
"index": false,
"toc": true
}
},
"theme": "",
"title": "Getting Started with Computer Vision with OpenCV and Processing"
}