friday-0.1.3: A functionnal image processing library for Haskell.

Safe HaskellSafe-Inferred

Vision.Primitive

Synopsis

Documentation

data Rect Source

Constructors

Rect 

Fields

rX :: !Int
 
rY :: !Int
 
rWidth :: !Int
 
rHeight :: !Int
 

Instances

data RPoint Source

Rational coordinates used for interpolations.

Constructors

RPoint 

Fields

rpX :: !RatioInt
 
rpY :: !RatioInt