bbx_info: Functions for accessing bbx properties These functions can...

Description Usage Arguments Details Value Examples

Description

Functions for accessing bbx properties These functions can calculate various metrix of bbx

Usage

1
2
3
4
5
6
7
8
9

Arguments

bbx

character vector of bounding boxes to pad

Details

Functions 'bbx_h' and 'bbx_w' return height and width, respectively. Functions 'bbx_x' and 'bbx_y' return 'x' and 'y' offset.

Value

a vector of values

Examples

1
2
3
bbx_area("100 100 200 200")
bbx_h("100 100 200 200")
bbx_w("100 100 200 200")

dmi3kno/bbx documentation built on May 14, 2020, 9:08 p.m.