rpg_eklt
rpg_eklt copied to clipboard
fix compile error and runtime error in ros-noetic
trafficstars
The missing header file <imgproc_c.h> will cause compile error and the missing return statement in Optimizer::precomputeLogImageArray will cause segment fault. The current pr version fixes them already.
For OpenCV4, viewer.cpp should also be updated. (CV_AA -> cv::LINE_AA)