segmentation
All Data Structures Namespaces Files Functions Variables Modules Pages
centsur.h File Reference

An implementation modelling the centre-surround response, used for construction of spatial uniqueness maps. More...

#include <opencv2/opencv.hpp>

Go to the source code of this file.

Detailed Description

An implementation modelling the centre-surround response, used for construction of spatial uniqueness maps.

Based on the difference-of-Gaussians pyramid approach of Itti. A single Gaussian pyramid is created. Neighbouring pyramid entries are subtracted (eg Pyramid level 0 - Pyramid level 1, 1-2, 2-3 ...etc), and so are 2nd neighbours (eg 1-3,2-4,3-5..etc), to obtain spatial uniqueness at various spatial scales. All resultant subtraction results (the difference of Gaussian maps) are summated to yield the centre-surround map output.

Author
Andrew Dankers
Date
2009
Note
Release under GNU GPL v2.0

Definition in file centsur.h.