InverseToon  0.1
 All Classes Namespaces Functions
inversetoon.data.segment.IsophoteSegment Class Reference

Isophote segment data class. More...

Public Member Functions

def __init__
 Constructor. More...
 
def setLightDir
 
def lightDir
 
def setPoints
 
def points
 
def setCVIDs
 
def CVIDs
 
def arcLengthParameters
 
def curvatures
 
def tangents
 
def setNormals
 
def normals
 
def __str__
 

Detailed Description

Isophote segment data class.

Attributes:

  • points: n x 2 numpy array.
  • normals: n x 2 numpy array.
  • arc_lengh_parameters: n numpy vector.
  • curvatures: n numpy vector.
  • tangents: n x 2 numpy array.
  • L: light direction for the isophote.
  • Lxyz: light coordinate frame.
  • cvIDs: Control vertex IDs.

Constructor & Destructor Documentation

def inversetoon.data.segment.IsophoteSegment.__init__ (   self,
  points = [],
  cvIDs = [] 
)

Constructor.

Parameters
points2 x n numpy array.