CV-0.3.7: OpenCV based machine vision library

Safe HaskellNone

CV.Bindings.Types

Synopsis

Documentation

data C'IplImage Source

Constructors

C'IplImage 

data C'CvSeqBlock Source

Constructors

C'CvSeqBlock 

data C'CvArr Source

Constructors

C'CvArr 

p'CvContour'header_size :: Ptr C'CvContour -> Ptr CIntSource

Convert a CvSeq object into list of its contents. Note that since CvSeq can be approximately anything, including a crazy man from the moon, this is pretty unsafe and you must make sure that a is actually the element in the seq, and the seq is something that remotely represents a sequence of elements.

p'CvContour'elem_size :: Ptr C'CvContour -> Ptr CIntSource

A version of cvSeqToList that returns a vector instead. All the warnings of CvSeqToList apply.