We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
Hi,
I am working with OV9655 camera on STM32 4071C Open Waveshare board (STM32F407IGTx Core). I am able to capture an image.
The next step in my project is to convert this captured image (RGB565 320x240) to a 28x28 C array. I will use this C array as an input to my neural model on the board for image classification. Could somebody lead me to a good starting point for the image conversion process.
Thanks in advance!
Perhaps your project supervisor can leaded you or provide direction?
I might find a 224x224 window of interest in the image, or take the center, and then generate a gray level for the 8x8 pixel blocks to yield a 28x28 array.