搜索资源列表
image-registration
- 人工选取控制点的多项式图像配准matlab代码。程序运行后,在弹出的第一副图像中利用鼠标选择控制点(多于3个),双击结束。然后在弹出的第二副待配准的图像中同样选取相应的控制点,双击结束。运行结果就会输出配准后的图像。-artificial selected control point polynomial Image Registration Matlab code. Running after the ejection of the first vice images using the mo
editContourusemouse
- 利用matlab编程,实现鼠标对目标轮廓的编辑和选取,具有一定的实用价值
paintline
- 一个简单的在figure中用鼠标画直线的例子。最终是想在matlab环境下编一个用鼠标画贝塞尔曲线的程序,现在正在研究中。
TestFig
- 如何在Matlab中的用户界面中取得鼠标坐标
magnify matlab画局部方法图
- matlab画局部方法图。直接运行,然后鼠标框选就可以-Local map drawing method matlab
mmdraw.rar
- matlab图像处理:使用鼠标画一条线并设定属性的算法代码,matlab image processing: Using the mouse draw a line and set the attributes algorithm code
ginput2
- 图像手动取点用matlab完成,用鼠标点得到点的坐标-Images manually check point
unitary
- 手工裁切人脸图像,通过鼠标选取点完成大小归一化-unitary
FCMSegmentation
- FCM 模糊C均值聚类算法。使用说明:这是一个可以人机交互的FCM算法,首先使用鼠标圈定一个矩形区域,则算法自动施加于目标区域:) Have Fun :)-FCM fuzzy C means clustering algorithm. Usage: This is a can of HCI FCM algorithm, the first to use the mouse a rectangular area delineation, the algorithm automatically im
dongtai
- 动态显示鼠标的坐标值和图像像素值对于动态显示鼠标的坐标值和像素值,在其他语言如vc,vb中都比较方便,有直接的着方 面的函数,本程序在matlab图像处理实现-Dynamic display mouse coordinates and image pixel values for the dynamic display mouse coordinates and pixel value, in other languages such as vc, vb are more convenien
Regiongrowingmethod
- 区域生长法获取图像边界 必须有种子 可以有很多方法 这里直接鼠标点击-Region growing method to obtain the image the border must have a lot of methods of seed can have a direct mouse click here
segment
- 使用区域增长的算法进行区域分割。鼠标点击图像的某个区域的某个像素,并指定染色所用颜色(红绿蓝黑),程序执行的结果是用指定的颜色把某个区域显示出来。-Regional growth in the use of regional segmentation algorithm. A mouse click on the image of a pixel region, and specify the dye color used (black and red and green), implement
MouseGraphics
- 在matlab上实现用鼠标画线的功能,有利于初学matlab图像编程的人-To achieve the matlab draw lines with the mouse functions, help beginners who matlab Graphics Programming
HarrisCorner
- HarrisCorner检测,用鼠标画出一个区域,程序自动显示区域内的corner-HarrisCorner detection, using the mouse to draw a region, the program automatically displays the corner within the region
PicSegmentation
- 选取读入一份彩色图像,在运行Untitled.m程序时先用鼠标交互的选取一个颜色区域作为你要与其他色彩分割的目标,进行分割,鼠标选取好后,按ENTER健分割。-Before running Untitled.m interaction segmentation with the mouse select a color region ,then press ENTER star segmentation.
matlab-image-watermarking
- 1)图像的读取和保存。 2)设计图形用户界面,让用户能够对图像进行任意的亮度和对比度变化调整,显示和对比变换前后的图像。 3)设计图形用户界面,让用户能够用鼠标选取图像感兴趣区域,显示和保存该选择区域。 4)编写程序通过最近邻插值和双线性插值等算法将用户所选取的图像区域进行放大和缩小整数倍的操作,并保存,比较几种插值的效果。 5)图像直方图统计和直方图均衡,要求显示直方图统计,比较直方图均衡后的效果。 6)能对图像加入各种噪声,并通过几种滤波算法实现去噪并显示结果。比较去噪效
Matlab
- 读取图片,用鼠标获取图片点坐标,输出坐标数据-Read the image, the image point coordinates obtained with the mouse, and output coordinate data
Matlab-matting-code
- 显示图像后,单击鼠标左键连出完全背景区域,双击左键结束; 图像改变后,再单击鼠标左键连出完全前景区域,双击左键结束。即可得到结果 -Display the image, click the left mouse button to even out completely the background area, double-click the left end images after the change, and then click the left mouse button
G_Truth
- 运行程序后,可以在当前显示的图像界面手动分割目标,通过点击鼠标左键勾勒目标边界,点击鼠标右键可以删除未画好的边缘,画好边缘后,双击鼠标左键可以生成分割结果的二值模板,以.mat文件形式自动保存。(After running the program, you can manually split the target in the currently displayed image interface, click the left mouse button to outline the targ
Bspine
- 主要功能是根据任意给定控制点,绘制B样条曲线。可以用鼠标、键盘输入控制点,并能记录输入控制点的坐标。也包含清除、退出等基本的GUI功能。(Drawing B-spline curve according to any given control point.)