Change color representation of pressure sensor data converted to images on MATLAB code.

4 visualizaciones (últimos 30 días)
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.

Respuestas (1)

yanqi liu
yanqi liu el 7 de Mayo de 2022
yes,sir,may be use ind2rgb、ind2gray to get color index format to image file

Categorías

Más información sobre Convert Image Type en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by