dlib ~master (2021-07-06T21:20:15Z)
Home
Dub
Repo
heightToNormal
dlib
image
filters
normalmap
Generate normal map from height map using Sobel operator
SuperImage
heightToNormal
(SuperImage img, SuperImage outp, Channel channel, float strength)
SuperImage
heightToNormal
(SuperImage img, Channel channel, float strength)
SuperImage
heightToNormal
(
SuperImage
img
,
Channel
channel
=
Channel.R
,
float
strength
= 2.0f
)
Meta
Source
See Implementation
dlib
image
filters
normalmap
functions
heightToNormal
Generate normal map from height map using Sobel operator