
Loading post...
#include
#include
int main() {
std::cout << "Hello, weird and wonderful world! Happy New Year!" << std::endl;
cv::Mat image = cv::imread("PlasticLove001.jpg");
cv::imshow("Image", image);
cv::waitKey(0);
return 0;
} Suggested Credits
Tags, Events, and Projects