CV-0.3.7: OpenCV based machine vision library

Safe HaskellNone

CV.Iterators

Documentation

class ImageContext c whereSource

Associated Types

type V c :: *Source

Methods

getPos :: c -> (Int, Int)Source

getVal :: c -> Maybe (V c)Source

evolve :: c -> cSource

Instances

type F32I = Ptr C'F32_image_iteratorSource