show_object: Visualize COIL-20 or COIL-100 image.

View source: R/coil20.R

show_objectR Documentation

Visualize COIL-20 or COIL-100 image.

Description

Display a COIL-20 or COIL-100 object pose.

Usage

show_object(df, object, pose)

Arguments

df

Data frame containing the COIL-20 or COIL-100 dataframe.

object

Index of the object to display. Should be an integer between 1 and 20.

pose

For COIL-20: the index of the pose to display. Should be an integer between 0 and 71. For COIL-100: the angle of the pose. Should be an integer from 0 to 355, in five degree increments.

Examples

## Not run: 
# show the fourth pose of the fifth object of COIL-20
show_object(coil20, object = 5, pose = 4)

## End(Not run)

jlmelville/coil20 documentation built on March 5, 2025, 12:21 p.m.