{-# LANGUAGE ForeignFunctionInterface#-} module CV.Bindings.Drawing where import Foreign.C.Types import Foreign.Storable import Foreign.Ptr import Foreign.Marshal.Utils import Utils.GeometryClass import GHC.Float import CV.Bindings.Types #strict_import #include #include "cvWrapLEO.h" #ccall wrapEllipseBox, Ptr -> Ptr -> Ptr -> CInt -> CInt -> CInt -> IO ()