Skip to content

Commit

Permalink
alter readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jackie840129 committed Jul 4, 2018
1 parent c058386 commit 9999ccc
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 @@ -67,11 +67,11 @@ You can only use the python packages below:
-----------------------------------------------------------
**hint 1**: How to plot the image after clustering?

(1) Map the class number to any number between 0~255 (If the number are too near, the colors will be similar.)
(1) Map the class number to any number between 0~255 (If the numbers are too close, the colors will be similar.)

(2) `picture = cv2.applyColorMap( mapped image , cv2.COLORMAP_JET <- can change )`
(2) `picture = cv2.applyColorMap( mapped image , cv2.COLORMAP_JET <- can change )` [reference](https://www.learnopencv.com/applycolormap-for-pseudocoloring-in-opencv-c-python/)

**hint 2**: How to read and process the filterBank.mat ?
**hint 2**: How to read and process the filterBank.mat?

(1) `scipy.io.loadmat( .mat file )` <- Be careful about the return type.

Expand Down

0 comments on commit 9999ccc

Please sign in to comment.