immvision icon indicating copy to clipboard operation
immvision copied to clipboard

Inspect raw (non-color) data

Open thiago4455 opened this issue 1 year ago • 1 comments

Hello! I'm developing a software in which we produce electronic measurements, and would be very useful to embed of a tool like immvision to inspect the resulting data. The thing is that in such images (like a heat map), the actual data we want to inspect is not the color, so it would be useful to have access to the raw (unmapped) data for each pixel.

As this project is more oriented to image processing and CV (unlike imgui_text_inspect), do you think it would be in scope to support such a use case? I think that just adding a callback function that allows to change the data shown with ShowPixelInfo and DrawValuesOnZoomedPixels would already go a long way.

If you feel like wouldn't make sense, I can just create a fork for my specific use case. Otherwise I would be glad to draft a PR here so we can work on it together

thiago4455 avatar Jan 06 '25 08:01 thiago4455

Hello

thanks for contacting me. Of course, I am interested in a PR. immvision already supports float matrices. As far as raw data is concerned, I don’t know but would be interested in knowing more.

pthom avatar Jan 06 '25 12:01 pthom