摘要:
<osgGA/MatrixManipulator>:No such file or directory 修改为 #include <osgGA/CameraManipulator> osgGA::GUIEventHandler osgGA::CameraManipulator osgGA::Stan
阅读全文
posted @ 2019-06-24 20:26
西北逍遥
阅读(1157)
推荐(0)
摘要:
VCNodeMatrix.h VCNodeMatrix.cpp
阅读全文
posted @ 2019-06-24 17:55
西北逍遥
阅读(1404)
推荐(0)
摘要:
osg::ref_ptr OSG_Qt_::operateMatrix() { osg::ref_ptr group = new osg::Group; osg::ref_ptr node1 = osgDB::readNodeFile("D:\\参考手册\\BIM\\osg\\tanker.OSGB"); osg::ref_ptr node2 = osgDB::readN...
阅读全文
posted @ 2019-06-23 21:20
西北逍遥
阅读(571)
推荐(0)
摘要:
osg::ref_ptr OSG_Qt_::operateMatrix() { osg::ref_ptr group = new osg::Group; osg::ref_ptr node = osgDB::readNodeFile("D:\\参考手册\\BIM\\osg\\tanker.OSGB"); //return node; group->addChild...
阅读全文
posted @ 2019-06-23 20:16
西北逍遥
阅读(1047)
推荐(0)
摘要:
osg::ref_ptr OSG_Qt_::createSimple() { osg::ref_ptr geode = new osg::Geode; osg::ref_ptr geometry = new osg::Geometry; //申请顶点 osg::ref_ptr coords = new osg::Vec3Array; //申请颜色 ...
阅读全文
posted @ 2019-06-23 19:48
西北逍遥
阅读(368)
推荐(0)
摘要:
01 北京 15:00 02 宣化 17:50 17:52 2分钟03 张家口南 18:11 18:17 6分钟04 大同 21:01 21:09 8分钟05 集宁南 22:45 22:51 6分钟06 呼和浩特东 23:53 23:59 6分钟07 包头 01:39 02:05 26分钟08 临河
阅读全文
posted @ 2019-06-23 19:42
西北逍遥
阅读(254)
推荐(0)
摘要:
osg::ref_ptr OSG_Qt_::createBox() { osg::ref_ptr osg_geode = new osg::Geode; osg::ref_ptr osg_hints = new osg::TessellationHints; osg::ref_ptr osg_box = new osg::Box(osg::Vec3(0.0, 0.0, 0...
阅读全文
posted @ 2019-06-22 21:39
西北逍遥
阅读(316)
推荐(0)
摘要:
osg::ref_ptr MyOSGLoadEarth::CreateNode() { osg::ref_ptr _root = new osg::Group; //定义并读取高程文件 //真实高程文件名称为:ASTGTM2_N34E110_dem.tif //属于特殊的tiff格式,GEOTiff //读取的时候使用osg的gdal插件进行读取,所以...
阅读全文
posted @ 2019-06-22 19:23
西北逍遥
阅读(462)
推荐(0)
摘要:
void vc_widget::keyPressEvent(QKeyEvent *ev) { if (ev->key() == Qt::Key_Up) { qDebug() key() == Qt::Key_Down) { qDebug() key() == Qt::Key_Left) { qDebug() key() == Qt::Key_Right) ...
阅读全文
posted @ 2019-06-21 07:57
西北逍遥
阅读(6548)
推荐(0)
摘要:
(flappbird) luo@luo-All-Series:~/MyFile/TensorflowProject/Mask_RCNN/mask_rcnn_20190518/Mask_RCNN/models/research$ (flappbird) luo@luo-All-Series:~/MyF
阅读全文
posted @ 2019-06-20 09:43
西北逍遥
阅读(649)
推荐(0)
摘要:
img_data_box_1500 798.jpg /home/luo/TensorflowProject/labelImg/img_data_box_1500/798.jpg Unknown 160 117 3 0
阅读全文
posted @ 2019-06-19 08:56
西北逍遥
阅读(339)
推荐(0)
摘要:
emit toLine(lineQStr);connect(vcthread, SIGNAL(toLine(QString)), this, SLOT(appendText(QString)));
阅读全文
posted @ 2019-06-18 21:43
西北逍遥
阅读(2231)
推荐(0)
摘要:
/******************************************************************************** ** Form generated from reading UI file 'Qt_img.ui' ** ** Created by: Qt User Interface Compiler version 5.12.2 ** ** ...
阅读全文
posted @ 2019-06-18 08:08
西北逍遥
阅读(582)
推荐(0)
摘要:
QPainter p(this); QPixmap pixmap; pixmap.load("E:\\参考文件\\image\\1.jpg"); //QPixmap->QImage QImage tempImage = pixmap.toImage(); p.drawImage(0,0,tempIm
阅读全文
posted @ 2019-06-17 20:54
西北逍遥
阅读(5781)
推荐(0)
摘要:
std::string cstr;QString qstring; //QString str1 = " D:\\参考手册\\BIM\\osg\\build1.OSGB"; //从std::string 到QString qstring = QString(QString::fromLocal8Bi
阅读全文
posted @ 2019-06-17 16:19
西北逍遥
阅读(3936)
推荐(0)
摘要:
下载地址:http://pan.baidu.com/download 如果没有安装alien,安装 luo@luo-ThinkPad-W540:~$sudo apt-get install alien Reading package lists... DoneBuilding dependency
阅读全文
posted @ 2019-06-16 20:47
西北逍遥
阅读(1002)
推荐(0)
摘要:
graphicswindowqt.h graphicswindowqt.cpp vcqtosgwidget.h vcqtosgwidget.cpp main.cpp
阅读全文
posted @ 2019-06-16 20:11
西北逍遥
阅读(1873)
推荐(0)
摘要:
osgViewer::Viewer* _viewer = nullptr; _viewer = new osgViewer::Viewer;osg::ref_ptr<osg::Group> root = new osg::Group;//注意:这两句话的先后顺序 先添加模型在添加相机//root->
阅读全文
posted @ 2019-06-15 20:27
西北逍遥
阅读(1338)
推荐(0)
摘要:
#ifdef _WIN32#include <Windows.h>#endif // _WIN32 #include <osgViewer/Viewer>#include <osgDB/ReadFile>#include <osgGA/GUIEventAdapter>#include <osgVie
阅读全文
posted @ 2019-06-14 20:41
西北逍遥
阅读(227)
推荐(0)
摘要:
#include <iostream>#include <algorithm>#include <vector> using namespace std; int main(){ vector<int> vec1; vector<int>::iterator vec_iter1; for (int
阅读全文
posted @ 2019-06-13 10:58
西北逍遥
阅读(416)
推荐(0)
摘要:
#include <iostream>#include <algorithm>#include <deque>#include <vector>#include <functional>#include <iterator> using namespace std; int main(){ dequ
阅读全文
posted @ 2019-06-12 21:32
西北逍遥
阅读(271)
推荐(0)
摘要:
#include <iostream>#include <algorithm>#include <deque>#include <vector>#include <functional>#include <iterator> using namespace std; int main(){ dequ
阅读全文
posted @ 2019-06-12 21:29
西北逍遥
阅读(444)
推荐(0)
摘要:
#include <iostream>#include <algorithm>#include <deque>#include <vector>#include <functional>#include <iterator> using namespace std; int main(){ dequ
阅读全文
posted @ 2019-06-12 21:26
西北逍遥
阅读(445)
推荐(0)
摘要:
#include <iostream>#include <algorithm>#include <deque> using namespace std; int main(){ deque<int> deq1; deque<int>::iterator deq_iter1; for (int k=0
阅读全文
posted @ 2019-06-12 21:20
西北逍遥
阅读(381)
推荐(0)
摘要:
#include <iostream>#include <algorithm>#include <deque>#include <vector>#include <functional>#include <iterator> using namespace std; int main(){ dequ
阅读全文
posted @ 2019-06-12 21:15
西北逍遥
阅读(208)
推荐(0)
摘要:
vector<int>::iterator iter1 = partial_sort_copy(deq1.begin(), deq1.end(), vec1.begin(), vec1.end());
阅读全文
posted @ 2019-06-12 21:13
西北逍遥
阅读(146)
推荐(0)
摘要:
#include <iostream>#include <deque>#include <algorithm>#include <vector>#include <functional> using namespace std; int main(){ deque<int> deq1; deque<
阅读全文
posted @ 2019-06-12 21:10
西北逍遥
阅读(212)
推荐(0)
摘要:
#include <iostream>#include <deque>#include <algorithm>#include <vector> using namespace std; int main(){ deque<int> deq1; deque<int>::iterator deq_it
阅读全文
posted @ 2019-06-12 21:08
西北逍遥
阅读(313)
推荐(0)
摘要:
#include <iostream>#include <deque>#include <algorithm>#include <vector> using namespace std; int main(){ deque<int> deq1; deque<int>::iterator deq_it
阅读全文
posted @ 2019-06-12 21:02
西北逍遥
阅读(630)
推荐(0)
摘要:
#include <iostream>#include <deque>#include <algorithm>#include <functional> using namespace std; int main(){ deque<int> deque1; for (int k=0;k<15;k++
阅读全文
posted @ 2019-06-12 20:44
西北逍遥
阅读(253)
推荐(0)