#include using namespace cv; int main() { img=cv2.imread("pala.jpg"); cv2.imshow("show",img); waitKey(); }