powered by
Compute the orientation patch count rotated of a triangle mesh.
opcr(mesh, bins = 8, min.size = 3)
A data.frame displaying the number of patches and their size (number of triangles) for each orientation bin.
object of class mesh3d
the number of orientation bins to be defined (default set to 8)
the minimal amount of polygons defining a "patch" (default set to 3)
tools:::Rd_expr_doi("10.1038/nature10880")Wilson et al. (2012)
opc
orient
OPCr
#8bins (default): opcr <- opcr(dkmodel$complex) #16 bins (computation time increase exponentially): opcr <- opcr(dkmodel$complex, bins = 16)
Run the code above in your browser using DataLab