Skip to content

Commit 756a1f1

Browse files
committed
fixed README
1 parent 479421f commit 756a1f1

File tree

1 file changed

+13
-10
lines changed

1 file changed

+13
-10
lines changed

README.md

+13-10
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,19 @@
11
# TriloBits
2-
<p>Team Name: Team P
2+
<p>Team Name: TriloBytes
33
<p>Challenge: Trilobite Bits
44

55
## Progress
6-
<p> Focused only on the identification of Segments and differentiation between head, body, and tail
7-
<p> Further modules will have to be developed to detect triolobyte in an image if not centered and either
8-
1. rectify image to center
9-
2. provide coordinates of start and end
10-
<p> Using Derivative filtering as the main player in detecting segments we look for drastic changes in intensity along the center of the image and draw lines on those peaks yeilding optimistic results. Details on how we might improve the accuracy and remove false positives aswell as how we can actually use this information in solving the problem are documented in the file segment.py
11-
<p> Included is also a scraper that will collect the entire catalog of images from the museam website
12-
## Within
13-
*. scraper.py use: "python scraper.py"
14-
*. segment.py use: "python segment.py [filename]" output:[output.jpg]
6+
Focused only on the identification of Segments and differentiation between head, body, and tail
7+
8+
Further modules will have to be developed to detect triolobyte in an image if not centered and either
9+
10+
1. rectify image to center
11+
2. provide coordinates of start and end
1512

13+
Using Derivative filtering as the main player in detecting segments we look for drastic changes in intensity along the center of the image and draw lines on those peaks yeilding optimistic results. Details on how we might improve the accuracy and remove false positives aswell as how we can actually use this information in solving the problem are documented in the file segment.py
1614

15+
Included is also a scraper that will collect the entire catalog of images from the museam website
16+
17+
## Within
18+
* scraper.py use: "python scraper.py"
19+
* segment.py use: "python segment.py [filename]" output:[output.jpg]

0 commit comments

Comments
 (0)