InverseToon  0.1
 All Classes Namespaces Functions
inversetoon.cv.normal Namespace Reference

Normal image functions. More...

Functions

def colorToNormal
 RGBA to normal. More...
 
def normalToColor
 Normal to RGB. More...
 
def normalizeImage
 Normalize the normal image. More...
 
def normalSphere
 Normal sphere image. More...
 

Detailed Description

Normal image functions.

Author
tody
Date
2015/07/30

Function Documentation

def inversetoon.cv.normal.colorToNormal (   C_8U,
  fill_background = True 
)

RGBA to normal.

def inversetoon.cv.normal.normalizeImage (   N_32F)

Normalize the normal image.

def inversetoon.cv.normal.normalSphere (   h = 256,
  w = 256 
)

Normal sphere image.

def inversetoon.cv.normal.normalToColor (   N_32F,
  A_8U = None 
)

Normal to RGB.