introlab / rtabmap

RTAB-Map library and standalone application
https://introlab.github.io/rtabmap
Other
2.61k stars 763 forks source link

Add Histogram Equalization #1137

Closed borongyuan closed 9 months ago

borongyuan commented 9 months ago

Both OpenVINS and ORB-SLAM3 have histogram equalization methods. ORB-SLAM3 says that it is mainly for TUM-VI dataset. When I used the OAK camera for outdoor testing, I found that the contrast of the original images is actually low. The SLAM performance is improved after applying histogram equalization.

matlabbe commented 9 months ago

Great, thx!