I am trying to convert a given Mat representing an RGB image with 8-bit depth to Lab using the function provided in the documentation:
Mat
That's because L value is in range [0..255] in OpenCV. You can simply scale this value to needed interval ([0..100] in your case).