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

Safe HaskellNone
LanguageHaskell98

AI.CV.OpenCV.CxCore

Synopsis

Documentation

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

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

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

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

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

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

newtype Depth Source

Constructors

Depth 

Fields

unDepth :: CInt
 

Instances

cvFree :: FunPtr (Ptr a -> IO ()) Source

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

c_debug_print_image_header :: Ptr Priv_IplImage -> IO () Source

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