摘要: #include <osg/Material> #include <osg/Geode> #include <osgDB/ReadFile> #include <osgViewer/Viewer> int main() { // 创建一个场景节点 osg::ref_ptr<osg::Node> ro 阅读全文
posted @ 2024-01-18 17:07 西北逍遥 阅读(82) 评论(0) 推荐(0) 编辑
摘要: opencv转qimage #include <opencv2/opencv.hpp> #include <QImage> #include <QColor> QImage MatToQImage(const cv::Mat &mat) { // 获取图像尺寸和通道数 int width = mat 阅读全文
posted @ 2024-01-18 00:05 西北逍遥 阅读(30) 评论(0) 推荐(0) 编辑