Basic Image AlgorithmS Library  2.8.0
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
Bug List
Class BIAS::CornerDetectorHarris< StorageType, CalculationType >
CalculationType int does not work, use float instead.
Member BIAS::Image< StorageType >::GetMinMaxPixelValue (StorageType &min, StorageType &max, unsigned short int channel=0, unsigned int *mincoo=NULL, unsigned int *maxcoo=NULL) const
NULL pointer exception occurs, here (e.g. in fuse) JW
Member BIAS::ImageDraw< StorageType >::Line (Image< StorageType > &im, const unsigned int StartX, const unsigned int StartY, const unsigned int EndX, const unsigned int EndY, const StorageType color[], const float thickness)
This routine is a HACK and incorrect. A generela "solid fill by 4 given corners" algorithm has to be used or a Bresenham with eps=thckness/2.
Member BIAS::ImageIO::ExportMagickPP (const std::string &FileName, const ImageBase img, const int &quality=BIAS_DEFAULT_IMAGE_QUALITY, const bool &writeMetaData=false, const bool &forceBinaryPNMformat=true, const bool &losslesJpgMode=false, const bool &writeGZipped=false, const std::string &comment=std::string(""))
IMageMagick PPM files are alwyas written as ASCII instaed of binary (JW)
Member BIAS::ImageIO::ImportRAWwithHeader (const std::string &filename, BIAS::ImageBase &img)
Reading the data on Linux is broken because fopen ignores the binary flag, see "man fopen".
Class BIAS::ImgObjGL
TODO copy constructor that duplicates the GL pixel data required for std::vector.resize() (major bug, do not resize with std::vector for now!)
Member BIAS::operator>> (std::istream &is, BIAS::ImageBase &img)
fake reading of uuid because of bug, id is DISABLED !
Member BIAS::Projection3DData::Set (const BIAS::Projection &p, const double scale=1.0)

this only works for projections with only one camera defined

extend it to iterate over all cameras ore use Set(const BIAS::ProjectionParametersBase& p,...)

Member BIAS::SVD3x3::Compute (const Matrix< double > &M, double ZeroThreshold=DEFAULT_DOUBLE_ZERO_THRESHOLD)
does not always converge when general svd does
Member BIAS::SVD3x3::SVD3x3 (const Matrix< double > &M, double ZeroThreshold=DEFAULT_DOUBLE_ZERO_THRESHOLD)
does not always converge when general svd does
Member BIAS::SVD::Solve (const Vector< double > &y) const
bug in this function (woelk)