Skip to content

sclukey/parallella-opencv-coprthr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

Sobel Edge Detection on the Parallella

This program performs Sobel edge detection on a video feed from OpenCV.

Implementation

Host side:

  • Controlling and synchronizing the eCores
  • Managing frame-buffer, OpenCV
  • Transfer grayscale image data to emem

Device(Epiphany) side:

  • Get the image data from emem
  • Apply the Sobel edge detection algorithm
  • After rendering a frame, halt until interrupted by the host.

Building

System requirements:

Install dependent packages:

sudo apt-get update

sudo apt-get install pkg-config build-essential libopencv-dev

Make sure the pkg-config files are available:

sudo wget -O /usr/local/lib/pkgconfig/coprthr.pc "https://gist.githubusercontent.com/sclukey/2969d30e33c6eac57ba2/raw/f749fbbf9a804b5e46849dbfe15e484a11f9d10b/coprthr.pc"

The programs should now build and run.

License

BSD 3-Clause license

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published