Learn R Programming

molaR (version 4.5)

patches_per: A function for patches within each face

Description

this gets some important information out of each patch

Usage

patches_per(patch_details, plyFile, minimum_faces = 3, minimum_area = 0)

Arguments

patch_details

information on each patch

plyFile

a stanford PLY file

minimum_faces

minimum number of faces in each counted patch

minimum_area

minimum area for a patch to be counted patches_per()