CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 图形图象 搜索资源 - Projection Matrix

搜索资源列表

  1. tymatrix

    0下载:
  2. 将投影变换矩阵存储到一个一维数组中,与函数glFrustum,glOrtho,gluPerspective的相应参数相同,并比较当前投影矩阵和用所设计的函数所得结果。在屏幕上输出两个矩阵并进行比较。可使用glGetFloatv(GL_PROJECTION_MATRIX, ...)获得当前投影矩阵。-projection matrix storage to a one-dimensional arrays, and functions glFrustum. glOrtho, gluPerspect
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:4249
    • 提供者:sunway
  1. projective-and-affine

    1下载:
  2. 基于三维空间三角网格的二维投影图像变换,包括3D仿射变换,基础矩阵求解及欧式空间的重构,对基于图像的三维重构有研究的朋友可以看下-triangular grid transform two-dimensional projection images, including 3D affine transformation, based Matrix Solution and European space reconstruction, based on the three-dimensional
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:202361
    • 提供者:郭震宇
  1. water_reflect2

    4下载:
  2. 水面反射和折射,提供源代码,通过下面几步实现: 1.设定一个附加裁减平面 2. 并把摄像机位置设置到当然视点对称的位置, 渲染平面以上部分到一个纹理. 3. 将反射平面的顶点传入VS, 并乘以投影矩阵.得到平面投影点的坐标. 4. 将上述插值传入PS, 并同时除以W, 并(projCoord+1.0f)*0.5f. 5. 再查询渲染得到的纹理, 并加入点噪声, 有水波纹的效果. -surface reflection and refraction, providing
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:251777
    • 提供者:hmn
  1. 3dCameracalition.rar

    2下载:
  2. 这是一个相机标定程序,有数据检验,求出两个相机的投影矩阵,用于双目视觉,This is a camera calibration procedures, test data, obtained two camera projection matrix for the binocular vision
  3. 所属分类:图形图象

    • 发布日期:2014-04-05
    • 文件大小:2276
    • 提供者:马峰
  1. Threedimensional

    0下载:
  2. 这是一个三维重建程序,用于双目视觉中,由两个投影矩阵反求三维点-This is a three-dimensional reconstruction procedure for binocular vision, the projection matrix by the two reverse three-dimensional point
  3. 所属分类:3D Graphic

    • 发布日期:2017-01-06
    • 文件大小:2134
    • 提供者:马峰
  1. SmartOGCtrl

    0下载:
  2. 本人刚刚开始学习OpenGL,觉得OpenGL确实是个相当好的库,但是我还是觉得不够方便。首先要按照它的一些语法去写一些固定的东西,每个应用都要写一些重复的代码。第二,还得了解一些关于投影矩阵方面的知识。第三,要按照一定的规范去写画线,画面等东西。也许对于很多想写3D应用系统的人来说,他们想的是只要我输入坐标就可以得到我所想要的东西。为此,我把OpenGL做了个封装,用ATL和STL做了一个COM组件,然后用.Net来调用它。 -I just started learning OpenGL,
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-03
    • 文件大小:89006
    • 提供者:bora16
  1. packmk2

    0下载:
  2. 用D3D写的海面,用复杂的投影矩阵变换实现了场景无限宽广的高真实度海面模拟,实现了不同风级下的波浪起伏,高光效果,海水透明效果,供需要的人学习借鉴。内含场景操作说明文档-D3D written off by using the complex transformation of the projection matrix to achieve a wide range of high-scenes unlimited degrees off a true simulation, to achie
  3. 所属分类:3D Graphic

    • 发布日期:2017-05-19
    • 文件大小:5583640
    • 提供者:zhangkun
  1. sart128180

    0下载:
  2. CT算法中很经典一个算法 读者可以直接使用 系统矩阵可以套用以前的-Computed tomography (CT) algorithm is classic reader can directly use an algorithm to the system matrix can be used
  3. 所属分类:Special Effects

    • 发布日期:2017-03-31
    • 文件大小:1171
    • 提供者:sb
  1. MaterialSpheres

    0下载:
  2. Initialize z-buffer, projection matrix, light source,and lighting model.
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-01
    • 文件大小:1745
    • 提供者:ehablouis
  1. pca

    0下载:
  2. pca进行人脸识别,首先对人脸图象进行训练,得到投影矩阵,然后再进行人脸识别-pca for face recognition, the first human face images for training, to be the projection matrix, and then to face recognition
  3. 所属分类:Special Effects

    • 发布日期:2017-03-23
    • 文件大小:357848
    • 提供者:zhangjin
  1. ZoomPerspective

    0下载:
  2. 利用投影矩阵来局部放大或者缩小正方体,用MFC开发,且是多文档应用程序。-Using the projection matrix to the local cube zoom in or out, use MFC development, and is a multi-document application.
  3. 所属分类:OpenGL program

    • 发布日期:2017-03-30
    • 文件大小:317466
    • 提供者:林英
  1. Camera-Calibration

    1下载:
  2. 本实验利用MATLAB工具,对给定的一组图像进行标定实验, 得出图像的二维坐标信息和三维坐标信息,并利用计算公式得出图像的投影矩阵及摄像机内部、外部参数。-In this study, MATLAB tools, for a given set of image calibration experiments, two-dimensional images obtained three-dimensional coordinate information and coordinate infor
  3. 所属分类:Special Effects

    • 发布日期:2017-04-07
    • 文件大小:867730
    • 提供者:fanfan
  1. Perspective-Projection-Matrix

    0下载:
  2. 透视投影为三维图形显示的基础,在此基础上提出了一种基于透视投影矩阵的数学模型.可方便地将空间三维坐标转换为透视投影坐标,并实时地在屏幕上展现出来.并以三维数据的透视投影为例,显示了经过该透视变换后的透视图,验证了该方法的有效性.-Perspective projection of three-dimensional graphics based on this based on the perspective projection matrix based on a mathematical m
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:307251
    • 提供者:chengdu
  1. matrixProjection

    0下载:
  2. 通过例子程序详细介绍OpenGL中的投影矩阵。-Through the program details of the OpenGL projection matrix.
  3. 所属分类:OpenGL program

    • 发布日期:2017-03-26
    • 文件大小:78297
    • 提供者:
  1. opencv_epipolar

    0下载:
  2. 求两幅对应图像的匹配点,对极线,基本矩阵以及投影矩阵-Seeking the two corresponding to the matching point of the image, lines, the basic matrix and a projection matrix
  3. 所属分类:Fractal program

    • 发布日期:2017-11-08
    • 文件大小:16981242
    • 提供者:william
  1. 3dCameracalition

    0下载:
  2. 这是一个相机标定程序,有数据检验,求出两个相机的投影矩阵,用于双目视觉-This is a camera calibration procedures, test data, obtained two camera projection matrix for the binocular vision
  3. 所属分类:Graph program

    • 发布日期:2017-04-07
    • 文件大小:2321
    • 提供者:onhatgr
  1. art_tyxs

    0下载:
  2. 直接使用MLS访问方式生成art迭代重建的投影系数,重建时,可以直接按序使用投影系数。-use MLS to create the projection matrix of art, so we can directly use the matrix to reconstruct image
  3. 所属分类:Special Effects

    • 发布日期:2017-04-10
    • 文件大小:1492
    • 提供者:yangjuan
  1. calculate-projective-matrix

    0下载:
  2. 计算双目视觉模型下投影矩阵的vs2008平台下c++程序代码-Under the calculation under binocular vision model projection matrix code vs2008 platform c++
  3. 所属分类:Graph program

    • 发布日期:2017-05-09
    • 文件大小:1696603
    • 提供者:
  1. ct_ART_SIRT_MART

    4下载:
  2. 简单易用,运行一个M文件即可,有说明说; 测试数据程序生成; 含投影数据成成,投影矩阵生成等。 ART/CT/MART/SIRT/ 感谢我师兄,为我师兄原创-Previously provided by the source, a lot of people will not react with, and contact me, So I put it into an m file, so you can simply run this file you can s
  3. 所属分类:Special Effects

    • 发布日期:2015-07-24
    • 文件大小:8192
    • 提供者:9311066
  1. GoLPP

    0下载:
  2. D MANUSC Graph-optimized Locality Preserving Projections (GoLPP) algorithm [28]. GoLPP integrated the graph construction and a specific dimensionality reduction process (i.e. LPP) into a unified framework, which results in a simultaneous learni
  3. 所属分类:Special Effects

    • 发布日期:2017-12-15
    • 文件大小:1024
    • 提供者:骕骦
« 12 3 »
搜珍网 www.dssz.com