Basic Image AlgorithmS Library  2.8.0
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
Public Attributes | List of all members
BIAS::BWM_LUT_Entry_Nearest Class Reference

base class for storing precomputed look-up information in BackwardMapping More...

#include <Image/BackwardMappingLUTStructs.hh>

Public Attributes

int index
 nearest x,y-position in the source image, written as an index More...
 
bool mapped
 boolean showing if the pixel can be correctly mapped More...
 

Detailed Description

base class for storing precomputed look-up information in BackwardMapping

Definition at line 51 of file BackwardMappingLUTStructs.hh.

Member Data Documentation

int BIAS::BWM_LUT_Entry_Nearest::index
bool BIAS::BWM_LUT_Entry_Nearest::mapped

boolean showing if the pixel can be correctly mapped

Definition at line 54 of file BackwardMappingLUTStructs.hh.

Referenced by BIAS::BackwardMapping< InputStorageType, OutputStorageType >::PrepareLookupTableMapping().


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