Forum Discussion
Altera_Forum
Honored Contributor
9 years ago --- Quote Start --- I think anything image processing related that you might find oriented toward NIOS will be limited to control tasks of hardware pipelines. There isn't anything unique or interesting just running vanilla C image processing software on NIOS. As GCC is the compiler, porting your algorithm shouldn't be difficult. If you have a specific question or run into a problem, probably search the forum first or post a follow up thread. --- Quote End --- Actually I have created qsys system and run hello world program on nios2. Now i want to read image in that helloworld.c file and apply some image processing algorithms on it so can you guide me how to read image in c file