CV-0.3.7: OpenCV based machine vision library

Safe HaskellSafe-Inferred

Utils.Function

Documentation

both :: (t -> t1) -> (t, t) -> (t1, t1)Source

with :: (t -> t1) -> t -> (t, t1)Source

under :: (t1 -> t) -> (t2 -> t3 -> t1) -> t2 -> t3 -> tSource

affine1d :: Fractional t => (t, t) -> (t, t) -> t -> tSource

mkFst :: (t1 -> t) -> t1 -> (t, t1)Source

mkSnd :: (t -> t1) -> t -> (t, t1)Source

minBy :: (a -> a -> Ordering) -> a -> a -> aSource

maxBy :: (a -> a -> Ordering) -> a -> a -> aSource