(channels-datatype->opencv-type n-channels datatype)
Map from n-channels and datatype -> opencv type
Map from n-channels and datatype -> opencv type
(load path)
Note you can call tech.v2.datatype/shape and tech.v2.datatype/get-datatype to figure out what was loaded.
Note you can call tech.v2.datatype/shape and tech.v2.datatype/get-datatype to figure out what was loaded.
(opencv-type->channels-datatype opencv-type)
Given an opencv type map to {:n-channels num-channels :datatype datatype}
Given an opencv type map to {:n-channels num-channels :datatype datatype}
(resize src-img new-width)
(resize src-img new-width new-height)
(resize src-img new-width new-height {:keys [resize-algorithm] :as options})
Resize the source image producing a new image.
Resize the source image producing a new image.
(resize-imgproc src-img dest-img resize-algorithm-kwd)
Use improc resize method directly.
Use improc resize method directly.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close