OpenCV  2.4.13.2
Open Source Computer Vision
cv::LogPolar_Overlapping Class Reference

#include <contrib.hpp>

Classes

struct  kernel
 

Public Member Functions

 LogPolar_Overlapping ()
 
 LogPolar_Overlapping (int w, int h, Point2i center, int R=70, double ro0=3.0, int full=1, int S=117, int sp=1)
 
const Mat to_cortical (const Mat &source)
 
const Mat to_cartesian (const Mat &source)
 
 ~LogPolar_Overlapping ()
 

Protected Member Functions

void create_map (int M, int N, int R, int S, double ro0)
 

Protected Attributes

Mat Rsri
 
Mat Csri
 
vector< intRsr
 
vector< intCsr
 
vector< double > Wsr
 
int S
 
int R
 
int M
 
int N
 
int ind1
 
int top
 
int bottom
 
int left
 
int right
 
double ro0
 
double romax
 
double a
 
double q
 
Mat ETAyx
 
Mat CSIyx
 
vector< kernelw_ker_2D
 

Detailed Description

Overlapping circular receptive fields technique

The Cartesian plane is divided in two regions: the fovea and the periphery. The fovea (oversampling) is handled by using the bilinear interpolation technique described above, whereas in the periphery we use the overlapping Gaussian circular RFs.

More details can be found in http://dx.doi.org/10.1007/978-3-642-23968-7_5

Constructor & Destructor Documentation

§ LogPolar_Overlapping() [1/2]

cv::LogPolar_Overlapping::LogPolar_Overlapping ( )
inline

§ LogPolar_Overlapping() [2/2]

cv::LogPolar_Overlapping::LogPolar_Overlapping ( int  w,
int  h,
Point2i  center,
int  R = 70,
double  ro0 = 3.0,
int  full = 1,
int  S = 117,
int  sp = 1 
)

Constructor

Parameters
wthe width of the input image
hthe height of the input image
centerthe transformation center: where the output precision is maximal
Rthe number of rings of the cortical image (default value 70 pixel)
ro0the radius of the blind spot (default value 3 pixel)
full1 (default value) means that the retinal image (the inverse transform) is computed within the circumscribing circle. 0 means that the retinal image is computed within the inscribed circle.
Sthe number of sectors of the cortical image (default value 70 pixel). Its value is usually internally computed to obtain a pixel aspect ratio equals to 1.
sp1 (default value) means that the parameter S is internally computed. 0 means that the parameter S is provided by the user.

§ ~LogPolar_Overlapping()

cv::LogPolar_Overlapping::~LogPolar_Overlapping ( )

Destructor

Member Function Documentation

§ create_map()

void cv::LogPolar_Overlapping::create_map ( int  M,
int  N,
int  R,
int  S,
double  ro0 
)
protected

§ to_cartesian()

const Mat cv::LogPolar_Overlapping::to_cartesian ( const Mat source)

Transformation from cortical image to retinal (inverse log-polar) image.

Parameters
sourcethe cortical image
Returns
the transformed image (retinal image)

§ to_cortical()

const Mat cv::LogPolar_Overlapping::to_cortical ( const Mat source)

Transformation from Cartesian image to cortical (log-polar) image.

Parameters
sourcethe Cartesian image
Returns
the transformed image (cortical image)

Member Data Documentation

§ a

double cv::LogPolar_Overlapping::a
protected

§ bottom

int cv::LogPolar_Overlapping::bottom
protected

§ CSIyx

Mat cv::LogPolar_Overlapping::CSIyx
protected

§ Csr

vector<int> cv::LogPolar_Overlapping::Csr
protected

§ Csri

Mat cv::LogPolar_Overlapping::Csri
protected

§ ETAyx

Mat cv::LogPolar_Overlapping::ETAyx
protected

§ ind1

int cv::LogPolar_Overlapping::ind1
protected

§ left

int cv::LogPolar_Overlapping::left
protected

§ M

int cv::LogPolar_Overlapping::M
protected

§ N

int cv::LogPolar_Overlapping::N
protected

§ q

double cv::LogPolar_Overlapping::q
protected

§ R

int cv::LogPolar_Overlapping::R
protected

§ right

int cv::LogPolar_Overlapping::right
protected

§ ro0

double cv::LogPolar_Overlapping::ro0
protected

§ romax

double cv::LogPolar_Overlapping::romax
protected

§ Rsr

vector<int> cv::LogPolar_Overlapping::Rsr
protected

§ Rsri

Mat cv::LogPolar_Overlapping::Rsri
protected

§ S

int cv::LogPolar_Overlapping::S
protected

§ top

int cv::LogPolar_Overlapping::top
protected

§ w_ker_2D

vector<kernel> cv::LogPolar_Overlapping::w_ker_2D
protected

§ Wsr

vector<double> cv::LogPolar_Overlapping::Wsr
protected

The documentation for this class was generated from the following file: