Image interpolation #2643
sundeepgoel72
started this conversation in
General
Replies: 2 comments 2 replies
-
No, but I did create a sketch for that sensor that upscaled the image using linear interpolation. I will post it in the next few days. |
Beta Was this translation helpful? Give feedback.
2 replies
-
The complete sketch is attached. This is written for a 320x480 display. The upscaled image is 320x240, in addition the raw sensor image is shown and one with a filter applied. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
Is there an interpolation function available for resizing (upscale) an image. My use case is 32x24 temperature grid from MLX90640 sensor - which I then display on 320x240 TFT after applying a factor of 7 i.e. each temperature value gets converted into 7x7 rectangle on the display.
Was wondering if there are any good interpolation libraries which can be applied on the tft image or on a two dimensional array to get a smooth image based on neighboring values?
regards,
Beta Was this translation helpful? Give feedback.
All reactions