搜索资源列表
-
0下载:
根据旋转、平移分量计算刚体变换的矩阵。附说明文档。-under rotation, translation component of the rigid transformation matrix. Attached documentation.
-
-
0下载:
osculatingcircle.cpp : An interactive demo of osculating circles used to define a parametric curve curvature. Require OpenGL(R)
matchsegments.cpp : Compute the scaled rigid transformation that matches a given pair of segments.
srm : A k
-
-
1下载:
在机器视觉中,刚体变换经常用于计算一个经过旋转和平移后的新坐标。比较常用的旋转矩阵的表示形式有欧拉角表示法和四元素表示法。本例子是两种方法的matlab实现,希望对大家有所帮助。-In machine vision, is often used to calculate a rigid transformation through new post-rotation and translation coordinates. Commonly used representation of a ro
-
-
0下载:
三维刚体变换,用于三维图象配准,我自己使用过,挺不错的。-Three-dimensional rigid body transformation, for three-dimensional image registration, I have used, very good.
-
-
0下载:
本程序是在MATLB下,教你如何实现三维刚体转换代码,希望对学习图形图像的人能有所帮助。-This procedure is under MATLB, teach you how to achieve three-dimensional rigid body conversion code, want to learn graphics images can be helpful.
-
-
1下载:
thin plate spline(薄板样条)模型,将已知图像通过非刚性变换得到所需要的图像,在图像配准中非常有用。-thin plate spline (thin plate spline) model, will be known through non-rigid image transformation to be necessary by the images of image registration in very useful.
-
-
1下载:
图像变形,实现图像的刚体变换,不同于仿射变换和透射变换,不改变物体的刚体属性。-Image deformation- rigid transformation.
-
-
0下载:
刚性位置变化计算,输入物体在空间坐标系中的坐标,以及旋转向量和平移向量,计算其在摄像机坐标系中的坐标。- [Y,dYdom,dYdT] = rigid_motion(X,om,T)
Computes the rigid motion transformation Y = R*X+T, where R = rodrigues(om).
INPUT: X: 3D structure in the world coordinate frame (3xN matrix for
-
-
0下载:
The purpose of this program is to be a practical and didactic introduction on how to perform shifted-linear interpolation. It is a self-contained application that will apply a rigid-body transformation to an image (rotation and translation). The sour
-
-
0下载:
这是完全用C++编程的图像拼接程序,在配准上能够很好的适应图像的刚性变换。-This is entirely in C++ programming, image stitching program, registration can be a good fit on the image of rigid transformation.
-
-
2下载:
实现两幅图像指定区域的图像对齐,变换过程为刚性变换(旋转和平移)-Two images to achieve alignment of the designated area of the image, rigid transformation (rotation and translation)
-
-
0下载:
A program for fast rigid transform of an image and getting the spatial information after transformation.
-
-
0下载:
基于互信息的刚性配准医学图像配准技术是今年来医学图像处理领域中的重要研究问题,推崇寻找某种适当的空间变换,使两幅图达到空间位置上的定位和配准,进而进行图像融合。医学图像配准在临床诊断、治疗、质量保证和疗效评价等方面具有重要的应用价值。-Mutual information-based rigid registration of medical image registration technology to medical image processing field this year, an
-
-
0下载:
图像配准算法,实现了刚体变换的图像配准算法,适合入门级初学者学习使用-Image registration algorithm to achieve a rigid transformation of the image registration algorithm, suitable for beginners to learn to use entry-level
-
-
0下载:
MATLAB Source Code of 3D Rigid body Transformation
-
-
0下载:
图像变形,实现图像的刚体变换,不同于仿仿射变换和透射变换,不改变物体的刚体属性。
-Image morphing, image rigid transformation, different from the imitation of the affine transformation and transmission transformation does not change the rigid body properties of the objects.
-
-
0下载:
目的:根据刚体变换理论计算rt矩阵,点云在旋转前后发生刚体变换,并不会对点云数据的模型进行改变
相对于最小二乘法的直接计算点云的方法,A=R*B,>> R=(A*B )*[inv(B*B )] 与该方法相比,该方法最直观,
但是会引起点云模型变形,该方法求出的rt,矩阵不是正交矩阵,而下面的方法则是刚体变换,不会引起点云数据
模型的变形-Objective: according to the theory of rigid body transformation ma
-
-
0下载:
刚体坐标转换,常用于多体系统,作用很大,希望能够帮助到大家-rigid body coordinate transformation
-
-
1下载:
圆柱体的随意角度展示,3D立体变换,HALCON编写,可以转换为C++随度快-* This example program shows how to use the operator
* rigid_trans_object_model_3d in HALCON. In this example
* a cylinder is created. In a second step, the cylinder is
* tranformed with a rigid transform
-
-
2下载:
点云配准过程,就是求一个两个点云之间的旋转平移矩阵(rigid transform or euclidean transform 刚性变换或欧式变换),将源点云(source cloud)变换到目标点云(target cloud)相同的坐标系下。(Matching of two sets oPoint cloud registration process, is to get a two point cloud between the translation and rotation matri
-