Default OpenCV Library

Does the default PYNQ image come with the OpenCV library for C/C++? I try to compile a very simple C++ OpenCV example on my ZCU104 board but it always complain of undefined reference to cv::imshow() and similar functions. Anyone got any recommendation?