搜索资源列表
jisuan
- GPS系统接收数据坐标转换 GPS接收的数据往往是三维坐标,而在科学研究中我们通常用二维坐标。因此必须 进行坐标转换,下面我们介绍一种坐标转换,即把WGS84坐标转换为高斯—克吕 格坐标系。数字地图投影的方法很多,而我国采用了高斯—克吕格投影,它是一 种横轴椭园柱面等角投影,用一个椭球柱面与地球椭球在某一子午圈L0上相切, 这条子午线通常称做投影轴子午线。也就是高斯-克吕格投影直角坐标系的x 轴, 地球的赤道与椭圆柱面相交, 成一直线,这条直线与轴子午线正交,就是平面直角
OpGL.rar
- 本程序用OpenGL实现三棱柱、六面体以及十二面体的绘制、旋转和缩放功能,而且能够处理光照和投影方式的设置。,This procedure use OpenGL to achieve prism, hexahedron, and dodecahedron drawing, rotate and zoom functions, but also the way to deal with light and projector settings.
Cylindricalprojectionprocedures
- 柱面投影等多种投影程序,包括斜柱等积方位投影,正轴等角割圆柱投影,高斯克吕克投影-Such as cylindrical projection projection procedures, including product direction, such as oblique projection column is cut Conformal cylindrical projection axis, high斯克吕克projection
blanking
- 在屏幕上任意绘制一个多边形,在计算机内将其表示为一个以此多边形为底面的正n边棱柱(指定高度),棱柱的各面具有不同的颜色。 用Z-Buffer算法做面消隐; 允许以棱柱中心为固定点,通过输入x, y, z方向的转动角度实现任意角度的旋转(或通过鼠标操作实现任意角度的旋转) ; 投影方式:正平行投影,并假设物体始终在裁剪空间内;-On the screen draw an arbitrary polygon, within the computer as a polygon of its
Image-cylindrical
- 图像柱面投影变换实现 图像柱面投影变换实现-Image cylindrical projection transform the image cylindrical projection transform
360_panorama
- 360-panorama,360度柱面图像拼接,程序在VS2008环境下开发,opencv2.4.3版本,程序可以直接运行,以将所需依赖项添加在文件夹中,源图像放在source_pic中,最后生成结果在result_pic中。 实现步骤:1先将图像投影到柱面坐标上,2提取图像SIFT描述子,3将SIFT描述子配对,4用RANSAC算法根据配对成功的描述子统计出变换矩阵T,5图像拼接。 对于拼接后的图像,没有做进一步细化处理,使用者可以在生成的图像上再做进一步编辑。-360-panoram
cylindrical
- opencv 实现的柱面投影变换代码 程序运行良好-opencv realized cylindrical projection transformation program code runs well
Panorama-stitching-algorithm
- 此程序为图像序列的柱面全景拼接算法,matlab仿真程序,其中有柱面投影程序可以对其他投影公式有一定的启示。-This procedure cylindrical panoramic image stitching algorithm sequence, matlab simulation program, which has a cylindrical projection program can have some inspiration to other projection formul
zhumian
- matlab 编写的柱面投影算法,验证过,很实用,很简洁,用于图像的拼接实验开发。图像处理的研究人员和学生都可以使用。-Cylindrical projection algorithm, matlab written verification, very practical, very simple, for the development of image splicing experiment. Image processing researchers and students can us
imTrans2.m
- 柱面投影模型将图像投影到柱状曲面,然后使用图像拼接技术进行拼接后,再将拼接结果映射回平面坐标系。本程序对图像做柱面投影,增强视觉效果-Cylindrical projection model projecting an image onto a columnar surface, then use image stitching techniques after stitching, and then map the results back to the stitching plane coo
CalibrationForXiaoYi
- 此程序为图像序列的柱面全景拼接算法,matlab仿真程序,其中有柱面投影程序可以对其他投影公式有一定的启示。-This procedure cylindrical panoramic image stitching algorithm sequence, matlab simulation program, which has a cylindrical projection program can have some inspiration to other projection formul
gaosi2
- 用于平面投影 一种横轴等角切椭圆柱投影 它把地球视为球体,假想一个平面卷成一个横圆柱面并把它套在球体外面,使横轴圆柱的轴心通过球的中心,球面上一根子午线与横轴圆柱面相切。这样,该子午线在圆柱面上的投影为一直线,赤道面与圆柱面的交线是一条与该子午线投影垂直的直线。将横圆柱面展开成平面,由这两条正交直线就构成高斯-克吕格平面直角坐标系。(For plane projection)