Depth Image with histogram equalization
Hi,
I'm a developer in S.Korea and working with realsense D435 camera.
Through C++ and OpenCV, I'm working on various image processing.
But, when I get depth image, histogram equalization is automatically applied. (Fig. 1)
[Fig 1.]
According to the Fig.1, the left image is brighter than the right image even though they have same depth.
I am getting depth image using following codes: (C++)
I do not know how to turn off histogram equalization for depth map in the C++ code.
Please let me know.
Thank you
-
Hi Seontaekoh1219 The status of the histogram equalization can be set to Disabled by setting RS2_OPTION_HISTOGRAM_EQUALIZATION_ENABLED to a value of '0', as described in the C++ code example in the link below.
https://github.com/IntelRealSense/librealsense/issues/1674#issuecomment-387361411
Please sign in to leave a comment.


Comments
1 comment