Function heightToNormal

Generate normal map from height map using Sobel operator

SuperImage heightToNormal (
  SuperImage img,
  SuperImage outp,
  Channel channel = Channel.R,
  float strength = 2.0F
);

SuperImage heightToNormal (
  SuperImage img,
  Channel channel = Channel.R,
  float strength = 2.0F
);