HOpenCV-0.1.1: A binding for the OpenCV computer vision library

AI.CV.OpenCV.CxCore

Synopsis

Documentation

data CvSize Source

Constructors

CvSize 

Fields

sizeWidth :: CInt
 
sizeHeight :: CInt
 

data CvRect Source

Constructors

CvRect 

Fields

rectX :: CInt
 
rectY :: CInt
 
rectWidth :: CInt
 
rectHeight :: CInt
 

data CvSeq a Source

newtype Depth Source

Constructors

Depth 

Fields

unDepth :: CInt
 

Instances

cvCopy :: IplArrayType a => Ptr a -> Ptr a -> IO ()Source

seqToList :: Storable a => Ptr (CvSeq a) -> IO [a]Source

c_debug_print_image_header :: Ptr IplImage -> IO ()Source

Debugging function to print some of the internal details of an IplImage structure