CV-0.3.5.4: OpenCV based machine vision library

Safe HaskellSafe-Infered

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