Convert a reconstruction table to texture polygons
Source:R/texture-reconstruction.R
reconstruction_to_texture_polygons.Rdreconstruction_to_texture_polygons() converts a completed texture polygon
reconstruction table into the compact schema used by
validate_texture_polygons(). This helper is intended for future official
polygon reconstruction workflows and does not provide built-in polygon data.
Arguments
- x
A data frame with columns from
texture_polygon_reconstruction_template().- validate
Should the compact polygon table be validated with
validate_texture_polygons()before returning?- require_ready
Should rows be required to have
implementation_statusequal to"ready_for_package"or"implemented"?