Forum Discussion

Altera_Forum's avatar
Altera_Forum
Icon for Honored Contributor rankHonored Contributor
15 years ago

help required for project implementation....

hi, im working on a project which deals with vlsi as well asimage processing, for this i need to store a 256X256(gray scale )image and access its each and every pixel and perform an operation onthat pixel, if the pixel is found as noisy pixel then after performingand removing of noise i need to feed back the new pixel value into thesame position of the pixel, how to implement this inverilog please give me some ideas and how to implement on fpga

1 Reply

  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    You need to start with algorithm first. Then translate algorithm into a piece of RTL, Verilog or VHDL. Then synthesize it and program it onto FPGA for debugging.