Change color representation of pressure sensor data converted to images on MATLAB code.
3 views (last 30 days)
Show older comments
I work on converting foot pressure sensor data to images to use in the deep learning model. the problem is the colors of the image are only the grades of blue, I want to change the numbers(sensor data) pixel representation with another more accurate scale. my data is between 0 and 1.
But the change is very small like I have some values 0.00873 and others 0.9342, so I need to choose colors that are very sensitive to my data as when converting it into pixels the difference will appear more.
Attached is a sample of the images I generate, each image have 4 pressure sensor for both the right and left foot. 

The one to the left, I tried rgb2hsv but also appeared only with different grades of blue.
0 Comments
Answers (1)
yanqi liu
on 7 May 2022
yes,sir,may be use ind2rgb、ind2gray to get color index format to image file
0 Comments
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!