搜索资源列表
watershed_serial
- 分水岭分割方法,是一种基于拓扑理论的数学形态学的分割方法,其基本思想是把图像看作是测地学上的拓扑地貌,图像中每一点像素的灰度值表示该点的海拔高度,每一个局部极小值及其影响区域称为集水盆,而集水盆的边界则形成分水岭。分水岭的概念和形成可以通过模拟浸入过程来说明。在每一个局部极小值表面,刺穿一个小孔,然后把整个模型慢慢浸入水中,随着浸入的加深,每一个局部极小值的影响域慢慢向外扩展,在两个集水盆汇合处构筑大坝,即形成分水岭。 -Watershed segmentation method is a
ExtPhaseCorrelation
- matlab平台实现平移的亚像素配准,精度0.03像素-matlab platform translation sub pixel registration accuracy of 0.03 pixels
haralickfeat
- This code for Haralick feature extraction for image in matlab. The basis for these features is the gray-level co-occurrence matrix. This matrix is square with dimension Ng, where Ng is the number of gray levels in the image. Element [i,j] of the matr
hafuline
- 在matlab中,Soble算子检测边缘,并保存原图中每个像素相对应的梯度模长和方位角,然后进行边缘连接-In matlab, Soble edge detection operator, and save the original image corresponding to each pixel in length and azimuth gradient mode, then the edge connector
main
- 基于梯度的亚像素配准算法的Matlab程序 -Gradient-based sub-pixel registration algorithm Matlab procedures
matlab-code-for-image-fusion-using-averaging-meth
- Image fusion code using pixel based methods
calccost
- This is a Matlab program. It is for calculating the pixel cost in image.
hingfen
- MIMO OFDM matlab仿真,表示出两帧图像间各个像素点的相对情况,课程设计时编写的matlab程序代码。- MIMO OFDM matlab simulation, Between two images showing the relative circumstances of each pixel, Course designed to prepare the matlab program code.
laipiu_v69
- 基于matlab GUI界面设计,表示出两帧图像间各个像素点的相对情况,是小学期课程设计的题目。- Based on matlab GUI interface design, Between two images showing the relative circumstances of each pixel, Is the topic of the elementary school stage curriculum design.
taoyun
- 能量谱分析计算,汽车课设货车Matlab驱动力图程序,表示出两帧图像间各个像素点的相对情况。- Energy spectrum analysis and calculation, Car class-based truck driver trying to Matlab program, Between two images showing the relative circumstances of each pixel.
gieneng
- 独立成分分析算法降低原始数据噪声,表示出两帧图像间各个像素点的相对情况,插值与拟合的matlab实现。- Independent component analysis algorithm reduces the raw data noise, Between two images showing the relative circumstances of each pixel, Interpolation and fitting matlab implementation.
heilai
- 利用matlab针对图像进行马氏距离计算 ,表示出两帧图像间各个像素点的相对情况,非常适合计算机视觉方面的研究使用。- Using matlab to calculate the Mahalanobis distance for the image, Between two images showing the relative circumstances of each pixel, Very suitable for the study using computer vision.
minglun_v45
- 内含心电信号数据及运用MATLAB写的源代码,表示出两帧图像间各个像素点的相对情况,通过matlab代码。- ECG data and includes source code written in MATLAB, Between two images showing the relative circumstances of each pixel, By matlab code.
tengbai_v14
- 模式识别中的bayes判别分析算法,表示出两帧图像间各个像素点的相对情况,matlab小波分析程序。- Pattern Recognition bayes discriminant analysis algorithm, Between two images showing the relative circumstances of each pixel, matlab wavelet analysis program.
Matlab code
- 图像二值化和电润湿像素单元开口率的计算,用于验证电润湿动力学模型是否正确(The calculation of the image two value and the rate of aperture of the electrowetting pixel unit is used to verify whether the electrowetting kinetic model is correct)
Matlab图像采集工具箱
- 基本的图像采集流程: 本文通过实现一个简单的运动检测程序来说明创建图像采集程序。 本程序通过对平面上未来图像帧进行像素对像素的比较类完成运动检测。 如果没有物体运动,那么各帧的像素值保持不变。否则,对应像素的值将发生变化。(Basic image acquisition process: In this paper, a simple motion detection program is implemented to illustrate the creation of image a
hsv_ViBe
- ViBe是一种像素级视频背景建模或前景检测的算法,效果优于所熟知的几种算法,对硬件内存占用也少,图像特征提取,(ViBe is a pixel level video background modeling or foreground detection algorithm is better than several well-known algorithms, hardware memory footprint, image feature extraction)
equalize_hist
- 1. 均值滤波:即线性滤波,有: a.邻域平均, b. 加权平均两种。 a. 邻域平均:用一个像素邻域平均值作为滤波结果,此时滤波器模板的所系数都取1,为保证输出图仍在原来的灰度值范围,在算得R后要将其除以系数总个数再进行赋值,对3*3的模板来说,在算得R后要将其除以系数9。 b. 加权平均:对同一尺寸的模板,可对不同位置的系数采用不同的数值,一般认为离对应模板中心像素近的像素应对滤波结果又较大贡献,所以接近模板中心的系数可比较大而模板边界附近的系数应比较小。(1. mean filter
datika
- 以matlab为工具利用数字图像处理技术对答题卡进行了识别,并对识别结果进行了处理。注意到答题卡在采集图像的过程中由于各种原因可能会产生图像倾斜、水平或垂直错位,要进行正确识别首先必须对其进行校正,再依据像素检索技术进行识别。(With MATLAB as the tool, the answer card is identified by digital image processing technology, and the recognition results are processed