搜索资源列表
projective-and-affine
- 基于三维空间三角网格的二维投影图像变换,包括3D仿射变换,基础矩阵求解及欧式空间的重构,对基于图像的三维重构有研究的朋友可以看下-triangular grid transform two-dimensional projection images, including 3D affine transformation, based Matrix Solution and European space reconstruction, based on the three-dimensional
photomachinenewalgorithm
- 针对摄像机固定和共面约束条件下进行目标定位,提出了一种简单可行的全新算法。该算法避开了烦琐的摄像机标定这一过程,也不用精确地求解单应性矩阵。只是运用射影几何的性质,通过简单的几何关系,对非标定单摄像机拍摄的单幅图像,求解其从2D图像平面到真实的3D平面的非线性单映射关系。该算法为解决计算机视觉的测量、定位、三维重建等问题,提供一种全新的思路。 -against cameras fixed and coplanar binding conditions for target location,
638_project
- 非真实感绘制的例子 The goal of this project is to explore the idea of point-based radiosity, which is a shooting radiosity technique suggested by Mark Harris at UNC. The primary idea is that features available in graphics hardware can be utilized to p
harris
- 两幅图像拼成全景图。Harris角点检测选特征点,配对过程比较原始,有点慢,ransac算法提取有效配对点,计算projective transformation.最后拼全景图。 需要CIMG库支持,jpeg图像还需要magickimage库. Linux g++编译通过,编译加 -lX11 -lpthread -ljpeg, windows 下未试验.
计算机视觉几何
- Background: Projective geometry (2D, 3D), Parameter estimation, Algorithm evaluation. Single View: Camera model, Calibration, Single View Geometry. Two Views: Epipolar Geometry, 3D reconstruction, Computing F, Computing structure, Plane and homogra
homography
- 这是一个印度人编的程序,用于两图像单应矩阵和变换结果的求取-This function estimates 2D-2D plane projective homography between two perspective images using Direct Linear Transformation, RANSAC and Levenberg Marquardt optimisation.
ESMkitWin_0_4.zip
- 利用二阶最小化,实现射影变形下的目标跟踪,windows下版本。,Minimize the use of second-order to achieve the objectives under the projective deformation tracking, windows version of.
MatlabFns
- 用于图像处理的matlab工具包,由Peter Kovesi制作,主要包含特征提取,各项异性滤波,灰度转换、图像去噪等,对图像处理的人来说非常有用。 -MATLAB and Octave Functions for Computer Vision and Image Processing, including: Feature Detection via Phase Congruency Spatial Feature Detection Integral Im
projectioncorr
- PA, projective algorithm % 灰度投影算法 % % dr - 行运动矢量 % dc - 列运动矢量 % imRef - 参考帧 % imCur - 当前帧 % range - 搜索区域,默认为7 % flag - 是否精确到亚像素位移 % flag = 1,亚像素精度 % flag = 0,像素精度-PA, projective algorithm gray projection algorithm dr- line moti
layererRendering_ASM
- 关于geometry shared中的layered渲染功能的使用的示例程序-example of how to used layered function of geometry shader
Projective
- 透视投影 用于机器视觉中的摄像机的的透视投影方法-Perspective projection for the machine vision camera in the perspective projection method
AffineTrnasformation
- 这是我编写的关于计算机视觉中的一种重要的变换---射影变换的matlab源代码,希望对您有用。-This is what I prepared on computer vision in an important transformation of the projective transformation--- matlab source code, I hope useful for you.
projection
- show the projective how to work
region-subdivision
- 对二维平面上区域进行不规则四边形剖分,构造了区域到子区域的射影变换。由二元分形插值函数引入第三维的值,构成射影迭代函数系统。-Two-dimensional plane of the trapezoidal region subdivision to construct a regional to sub-regional projective transformation. By the binary fractal interpolation function the value of in
brian_washburn_source
- openGL实现的3D效果,共有5个情景。-Scene 1: Triangles which organize themselves, projective texturing Scene 2: Tunnel based on many sin waves Scene 3: Texture based motion blur, picture distortion Scene 4: Complicated particle system, including many rotati
Clifford-Algebra_01
- 几何代数(克利福德几何代数)将欧氏几何、仿射几何、投影几何、球形几何,双曲线和形几何统一起来。-geometry algebra( clifford algebra ) unites Euclidean, affine, projective, spherical, hyperbolic and conformal geometry.
Clifford-Algebra_02
- 几何代数(clifford algebra)统一了欧氏几何,仿射几何、投影几何、球形几何,双曲几何和共形几何。-Geometric algebra (clifford algebra) unified Euclidean geometry, affine geometry, projective geometry, spherical geometry, hyperbolic geometry and conformal geometry.
DIP
- 数字图像处理课程设计,实现了代数,几何,仿射,投射,边缘提取等功能,vs2010开发,mfc-Digital image processing program design, implementation algebra, geometry, affine, projective, edge detection and other functions, vs2010 development, mfc
Projective-Geometry-for-3D-computer-vision
- Book Projective Geometry for 3D computer vision
projective transform
- 利用仿射变换对图像进行矫正,,广泛应用于计算机视觉(projective transform to adjust image)