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

AI.CV.OpenCV.CxCore

Synopsis

Documentation

toFromIntegral :: (RealFrac c, Integral b, Integral a, Num b1) => (b1 -> c) -> a -> bSource

toFromIntegral2 :: (Integral a, Num b, Integral a1, Num b1, RealFrac a2, Integral b2) => (b -> b1 -> a2) -> a -> a1 -> b2Source

liftCvSize :: (RealFrac c, Num b) => (b -> c) -> CvSize -> CvSizeSource

liftCvSize2 :: (Num b, Num b1, RealFrac a) => (b -> b1 -> a) -> CvSize -> CvSize -> CvSizeSource

liftCvRect :: (RealFrac c, Num b) => (b -> c) -> CvRect -> CvRectSource

liftCvRect2 :: (Num b, Num b1, RealFrac a) => (b -> b1 -> a) -> CvRect -> CvRect -> CvRectSource

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