Image Component Library (ICL)
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Public Member Functions | Public Attributes
icl::cv::opensurf::ResponseLayer Class Reference

Response Layer class. More...

#include <OpenSurfLib.h>

List of all members.

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

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

Member Function Documentation

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

Member Data Documentation


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines