Description: 自己编写的程序,实现dicom文件显示,窗宽窗位调整;利用双线性插值完成图像的缩放。-I have written procedures, to achieve DICOM documents show that window-width window level adjustment the use of bilinear interpolation image scaling. Platform: |
Size: 44032 |
Author:lu |
Hits:
Description: 图像旋转的处理源代码,希望对大家有些帮助-Image rotation to deal with the source code, I hope all of you some help Platform: |
Size: 1213440 |
Author:陈建军 |
Hits:
Description: 使用图像的互信息进行自动图像配准源代码,这个程序通过归一化后的图像互信息进行图像的自动配准。中间通过旋转等进行图像对齐。-The use of images for automatic mutual information image registration source code, the procedure adopted by the normalized mutual information image after image of the automatic registration. Through the rotation between image alignment. Platform: |
Size: 74752 |
Author:yy |
Hits:
Description: AffineTransformation computes and applies the geometric affine transformation to a 2-D image.
The program main functions are:
- Load Image: Load the image to be transformed.
- Transform Image: Computes the transformation matrix from the transformation parameters specified by the user, then it applies the transformation to the loaded image.
- Save Image: Save the transformed image.
- Quit: Exit the program.
The transformation parameters are specified by the user by editing the
values of the rotation, scale (x and y), and shear (x and y). The
translation is not icluded because it can be easily (normalized or) removed from the image by
subtracting the shape cetroid.
The affine matrix and the affinr transformation are computed using Matlab Image Processing Toolbox
functions: maketform and imtransform. So this program is only demonstrates and facilitates the computation and the applying of these functions to a 2-D image.
Platform: |
Size: 44032 |
Author:chouchoumao |
Hits:
Description: 指南针边缘检测算法是当前质量最高的边缘检测方法,比CANNY算子效果还要好。具有边缘定位准确,边连续,完整的特点。程序能够得到每一个像素的边的朝向,有利于做进一步的优化应用,例如图像分割等。具体算法过程可参考斯坦福大学麦克博士发表的论文。主要思路就是以每个像素为中心,像罗盘一样转动边,一直找到两边差异最大的朝向。最后把所有的最优朝向连起来成为边缘。
代码用VC驱动,核心部分用matlab编写-Compass edge detection algorithm is currently the highest quality of edge detection methods, than CANNY operator even better results. With edge positioning accuracy, while continuous, full features. Program can be a pixel for each side towards is beneficial for further optimization of applications, such as image segmentation and so on. Specific algorithms may make reference to Stanford University Maikeboshi the published papers. Main idea is to each pixel as the center, the same rotation as the compass edge, has been to find the greatest difference between both sides of the orientation of. Finally all the best to link into the edge towards. Code using VC-driven, the core part of the preparation with matlab Platform: |
Size: 82944 |
Author:黄沛杰 |
Hits:
Description: 在P4P问题中,当空间4个点共面时,不仅摄像机坐标系与物体坐标系之间 的旋转矩阵R和平移向量t可以线性求解,而且可以同时确定摄像机的有效焦距f和像素比例,该程序设计模拟已知相机矩阵M情况下由已知三维空间点和图像坐标情况求解相机外参数矩阵-When space four points coplanar P4P problem, not only between the camera coordinate system and the object coordinate system rotation matrix R and translation vector t
Can be solved linearly, and can determine the camera s effective focal length f and pixel ratio, the program is designed to simulate a known camera matrix M
Camera outside the parameters matrix case solved by the known three-dimensional space points and image coordinates Platform: |
Size: 14336 |
Author:乔中强 |
Hits:
Description: 自己写的基于朱虹老师的数字图像处理的课程的一些MATLAB代码,主要有基于双线性差值的放大和旋转,直方图均衡化,临近差值,Knn去噪,线性展宽,中值滤波-Write your own based on some MATLAB code Course teacher Zhu Hong digital image processing, mainly based on the zoom and rotation bilinear difference, histogram equalization, near the difference, Knn de-noising, linear broadening, median filter Platform: |
Size: 8192 |
Author:张文强 |
Hits: