NPR-SFS
0.2
Sample implementations of Shape-From-Shading techniques for NPR.
|
Normal image functions. More...
Functions | |
def | colorToNormal |
RGBA to normal. More... | |
def | normalToColor |
Normal to RGB. More... | |
def | normalizeImage |
Normalize the normal image. More... | |
Normal image functions.
def npr_sfs.cv.normal.colorToNormal | ( | C_8U, | |
fill_background = True |
|||
) |
RGBA to normal.
def npr_sfs.cv.normal.normalizeImage | ( | N_32F | ) |
Normalize the normal image.
def npr_sfs.cv.normal.normalToColor | ( | N_32F, | |
A_8U = None |
|||
) |
Normal to RGB.