Skip to content
/ FPGA Public

Image processing on FPGA: course project for CS 243 (High performance architecture)

Notifications You must be signed in to change notification settings

sepy97/FPGA

Repository files navigation

Install opencv to run
To compile: g++ -std=c++11 -I. -I$SYSTEMC_HOME/include -L. -L$SYSTEMC_HOME/lib-linux64 -Wl,-rpath=$SYSTEMC_HOME/lib-linux64 -o fltr main.cpp -lsystemc -lm `pkg-config --cflags --libs opencv`


old: g++ -std=c++11 cpu-process.cpp -o test `pkg-config --cflags --libs opencv` 

About

Image processing on FPGA: course project for CS 243 (High performance architecture)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •