bemoregt / gpSpectralSaliencyMap

Spectral Residual Saliency Map using Openframeworks & ofxCv

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Spectral Residual Saliency Map for OpenFrameworks

detection example detection example C++ & OFX port of https://github.com/uoip/SpectralResidualSaliency

Dependency

  • OpenCV 3.x
  • OpenFrameworks 0.10.1
  • ofxCv
  • ofxGUI
  • XCode 10.12.x
  • OSX Mojave

Next Plan

  • MouseMove event handling for 2 parameter: Finished.
  • Add TextBox for 2 parameter display: Finished.
  • Drag & Drop for file selection: Finished.

Reference

@inproceedings{
title = {Saliency Detection: A Spectral Residual Approach},
author = {Xiaodi Hou, Liqing Zhang},
booktitle={Conference on Computer Vision and Pattern Recognition (CVPR)},
year = {2007}}

Find the paper at www.houxiaodi.com/assets/papers/cvpr07.pdf

About

Spectral Residual Saliency Map using Openframeworks & ofxCv


Languages

Language:Makefile 55.0%Language:C++ 45.0%