Basic Image AlgorithmS Library  2.8.0
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
Classes
Drawing

Classes for drawing simple entities into the image like rectangles or lines and other simple utility routines. More...

+ Collaboration diagram for Drawing:

Classes

class  BIAS::Bresenham
 Scans a line using Bresenhams integer arithmetic algorithm. More...
 
class  BIAS::BresenhamCircle
 Scans a circle using Bresenham's integer arithmetic algorithm. More...
 
class  BIAS::BresenhamCircleEighth
 Just like BresenhamCircle but only computes 1/8 of the circle. More...
 
class  BIAS::EightWaySymmetry< T >
 class for transforming any point to first octant More...
 
class  BIAS::ImageCalc< StorageType >
 Performs pixelwise arithmetic and boolean operations on images. More...
 
class  BIAS::ImageDraw< StorageType >
 drawing simple entities into the image like rectangles or lines As all functions are static they have to be called by eg. More...
 
class  BIAS::ImgPosition
 interface class used to ease handover in function calls More...
 
class  BIAS::Scanline
 Class for scanning a region given by a line and a distance ca. More...
 

Detailed Description

Classes for drawing simple entities into the image like rectangles or lines and other simple utility routines.