From 9999ccc3b4c5dbf0953b587f94aac51bc84d41a3 Mon Sep 17 00:00:00 2001 From: jackie840129 Date: Wed, 4 Jul 2018 23:48:08 +0800 Subject: [PATCH] alter readme --- Lab_2/Readme.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Lab_2/Readme.md b/Lab_2/Readme.md index 48c9f09..a1bf837 100644 --- a/Lab_2/Readme.md +++ b/Lab_2/Readme.md @@ -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.