uoip / SpectralResidualSaliency

C++/Python implementation of spectral residual saliency detection algorithm

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Spectral Residual Saliency Detection

detection example

C++/Python port of a MATLAB implementation.

Dependency

  • OpenCV

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

C++/Python implementation of spectral residual saliency detection algorithm


Languages

Language:C++ 61.5%Language:Python 38.5%