opcr | R Documentation |
Compute the orientation patch count rotated of a triangle mesh.
opcr(mesh, bins = 8, min.size = 3)
mesh |
object of class mesh3d |
bins |
the number of orientation bins to be defined (default set to 8) |
min.size |
the minimal amount of polygons defining a "patch" (default set to 3) |
A data.frame displaying the number of patches and their size (number of triangles) for each orientation bin.
doi: 10.1038/nature10880Wilson et al. (2012)
opc
orient
OPCr
#8bins (default): opcr <- opcr(dkmodel$complex) #16 bins (computation time increase exponentially): opcr <- opcr(dkmodel$complex, bins = 16)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.