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

This is the complete list of members for BIAS::ImageDraw< StorageType >, including all inherited members.

Arrow(Image< StorageType > &im, const unsigned start[2], const unsigned end[2], const unsigned length, const unsigned width, const StorageType value[])BIAS::ImageDraw< StorageType >static
Arrow(Image< StorageType > &im, const int startX, const int startY, const int endX, const int endY, const BIAS::ColourRGB< StorageType > &colorRGB=ColourRGB< StorageType >(255, 255, 255), const int thickness=1)BIAS::ImageDraw< StorageType >static
Circle(BIAS::Image< StorageType > &dstImg, const int &centerX, const int &centerY, const int &radius=3, const BIAS::ColourRGB< StorageType > &colorRGB=ColourRGB< StorageType >(255, 255, 255), const int &thickness=1, const int &linetype=8, const int &shift=0)BIAS::ImageDraw< StorageType >static
CircleCenter(Image< StorageType > &im, unsigned int CenterX, unsigned int CenterY, unsigned int Radius, const StorageType Value[]=NULL)BIAS::ImageDraw< StorageType >static
CircleCenterFilled(Image< StorageType > &im, unsigned int CenterX, unsigned int CenterY, unsigned int Radius, const StorageType Value[])BIAS::ImageDraw< StorageType >static
Ellipse(Image< StorageType > &im, double center[2], double a[2], double b[2], const StorageType Value[])BIAS::ImageDraw< StorageType >static
Ellipse(BIAS::Image< StorageType > &dstImg, const int &centerX, const int &centerY, const int &axesX, const int &axesY, const double &angle, const double &start_angle=0, const double &end_angle=360, const BIAS::ColourRGB< StorageType > &colorRGB=ColourRGB< StorageType >(255, 255, 255), const int &thickness=1, const int &linetype=8, const int &shift=0)BIAS::ImageDraw< StorageType >static
GetContrastValue(StorageType t)BIAS::ImageDraw< StorageType >static
GetContrastValue(const float t)BIAS::ImageDraw< StorageType >
GetContrastValue(const unsigned char t)BIAS::ImageDraw< StorageType >
InterpolatedCircleCenter(Image< StorageType > &im, unsigned int CenterX, unsigned int CenterY, unsigned int Radius, const StorageType Value[], const float Thickness=1.0, const float Opacity=1.0)BIAS::ImageDraw< StorageType >static
InterpolatedCircleCenter(Image< StorageType > &im, unsigned int CenterX, unsigned int CenterY, unsigned int Radius, const std::vector< StorageType > &Value, const float Thickness=1.0, const float Opacity=1.0)BIAS::ImageDraw< StorageType >inlinestatic
InterpolatedCircleCenter(Image< StorageType > &im, HomgPoint2D Center, float Radius, const StorageType Value[], const float Thickness=1.0, const float Opacity=1.0)BIAS::ImageDraw< StorageType >static
InterpolatedLine(Image< StorageType > &im, const int StartX, const int StartY, const int EndX, const int EndY, const StorageType Value[], const float thickness=1.0, const float Opacity=1.0)BIAS::ImageDraw< StorageType >static
InterpolatedLine(Image< StorageType > &im, const HomgPoint2D Start, const HomgPoint2D End, const StorageType Value[], const float Thickness=1.0, const float Opacity=1.0)BIAS::ImageDraw< StorageType >static
InterpolatedLineGrey(Image< StorageType > &im, const int StartX, const int StartY, const int EndX, const int EndY, const StorageType Value, const float thickness=1.0, const float Opacity=1.0)BIAS::ImageDraw< StorageType >static
InterpolatedLineGrey(Image< StorageType > &im, const HomgPoint2D Start, const HomgPoint2D End, const StorageType Value, const float thickness=1.0, const float Opacity=1.0)BIAS::ImageDraw< StorageType >static
InterpolatedLineGrey(Image< StorageType > &im, unsigned int coo[4], const StorageType Value)BIAS::ImageDraw< StorageType >inlinestatic
Line(Image< StorageType > &im, const unsigned int start[2], const unsigned int end[2], const StorageType value[])BIAS::ImageDraw< StorageType >static
Line(Image< StorageType > &im, const int start[2], const int end[2], const StorageType value[], int width)BIAS::ImageDraw< StorageType >static
Line(Image< StorageType > &im, const int start[2], const int end[2], const StorageType value[])BIAS::ImageDraw< StorageType >static
Line(Image< StorageType > &im, const unsigned int start[2], const unsigned int end[2], const StorageType value)BIAS::ImageDraw< StorageType >static
Line(Image< StorageType > &im, const unsigned int start[2], const unsigned int end[2])BIAS::ImageDraw< StorageType >static
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)BIAS::ImageDraw< StorageType >static
Line(Image< StorageType > &im, const unsigned int StartX, const unsigned int StartY, const unsigned int EndX, const unsigned int EndY, const StorageType Value[])BIAS::ImageDraw< StorageType >static
Line(Image< StorageType > &im, const unsigned int StartX, const unsigned int StartY, const unsigned int EndX, const unsigned int EndY, const StorageType Value)BIAS::ImageDraw< StorageType >static
Line(Image< StorageType > &im, const unsigned int StartX, const unsigned int StartY, const unsigned int EndX, const unsigned int EndY)BIAS::ImageDraw< StorageType >static
Line(Image< StorageType > &im, unsigned int coo[4], const StorageType value[])BIAS::ImageDraw< StorageType >inlinestatic
Line(Image< StorageType > &im, const double start[2], const double end[2], const StorageType value[])BIAS::ImageDraw< StorageType >static
Line(BIAS::Image< StorageType > &dstImg, const int &pt1X, const int &pt1Y, const int &pt2X, const int &pt2Y, const BIAS::ColourRGB< StorageType > &colorRGB, const int thickness=1, const int linetype=8, const int shift=0)BIAS::ImageDraw< StorageType >static
LineGrey(Image< StorageType > &im, const unsigned int start[2], const unsigned int end[2], const StorageType value)BIAS::ImageDraw< StorageType >static
LineGrey(Image< StorageType > &im, const unsigned int start[2], const unsigned int end[2])BIAS::ImageDraw< StorageType >static
LineGrey(Image< StorageType > &im, const unsigned int StartX, const unsigned int StartY, const unsigned int EndX, const unsigned int EndY, const StorageType Value)BIAS::ImageDraw< StorageType >static
Rectangle(BIAS::Image< StorageType > &dstImg, const int &pt1X, const int &pt1Y, const int &pt2X, const int &pt2Y, const BIAS::ColourRGB< StorageType > &colorRGB=ColourRGB< StorageType >(255, 255, 255), const int thickness=1, const int linetype=8, const int shift=0)BIAS::ImageDraw< StorageType >static
RectangleCenter(Image< StorageType > &im, const int x, const int y, const int size, const StorageType value[])BIAS::ImageDraw< StorageType >static
RectangleCenter(Image< StorageType > &im, const unsigned coo[2], const int size, const StorageType value[])BIAS::ImageDraw< StorageType >inlinestatic
RectangleCenter(Image< StorageType > &im, const int x, const int y, const int size)BIAS::ImageDraw< StorageType >static
RectangleCenter(Image< StorageType > &im, const int coo[2], const int size)BIAS::ImageDraw< StorageType >static
RectangleCenterGrey(Image< StorageType > &im, const int x, const int y, const int size, const StorageType value)BIAS::ImageDraw< StorageType >static
RectangleCenterGreyFill(Image< StorageType > &im, const int x, const int y, const int size, const StorageType value)BIAS::ImageDraw< StorageType >static
RectangleCorners(Image< StorageType > &im, const int minx, const int miny, const int maxx, const int maxy, const StorageType value[])BIAS::ImageDraw< StorageType >static
RectangleCorners(Image< StorageType > &im, const int minx, const int miny, const int maxx, const int maxy, const StorageType value)BIAS::ImageDraw< StorageType >static
RectangleCorners(Image< StorageType > &im, const int minx, const int miny, const int maxx, const int maxy)BIAS::ImageDraw< StorageType >static
RectangleCornersFill(Image< StorageType > &im, const int minx, const int miny, const int maxx, const int maxy, const StorageType value[])BIAS::ImageDraw< StorageType >static
RectangleCornersGrey(Image< StorageType > &im, const int minx, const int miny, const int maxx, const int maxy, const StorageType GreyValue)BIAS::ImageDraw< StorageType >static
RectangleCornersGreyFill(Image< StorageType > &im, const int minx, const int miny, const int maxx, const int maxy, const StorageType GreyValue)BIAS::ImageDraw< StorageType >static
Text(BIAS::Image< StorageType > &dstImg, const std::string &message, const int &posX=0, const int &posY=20, const ColourRGB< StorageType > &colorRGB=ColourRGB< StorageType >(255, 255, 255), const int fontface=1, const double hscale=1.0, const double vscale=1.0, const double shear=0, const int thickness=1, const int linetype=8)BIAS::ImageDraw< StorageType >static
TextIM(BIAS::Image< StorageType > &dstImg, const std::string &message, const int &posX=0, const int &posY=20, const ColourRGB< StorageType > &colorRGB=ColourRGB< StorageType >(255, 255, 255), const double hscale=1.0, const double vscale=1.0, const double shear=0, const int thickness=1, const int linetype=8)BIAS::ImageDraw< StorageType >static