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

Description Usage Arguments Examples

Description

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

Usage

1
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

1
2
3
4
5
## 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 May 19, 2019, 12:47 p.m.