You can use Evaluate as Snibgo suggested in this topic: https://www.imagemagick.org/discourse-server/viewtopic.php?f=27&p=132377
This will normalize the pixel values and you could then access the pixels directly with image.GetPixels().
image.Evaluate(Channels.All, EvaluateOperator.Divide, Quantum.Max);