runoob_34_opencv
/*
* @Author: by777
* @Date: 2025-03-25 09:30:44
* @LastEditors: by777
* @LastEditTime: 2025-03-25 09:33:44
* @FilePath: /cxx_stl/runoob_34.cpp
* @Description: https://www.runoob.com/cplusplus/cpp-opencv.html
*
* Copyright (c) 2025 by by777, All Rights Reserved.
*/
// sudo apt-get install libopencv-dev
// sudo apt install aptitude && sudo aptitude install libopencv-dev
#include <iostream>
#include <opencv2/opencv.hpp>
int main(int argc, const char** argv) {
return 0;
}

浙公网安备 33010602011771号