-
Notifications
You must be signed in to change notification settings - Fork 13
Description
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