-
在各种聚类算法中,ISODATA可以说是应用最广泛的。以与代表点的最小距离作为样本聚类的依据,因此比较适合各类物体在特征空间以超球体分布的方式分布,对于分布形状...
在各种聚类算法中,ISODATA可以说是应用最广泛的。以与代表点的最小距离作为样本聚类的依据,因此比较适合各类物体在特征空间以超球体分布的方式分布,对于分布形状较复杂的情况需要采用别的度量。
- 2022-01-26 06:02:11下载
- 积分:1
-
这段代码是关于边界链码提取的,采用MATLAB编写,但是还有一些欠缺...
这段代码是关于边界链码提取的,采用MATLAB编写,但是还有一些欠缺-This code is on the boundary chain code extraction, using MATLAB to prepare, but there are still some lack of
- 2022-04-24 04:00:39下载
- 积分:1
-
于傅里叶变换的图像加密技术研究
具体是将一幅图像用 fft 变换到频域
在频域中进行加密 我考虑的是通过随机相位来加密的方法,请问用mat...
于傅里叶变换的图像加密技术研究
具体是将一幅图像用 fft 变换到频域
在频域中进行加密 我考虑的是通过随机相位来加密的方法,请问用matlab怎样实现
加密后在通过 ifft 得到加密后的图象
-Fourier transform in the image encryption technology to study the details of an image is to use fft transformed to the frequency domain in the frequency domain I consider encryption is through random-phase approach to encryption, Will the use of Matlab how to achieve the adoption of encryption ifft be encrypted images
- 2022-09-09 14:55:03下载
- 积分:1
-
基于Hough变换的硬币检测
Coin Detection using Hough Transform
- 2022-05-21 08:01:59下载
- 积分:1
-
dctcom.m文件利用DCT变换完成对输入图像进行压缩;imagecbe.m完成对输入的两幅RGB图像用小波分析的方法进行图像融合 imagecom.m完成对...
dctcom.m文件利用DCT变换完成对输入图像进行压缩;imagecbe.m完成对输入的两幅RGB图像用小波分析的方法进行图像融合 imagecom.m完成对输入的RGB图像用小波分析的方法进行自动降噪,得到高频系数阈值,降噪效果百分比和结果 wavelet1D.m完成对输入的一维信号进行多尺度离散小波分解 wavelet2D完成对输入的二维信号进行多尺度离散小波分解;zigzag.m完成对输入的8*8矩阵按照zigzag排列抽取数据.-document the use of DCT transform dctcom.m completion of the input image compression imagecbe.m completion of the two RGB input image with wavelet analysis method of image fusion imagecom.m completion of the input RGB image using wavelet analysis method automatically drop noise, the threshold of high-frequency coefficient, noise reduction effect and the results of the percentage of wavelet1D.m completion of the input signals of one-dimensional discrete wavelet multi-scale decomposition wavelet2D completion of the input signals of two-dimensional discrete wavelet multi-scale decomposition zigzag.m completed the input of 8* 8 matrix of data collected in accordance with the zigzag order.
- 2022-01-23 10:17:34下载
- 积分:1
-
Tsai的标定程序和zhang的标定程序,用matlab编写的 。
Tsai的标定程序和zhang的标定程序,用matlab编写的 。-Tsai calibration procedures and zhang calibration procedure using Matlab prepared.
- 2022-01-26 01:40:55下载
- 积分:1
-
用经典的MeanShift算法实现的目标跟踪算法,可以跟踪运动镜头下的目标。
用经典的MeanShift算法实现的目标跟踪算法,可以跟踪运动镜头下的目标。-MeanShift with the classic algorithm of target tracking algorithm, the camera can track the target movement.
- 2022-01-25 14:08:15下载
- 积分:1
-
用途:数字图象处理算法的演示,包括:
• 图象的DFT和逆DFT
• 图象的FFT和逆FFT
• 在图象中...
用途:数字图象处理算法的演示,包括:
• 图象的DFT和逆DFT
• 图象的FFT和逆FFT
• 在图象中加入正弦噪声
• 图象的模板运算实现图象平滑和锐化
• 图象的直方图均衡化
• 图象的对比度拉伸
• 图象的中值滤波
• 图象灰度直方图的显示
• 若干频域滤波器
• 图象的镜像
• 图象的旋转(90度与任意角度)
• 图象的放缩
• 其它小算法
代码设计思想:软件在Windows环境下,利用Visual C++6.0开发,代码利用面向对象的思想,通过若干个类完成:
主要类:
memBitmap类:内存图象类。将图象读入到内存中,对象素的读写在内存中进行,较之通过CDC类来进行,速度有很大提高。同时还对部分JPEG格式图象提供了读支持,可以将图象保存为BMP真彩格式。
Complex类:复数类,完成复数运算。
CBmpDemoView类:视类,完成显示。
CbmpDemoDoc类:文档类,图象数据和对数据的变换、处理都在此类中完成。
Fourior类:完成一维序列的DFT和FFT,FFT只支持为2的整数次幂的情况
- 2022-02-13 08:58:34下载
- 积分:1
-
based on the realization of various image processing functions, such as Fourier...
实现各种基础的图象处理功能,例如傅里叶变换,图像滤波,平滑锐化,直方图-based on the realization of various image processing functions, such as Fourier transform, image filtering, smoothing sharpening, histogram
- 2022-02-25 00:26:26下载
- 积分:1
-
这是一个图片的图像分割算法的增长,对于一些体育的…
这是 针对 图象分割的图象生长算法,用来分割有多个峰的灰度图像,在Vc环境下-this is a picture of the image segmentation algorithm growth, for a number of peaks divided the gray image in Vc environment
- 2022-03-25 15:05:05下载
- 积分:1