CV-0.3.6.0: OpenCV based machine vision library
CV.Iterators
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
filterPixels :: (Float -> Bool) -> Image GrayScale D32 -> [((Int, Int), Float)]Source
filterPixelsSlow :: (Float -> Bool) -> Image GrayScale D32 -> [((Int, Int), Float)]Source