Skip to content
Permalink
552b9a0484
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time

:mod:`menpo.shape`

Base Class

.. toctree::
  :maxdepth: 2

  Shape


PointCloud

.. toctree::
  :maxdepth: 2

  PointCloud


Graphs

.. toctree::
  :maxdepth: 2

  UndirectedGraph
  DirectedGraph
  Tree


PointGraphs

Mix-ins of Graphs and :map:`PointCloud` for graphs with geometry.

.. toctree::
  :maxdepth: 2

  PointUndirectedGraph
  PointDirectedGraph
  PointTree


LabelledPointGraph

A subclass of :map:`PointUndirectedGraph` that allows the attaching of labels associated with semantic parts of the object.

.. toctree::
  :maxdepth: 2

  LabelledPointUndirectedGraph


Predefined Graphs

.. toctree::
  :maxdepth: 2

  empty_graph
  star_graph
  complete_graph
  chain_graph
  delaunay_graph
  stencil_grid


Triangular Meshes

.. toctree::
  :maxdepth: 2

  TriMesh
  ColouredTriMesh
  TexturedTriMesh


Group Operations

.. toctree::
  :maxdepth: 2

  mean_pointcloud


Shape Building

.. toctree::
  :maxdepth: 2

  bounding_box
  bounding_cuboid