Learn R Programming

FedData (version 4.0.1)

split_bbox: Splits a bbox into a list of bboxes less than a certain size

Description

Splits a bbox into a list of bboxes less than a certain size

Usage

split_bbox(bbox, x, y = x)

Value

A list of bbox objects

Arguments

x

The maximum x size of the resulting bounding boxes

y

The maximum y size of the resulting bounding boxes; defaults to x