CV-0.3.5.3: OpenCV based machine vision library

Safe HaskellSafe-Infered

CV.TemplateMatching

Synopsis

Documentation

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

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

Perform subpixel template matching using intensity interpolation