码迷,mamicode.com
首页 >  
搜索关键字:geometry    ( 736个结果
OpenMVG 系列 (1):入门简介
1 OpenMVG 简介 全称 Open Multiple View Geometry,是法国人 Pierre Moulon 读博期间开源的一个 C++ 库 最早版本 OpenMVG 0.1 是 2013年 2月 发布的,目前最新版本是 2020年 5月 发布的 OpenMVG 1.6 Linked ...
分类:其他好文   时间:2021-07-08 17:42:29    阅读次数:0
osg例子3osganimationeasemotion
#include <osg/Geode> #include <osg/MatrixTransform> #include <osg/ShapeDrawable> #include <osgGA/TrackballManipulator> #include <osgViewer/Viewer> #in ...
分类:其他好文   时间:2021-06-10 17:44:48    阅读次数:0
Arcgisapi for js 4.x使用query/goto/PopupTemplate
let layerUrl = "http://xxx.xxx.xx.xx/server/rest/services/xxxx/xxxx/MapServer/194";//服务地址 let queryTask = new this.esriModules.QueryTask(layerUrl);//创 ...
分类:Windows程序   时间:2021-06-02 20:02:22    阅读次数:0
南京大学2021年春季学期《微分几何》期中考试
The topic originated from the mid-term examination of the "Differential Geometry" course at Nanjing University, and any form of reprinting is strictly... ...
分类:其他好文   时间:2021-05-24 12:50:58    阅读次数:0
在DirectX 12中使用geometry shader
几何着色器可以允许我们在GPU中增加,删除,修改传入的顶点属性。一个常见的用途是billboard,视野远处的物体直接用一个永远面向摄像机的面片来代替,并且这个面片实际上可以由1个点通过几何着色器输出4个顶点来生成。 首先,我们需要定义新的顶点类型,和相应的input layout: struct ...
分类:其他好文   时间:2021-05-24 08:36:50    阅读次数:0
Qt 触发resizeEvent后部分数据滞后问题
QDockWidget悬浮在主窗口上方,窗口最大化后,想到用resizeEvent函数后重新设置QDockWidget控件大小和位置, 发现数据是geometry()滞后的,不是当前的。 解决方法: 使用另外的方式触发 setWindowState(Qt::WindowMaximized) 例如重新 ...
分类:其他好文   时间:2021-05-24 05:51:20    阅读次数:0
tkinter+高德api服务 实现天气查询
1 # -*- coding:utf-8 -*- 2 #weather_api 3 import requests 4 import json 5 ''' 6 东城区:110101 7 西城区:110102 8 朝阳区:110105 9 丰台区:110106 10 ''' 11 12 def Wea ...
分类:Windows程序   时间:2021-05-24 01:44:32    阅读次数:0
WPF Path使用Geometry数据
在某些情况下控件需要Path作为图标,此时资源字典中存入的是Geometry数据 Path pathClose = new Path(); pathClose.Data = (Geometry)new ResourceDictionary { Source = new Uri(@"Resources ...
分类:Windows程序   时间:2021-03-29 12:38:27    阅读次数:0
WPF 反射加载Geometry几何图形数据图标
相信大家在阅读WPF相关GitHub开源项目源码时都会看见一串串这种数据 这种Geometry数据就是几何图形数据 为什么要用Geometry数据做图标? 有一种做法是使用ttf字体文件代替,不过使用ttf字体文件会出现下面几个缺点: 1、团队协作不便于管理 2、需要依赖特定平台 3、无法灵活使用 ...
分类:Windows程序   时间:2021-03-29 11:51:07    阅读次数:0
[Math] 投影几何 Projective Geometry
Abstract Reference : https://brilliant.org/wiki/projective-geometry/ ...
分类:其他好文   时间:2021-02-23 14:03:46    阅读次数:0
736条   1 2 3 4 ... 74 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!