Permalink
Switch branches/tags
Nothing to show
Find file
Fetching contributors…
Cannot retrieve contributors at this time
5 lines (3 sloc) 84 Bytes
using namespace cv;
void erase_specular(Mat& eye_bgr);
void test_erase_specular();