Liking cljdoc? Tell your friends :D

think.image.bounding-box


bad-bounding-box?clj

(bad-bounding-box? bbox width height)
source

bounding-box-heightclj

(bounding-box-height [x-min y-min x-max y-max])
source

bounding-box-seqclj

(bounding-box-seq width height target-dim)
source

bounding-box-widthclj

(bounding-box-width [x-min y-min x-max y-max])
source

draw-bounding-boxclj

(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
sourceraw docstring

ensure-valid-bboxclj

(ensure-valid-bbox bbox width height)
source

int-roundclj

(int-round dval)
source

int-subrectclj

(int-subrect source width height bbox)
source

is-same-size?clj

(is-same-size? bbox width height)
source

max-valsclj

(max-vals [x y] [xx yy])
source

min-valsclj

(min-vals [x y] [xx yy])
source

offset-bboxclj

(offset-bbox bbox x-offset y-offset)
source

relative-bboxclj

(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
sourceraw docstring

scale-bboxclj

(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
sourceraw docstring

shrink-bboxclj

(shrink-bbox bbox)
source

to-bounding-box-from-flattenedclj

(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)
sourceraw docstring

widen-bounding-boxclj

(widen-bounding-box bbox width height multiplier)
source

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close