Skip to content

Commit 994597c

Browse files
committedDec 22, 2017
update README.md
1 parent 5123422 commit 994597c

12 files changed

+11
-1
lines changed
 

‎README.md

+11-1
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,14 @@ The goals are:
1111

1212
We succesfully managed to achieve both tasks. See "Final Report" to get an intro to the topics of this research and the presentation of our work and the idea behind the actual implementation of the algorithm, based on the paper from Arbelaez. The former is in the docs folder together with some other useful document and our presentations.
1313

14-
Soon more documentation will be added.
14+
### Gradient of Histogram
15+
#### Influence of scale in gradients' magnitudes
16+
Big scales images give rise to fine contours in contrast with the coarse contours acquired in the smaller scale image.
17+
![](res3.png)
18+
19+
#### Influence of θ in gradients’ magnitudes
20+
Using one single orientation (θ=0°,90°,45°,125°) is not enough to acquire contour quality, but the combination of all give rise to an efficient contour detector.
21+
![](res2.png)
22+
23+
### Watershed Segmentation
24+
![](res1.png)

‎images/res1.png

709 KB
Loading

‎images/res2.png

1020 KB
Loading

‎images/res3.png

167 KB
Loading

‎src/compute_histogram_bins.m

100755100644
File mode changed.

‎src/compute_norm_histogram.m

100755100644
File mode changed.

‎src/compute_oriented_hist.m

100755100644
File mode changed.

‎src/cropMargins.m

100755100644
File mode changed.

‎src/get_number_list.m

100755100644
File mode changed.

‎src/grow_regions_inside_Q.m

100755100644
File mode changed.

‎src/main.m

100755100644
File mode changed.

‎src/merge_grad_func.m

100755100644
File mode changed.

0 commit comments

Comments
 (0)
Please sign in to comment.