Skip to main content
Jalal Sadigli
Associate II
November 11, 2017
Question

Image processing in c

  • November 11, 2017
  • 2 replies
  • 824 views
Posted on November 11, 2017 at 18:12

Hello

i want to learn image processing with stm32f4 in c,

*where should i start?

*do you have any suggestion?

    This topic has been closed for replies.

    2 replies

    Tesla DeLorean
    Guru
    November 11, 2017
    Posted on November 11, 2017 at 21:33

    Understand C, thoroughly.

    Understand how data, and image are represented in memory.

    I might also suggest doing it on a PC first, where you have a file system, can read/process image files, or videos, and generate output. Debug and become comfortable with what you are working with, and what is required to handle data real-time.

    Tips, Buy me a coffee, or three.. PayPal Venmo (See Profile) Up vote any posts that you find helpful, it shows what's working..
    S.Ma
    Principal
    November 12, 2017
    Posted on November 12, 2017 at 13:42

    Image processing would be advanced level on a microcontroller.

    As Clive said, start from a PC, maybe experiment on a linux based solution (RPI or else), then dig down to embedded.

    For embedded, hunt for a discovery with camera example (if possible with display) as it may help you avoid startup from scratch. Otherwise, audio processing would be a better start before going '2D' with graphics.