InverseToon
0.1
|
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... | |
Normal image functions.
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.