The Fib multimedia system
Fib is a system for storing multimedia data (like images or films).
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
fib::algorithms::nConvertToFib::nImage::nStructureData::nConvertToFib::iConvertImageStructureToFib Class Reference

#include <iConvertImageStructureToFib.h>

Inheritance diagram for fib::algorithms::nConvertToFib::nImage::nStructureData::nConvertToFib::iConvertImageStructureToFib:
Collaboration diagram for fib::algorithms::nConvertToFib::nImage::nStructureData::nConvertToFib::iConvertImageStructureToFib:

List of all members.

Public Member Functions

virtual cRootconvertToFib (const cImageSearchData *pImageSearchData, const double maxValue=65536.0, const unsigned long ulMaxErrorPerPoint=0.0) const =0
- Public Member Functions inherited from fib::algorithms::nConvertToFib::iConvertToFib
virtual cRootconvertToFib () const =0

Detailed Description

Definition at line 65 of file iConvertImageStructureToFib.h.


Member Function Documentation

virtual cRoot* fib::algorithms::nConvertToFib::nImage::nStructureData::nConvertToFib::iConvertImageStructureToFib::convertToFib ( const cImageSearchData pImageSearchData,
const double  maxValue = 65536.0,
const unsigned long  ulMaxErrorPerPoint = 0.0 
) const
pure virtual

This method is for converting data to a Fib object.

Parameters:
pImageSearchDataa pointer to the image search data of found image parts, which will overwrite tile parts (the evaled area can be bigger, because some parts of it won't be seen)
maxValuethe maximum possible value in all evalued parameters of the evalued elements will allways have lower absolute values or the values (parameters) of the elements are coordinate values of points; if 0 (standard value) is given, the maximum possible value will be evalued from the given data (absolute maximum in given data * 256)
ulMaxErrorPerPointthe maximal error of a point or the maximal distance a point can be outside the area and the search area
Returns:
a Fib object which represents the data of this object Beware: You have to delete the returned Fib object after usage. Also the given root element will contain no domains, you have to create them if needed (eg. with cRoot::generateNeededDomains() ).

Implemented in fib::algorithms::nConvertToFib::nImage::nStructureData::cImageAreaSameColor.


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