CV-0.3.7: OpenCV based machine vision library

Safe HaskellNone

CV.HighGUI

Documentation

display :: Image c d -> IO ()Source

mkWin :: String -> Int -> IO ()Source

trackbarCallback :: (CInt -> IO ()) -> IO (FunPtr (CInt -> IO ()))Source

mkTrackbar :: Integral a => a -> t -> String -> String -> (CInt -> IO ()) -> IO CIntSource

showImage :: String -> Image c d -> IO ()Source