Skip to content

Commit 2ff2b03

Browse files
committed
added data files
1 parent a7de08b commit 2ff2b03

File tree

7 files changed

+21
-0
lines changed

7 files changed

+21
-0
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
build
22
build/
33
build/*
4+
*~
5+

data/butterfly.jpg

43.7 KB
Loading

data/home.jpg

31.4 KB
Loading

data/left.jpg

23.5 KB
Loading

data/messi5.jpg

71.2 KB
Loading

data/readme.txt

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
This folder contains data files used in these tutorials.
2+
3+
Not all files are available. I had to format my system and lost many files. Some are taken from internet and I have put them in this folder. Some files are my own, so no way to recover them.
4+
5+
Some video files are also missing.
6+
7+
Image
8+
-------
9+
lena.jpg
10+
butterfly.jpg
11+
home.jpg
12+
messi5.jpg
13+
left.jpg
14+
right.jpg
15+
16+
Feature Matching - https://github.com/Itseez/opencv/blob/master/samples/c/box.png
17+
- https://github.com/Itseez/opencv/blob/master/samples/c/box_in_scene.png
18+
19+
Background subtraction - https://github.com/Itseez/opencv/blob/master/samples/gpu/768x576.avi

data/right.jpg

23.3 KB
Loading

0 commit comments

Comments
 (0)