-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME
More file actions
50 lines (33 loc) · 1015 Bytes
/
README
File metadata and controls
50 lines (33 loc) · 1015 Bytes
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
ImageSearch
===========
Semester Project
Authors:
-------------
Jonathan Lane
jlane09sjp@gmail.com
Mike Allen
mwa020591@gmail.com
Julio Maniratunga
maniratunga.j@husky.neu.edu
Taylor Johndrew
taylorstheking@yahoo.com
Example Usage with spims file
-------------
./spims -p TestImages/morning.png -s TestImages/morning.png
OR
./spims -pdir TestImages/Patterns -sdir TestImages/Sources
OR, can also be mixed between files and directores
./spims -p TestImages/morning.png -sdir TestImages/Sources
./spims -pdir TestImages/Patterns -s TestImages/morning.png
Spims File
-------------
The spims file is located in the build directory and is
allset to be used like:
./spims -pdir path/to/pattern/dir -sdir path/to/source/dir
OR
To Make Spims File
-------------
Make sure the parser location declaration (located at the top of the
ImageSearch.py file) is correct. The one already there should work on
CCIS linux boxes. Then, make sure the file has execution permissions and
rename the file to "spims".