CV-0.3.7: OpenCV based machine vision library

Safe HaskellNone

CV.TemplateMatching

Synopsis

Documentation

getTemplateMap :: Image c d -> Image c1 d1 -> Image channels depthSource

subPixelTemplateMatch :: MatchType -> Image GrayScale D32 -> Image GrayScale D32 -> Double -> (Double, Double)Source

Perform subpixel template matching using intensity interpolation

cvMatchTemplate :: Ptr () -> Ptr () -> Ptr () -> CInt -> IO ()Source