Bachery / MatlabRenderToolbox

A simple Matlab rendering toolbox

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MatlabRenderToolbox

This is a simple render toolbox in Matlab.

  1. ./examples/example_singlePair.m shows how to
    • render a shape (with adjustable rotations to align the shape first)
    • visualize some edges
    • color the mesh with per-vertex color assginment
    • visualize a per-vertex scalar fuction (e.g., some descriptor)
    • visualize a vector field
  2. ./examples/example_shapeWithLandmarks.m shows how to add some landmarks as spheres to the given shape and render them altogether
  3. ./examples/example_shapePair.m shows to how to visualize a given point-wise map on a shape pair via color transfer. Two meshes are ploted in the same axis, and some corresponding landmarks or connecting lines can be visualized as well optionally.

Comments

About

A simple Matlab rendering toolbox


Languages

Language:MATLAB 93.8%Language:M 5.5%Language:Objective-C 0.7%