Basic Image AlgorithmS Library  2.8.0
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
Public Member Functions | Public Attributes | List of all members
BIAS::FilterTestPair< InputStorageType, OutputStorageType > Class Template Reference

struct holding ground truth data for filter testing\ More...

#include <Filter/Tests/TestFilterBase.hh>

+ Collaboration diagram for BIAS::FilterTestPair< InputStorageType, OutputStorageType >:

Public Member Functions

 FilterTestPair (const Image< InputStorageType > input, const Image< OutputStorageType > output)
 

Public Attributes

enum FilterBase
< InputStorageType,
OutputStorageType >
::TBorderHandling 
BorderHandling
 ground truth output More...
 
Image< InputStorageType > Input
 input image More...
 
FilterMask Mask
 
Image< OutputStorageType > Output
 

Detailed Description

template<typename InputStorageType, typename OutputStorageType>
class BIAS::FilterTestPair< InputStorageType, OutputStorageType >

struct holding ground truth data for filter testing\

Author
woelk 06/2008 (c) www.vision-n.de

Definition at line 43 of file TestFilterBase.hh.

Constructor & Destructor Documentation

template<typename InputStorageType, typename OutputStorageType>
BIAS::FilterTestPair< InputStorageType, OutputStorageType >::FilterTestPair ( const Image< InputStorageType >  input,
const Image< OutputStorageType >  output 
)
inline

Definition at line 46 of file TestFilterBase.hh.

Member Data Documentation

template<typename InputStorageType, typename OutputStorageType>
enum FilterBase< InputStorageType, OutputStorageType >::TBorderHandling BIAS::FilterTestPair< InputStorageType, OutputStorageType >::BorderHandling

ground truth output

Definition at line 54 of file TestFilterBase.hh.

template<typename InputStorageType, typename OutputStorageType>
Image<InputStorageType> BIAS::FilterTestPair< InputStorageType, OutputStorageType >::Input

input image

Definition at line 52 of file TestFilterBase.hh.

template<typename InputStorageType, typename OutputStorageType>
FilterMask BIAS::FilterTestPair< InputStorageType, OutputStorageType >::Mask

Definition at line 55 of file TestFilterBase.hh.

template<typename InputStorageType, typename OutputStorageType>
Image<OutputStorageType> BIAS::FilterTestPair< InputStorageType, OutputStorageType >::Output

Definition at line 53 of file TestFilterBase.hh.


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