搜索资源列表
photomachinenewalgorithm
- 针对摄像机固定和共面约束条件下进行目标定位,提出了一种简单可行的全新算法。该算法避开了烦琐的摄像机标定这一过程,也不用精确地求解单应性矩阵。只是运用射影几何的性质,通过简单的几何关系,对非标定单摄像机拍摄的单幅图像,求解其从2D图像平面到真实的3D平面的非线性单映射关系。该算法为解决计算机视觉的测量、定位、三维重建等问题,提供一种全新的思路。 -against cameras fixed and coplanar binding conditions for target location,
3D_Deconvolution
- When looking at a three-dimensional (3D) specimen through a transmitted brightfield optical microscope, only the part of the specimen contained in the focal plane appears sharp while the remainder looks smooth. The deconvolution task consists in debl
voxel_src
- project a set of 3D points onto a 2D image plane and then convert them into pixel coordinates.
tangent_plane
- 在MATLAB7.0中,实现在三维数据中,插入斜面-using MATLAB7.0, show the plane in 3D image
CameraCalib
- Camera Calibration, Mapping a point from 3D coordinates to 2D image plane
3DPictureBrowser
- 3D图片浏览器。直接使用WPF实现的3d图片浏览器实际上是“伪3D”,通过图片的变换来实现,实际上图片本身依然还是在一个二维的平面上。这个demo里使用了WPF 3D的技术,通过对底层Mesh建模,实现了将图片贴在空间圆柱面的效果,并且实现了一个从空间圆柱面切换到空间多层平面的动画(反之亦然),并且在这2中风格下使用了不同的光照效果-3D Photo Browser. Directly implemented using WPF 3d image viewer is actually a &qu
149008204siftMatch
- 三维重构的思路很简单,用OpenGL中纹理贴图功能,将平面图像中的三角形逐个贴到计算出的三维坐标上去就可以了。为了便于观察3D效果,我还设计了交互功能:用方向键可以上下左右旋转重构的模型,用鼠标滚轮可以放大或缩小。用gluLookAt函数可以实现视点旋转的功能。三维重构的代码实现在glFuncs.cpp中。(Three-dimensional reconstruction of the idea is very simple, with OpenGL texture mapping functi