@@ -600,7 +600,8 @@ display image
int main()
{
cv::Mat bgr = cv::imread("im.jpg", 1);
cv::Mat bgr;
bgr = cv::imread("im.jpg", 1);
cv::imshow("fb", bgr);
The note is not visible to the blocked user.