Skip to content

Commit

Permalink
Update Readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jackie840129 authored Jul 8, 2018
1 parent 86f4350 commit a1fbf05
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Lab_2/Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,11 +58,11 @@ You can only use the python packages below:

**(a)** Plot the texture segmentation results.

[zebra-tex.jpg],[mountain-tex.jpg]
[zebra_tex.jpg],[mountain_tex.jpg]

**(b)** Combine both color (**Lab** color space) and texture features (3+38 = 41-dim features) for image segmentation. Repeat the clustering procedure and plot your segmentation results.

[zebra-combine.jpg],[mountain-combine.jpg]
[zebra_combine.jpg],[mountain_combine.jpg]

-----------------------------------------------------------
**hint 1**: How to plot the image after clustering?
Expand Down Expand Up @@ -91,7 +91,7 @@ For this problem you will implement a basic image-based bag-of-words (BoW) model

### Problems

1. Randomly pick an image from Train-100. Detect interest points and calculate their descriptors for this image using **SURF**. The feature dimension is set to be 128. Plot your interest point detection results. (eg., image with the 50 most dominant interest points detected). [surf.jpg]
1. Randomly pick an image from Train-100 (Load with **gray** scale). Detect interest points and calculate their descriptors for this image using **SURF**. The feature dimension is set to be 128. Plot your interest point detection results. (eg., image with the 50 most dominant interest points detected). [surf.jpg]

**hint** : You can read this [tutorial](https://docs.opencv.org/3.4/df/dd2/tutorial_py_surf_intro.html) for using SURF. You can use `surf.setEntended(True/False)` to change feature dimention.

Expand Down

0 comments on commit a1fbf05

Please sign in to comment.