(draw-bounding-box img bbox int-color)
Given an input image, draw a bounding box in the color defined by a packed int color. Return a new image
Given an input image, draw a bounding box in the color defined by a packed int color. Return a new image
(relative-bbox coord-bbox bbox)
Given two bounding boxes in an identical coordinate space , return a new box which is the second box described in the coordinate space defined by the first box
Given two bounding boxes in an identical coordinate space , return a new box which is the second box described in the coordinate space defined by the first box
(scale-bbox bbox scale)
Scale a bounding box such that the scaled box will fit the same relative locations on the scaled image
Scale a bounding box such that the scaled box will fit the same relative locations on the scaled image
(to-bounding-box-from-flattened data)
Create a bounding box from a list of 4 doubles (the result of flattening)
Create a bounding box from a list of 4 doubles (the result of flattening)
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close