Basic Image AlgorithmS Library  2.8.0
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
BIAS::IOUtils Member List

This is the complete list of members for BIAS::IOUtils, including all inherited members.

CheckType(inPtType *checked, ptType *&result)BIAS::IOUtilsinlinestatic
CheckTypeDelete(inPtType *checked, ptType *&result)BIAS::IOUtilsinlinestatic
ExtendOutName(const std::string &outname, const std::string &suffix, const std::string &extension)BIAS::IOUtilsstatic
ExtendOutName(const std::string &outname, const std::string &extension)BIAS::IOUtilsstatic
ExtractSubPaths(const std::string &environmentVariable, std::vector< std::string > &subPaths)BIAS::IOUtilsstatic
FindFile(const std::string &searchPaths, const std::string &baseFileName, std::string &fullFileName)BIAS::IOUtilsstatic
FindFileEnv(const std::string &environmentVariable, const std::string &baseFileName, std::string &fullFileName)BIAS::IOUtilsstatic
FindShaderFile(const std::string &shaderFileName, std::string &res)BIAS::IOUtilsstatic
GetApplicationMemory()BIAS::IOUtilsinlinestatic
GetProjection(ImageBase &imgBase, Projection &projOut)BIAS::IOUtilsstatic
GetProjectionParametersPerspective(ImageBase &imgBase, BIAS::ProjectionParametersPerspective *&ppp)BIAS::IOUtilsstatic
LoadCamera(std::string *fileName, BIAS::Camera< dataType > &cam)BIAS::IOUtilsinlinestatic
LoadCamera(const std::string &fileName, BIAS::Camera< dataType > &cam)BIAS::IOUtilsinlinestatic
LoadCamera(std::string *fileName, BIAS::Camera< dataType > &cam, BIAS::Projection &proj)BIAS::IOUtilsinlinestatic
LoadCamera(const std::string &fileName, BIAS::Camera< dataType > &cam, BIAS::Projection &proj)BIAS::IOUtilsinlinestatic
LoadCamera(const std::string &fileName, BIAS::Camera< dataType > &cam, BIAS::Projection &proj, unsigned int &width, unsigned int &height, unsigned int &channels)BIAS::IOUtilsinlinestatic
LoadCamera(const std::string *fileName, BIAS::ImageBase &cam, BIAS::Projection &proj)BIAS::IOUtilsinlinestatic
LoadCamera(const std::string *fileName, BIAS::ImageBase &cam, BIAS::ProjectionParametersPerspective *&ppp)BIAS::IOUtilsinlinestatic
LoadCamera(const std::string &fileName, BIAS::Camera< dataType > &cam, BIAS::ProjectionParametersPerspective *&proj, unsigned int &width, unsigned int &height, unsigned int &channels)BIAS::IOUtilsinlinestatic
LoadCamera(const std::string *fileName, BIAS::ImageBase &cam, BIAS::ProjectionParametersPerspectiveDepth *&ppp)BIAS::IOUtilsinlinestatic
LoadCamera(const std::string &fileName, BIAS::Camera< dataType > &cam, BIAS::ProjectionParametersPerspectiveDepth *&proj, unsigned int &width, unsigned int &height, unsigned int &channels)BIAS::IOUtilsinlinestatic
LoadFloat(const std::string &filename, BIAS::Image< float > &outcome)BIAS::IOUtilsstatic
LoadImage(const std::string &fileName, ImageBase &img, unsigned int &width, unsigned int &height, unsigned int &channels)BIAS::IOUtilsstatic
LoadImageList(const std::string &listFileName, std::vector< Image< type > > &imgs, const bool verbose=false)BIAS::IOUtilsinlinestatic
LoadImageList(const std::string &listFileName, std::vector< Image< type > > &imgs, std::vector< ProjectionParametersPerspective * > &ppp, const bool verbose=false)BIAS::IOUtilsinlinestatic
LoadImageList(const std::string &listFileName, std::vector< ImageBase > &imgs, std::vector< ProjectionParametersPerspective * > &ppp, const bool verbose=false)BIAS::IOUtilsinlinestatic
LoadImageList(const std::string &listFileName, std::vector< ImageBase > &imgs, std::vector< ProjectionParametersPerspective > &ppp, const bool verbose=false)BIAS::IOUtilsinlinestatic
LoadParameters(const std::string *fileName, BIAS::ProjectionParametersPerspective *&ppp)BIAS::IOUtilsinlinestatic
ParseCommandLineEvalHelp(Param &params, int argc, char *argv[])BIAS::IOUtilsstatic
ParseCommandLineEvalHelp(Param &params, int argc, char *argv[], int &fup)BIAS::IOUtilsstatic
PrintWithLineNumbers(const std::string &text, std::ostream &out=std::cout)BIAS::IOUtilsstatic
ReadIn2DPointList(const std::string &fileName, std::vector< BIAS::Vector2< int > > &pointLst)BIAS::IOUtilsstatic
ReadIn2DPointList(const std::string &fileName, std::vector< unsigned int > &xPos, std::vector< unsigned int > &yPos)BIAS::IOUtilsstatic
ReadIn2DPointList(const std::string &fileName, std::vector< BIAS::Vector2< T > > &pointList)BIAS::IOUtilsinlinestatic
ReadIn3DPointList(const std::string &fileName, std::vector< BIAS::Vector3< T > > &pointList)BIAS::IOUtilsinlinestatic
SaveCamera(const std::string &fileName, const BIAS::Camera< dataType > &cam)BIAS::IOUtilsinlinestatic
SaveCamera(const std::string &fileName, BIAS::Camera< dataType > &cam, const BIAS::Projection &proj)BIAS::IOUtilsinlinestatic
SaveForPlot(const std::string &filename, const std::vector< double > &x_vector, const std::vector< double > &y_vector)BIAS::IOUtilsstatic
Write2DPointWithDatumList(const std::string &fileName, std::vector< unsigned int > &xPos, std::vector< unsigned int > &yPos, std::vector< T > &datum)BIAS::IOUtilsinlinestatic