Image Component Library (ICL)
Public Member Functions | Public Attributes | List of all members
icl::cv::opensurf::ResponseLayer Class Reference

Response Layer class. More...

#include <OpenSurfLib.h>

Public Member Functions

 ResponseLayer (int width, int height, int step, int filter)
 
 ~ResponseLayer ()
 
unsigned char getLaplacian (unsigned int row, unsigned int column)
 
unsigned char getLaplacian (unsigned int row, unsigned int column, ResponseLayer *src)
 
float getResponse (unsigned int row, unsigned int column)
 
float getResponse (unsigned int row, unsigned int column, ResponseLayer *src)
 

Public Attributes

int width
 
int height
 
int step
 
int filter
 
float * responses
 
unsigned char * laplacian
 

Detailed Description

Response Layer class.

Constructor & Destructor Documentation

◆ ResponseLayer()

icl::cv::opensurf::ResponseLayer::ResponseLayer ( int  width,
int  height,
int  step,
int  filter 
)
inline

◆ ~ResponseLayer()

icl::cv::opensurf::ResponseLayer::~ResponseLayer ( )
inline

Member Function Documentation

◆ getLaplacian() [1/2]

unsigned char icl::cv::opensurf::ResponseLayer::getLaplacian ( unsigned int  row,
unsigned int  column 
)
inline

◆ getLaplacian() [2/2]

unsigned char icl::cv::opensurf::ResponseLayer::getLaplacian ( unsigned int  row,
unsigned int  column,
ResponseLayer src 
)
inline

◆ getResponse() [1/2]

float icl::cv::opensurf::ResponseLayer::getResponse ( unsigned int  row,
unsigned int  column 
)
inline

◆ getResponse() [2/2]

float icl::cv::opensurf::ResponseLayer::getResponse ( unsigned int  row,
unsigned int  column,
ResponseLayer src 
)
inline

Member Data Documentation

◆ filter

int icl::cv::opensurf::ResponseLayer::filter

◆ height

int icl::cv::opensurf::ResponseLayer::height

◆ laplacian

unsigned char* icl::cv::opensurf::ResponseLayer::laplacian

◆ responses

float* icl::cv::opensurf::ResponseLayer::responses

◆ step

int icl::cv::opensurf::ResponseLayer::step

◆ width

int icl::cv::opensurf::ResponseLayer::width

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