-
PCA
PCA-SIFT实现图像的不变性特征提取,利用主元分析提取SIFT特征,提高了效率.-PCA-SIFT invariant image feature extraction, using principal component analysis extracted SIFT features, improved efficiency.
- 2022-01-29 01:04:36下载
- 积分:1
-
这个是另外的一个程序,用c++编写的,很好的一个例子
这个是另外的一个程序,用c++编写的,很好的一个例子-This is another procedure, use c written a very good example of
- 2022-03-16 08:35:42下载
- 积分:1
-
bandelet 去噪,包含blsgsm和平移不变去噪,不过对大图像需要的内存比较大...
bandelet 去噪,包含blsgsm和平移不变去噪,不过对大图像需要的内存比较大-bandelet denoising, including blsgsm and translation invariant denoising, but for large images need more memory
- 2022-02-25 19:48:51下载
- 积分:1
-
本代码描述了图像修复的各种程序,如增强对比度,图像平滑等等。...
本代码描述了图像修复的各种程序,如增强对比度,图像平滑等等。-This code describes a variety of image repair program, such as enhanced contrast, image smoothing and so on.
- 2022-08-18 05:12:12下载
- 积分:1
-
This is a used C gradient sharpening realize the source code, want to give every...
这是一个用C实现的梯度锐化的源代码,希望给大家有点用处-This is a used C gradient sharpening realize the source code, want to give everyone a bit useless
- 2023-06-06 16:30:03下载
- 积分:1
-
数字图象处理 数字图象处理
数字图象处理 数字图象处理 -digital image processing, digital image processing, digital image processing, digital image processing digital image processing, digital image processing
- 2022-02-10 00:38:26下载
- 积分:1
-
用OpenCV写的采用Canny算法进行边缘检测的程序
用OpenCV写的采用Canny算法进行边缘检测的程序-Canny
- 2023-09-06 13:00:04下载
- 积分:1
-
这个是彩色图像分割方法。与RegionExtract采用的方法不同。
首先rgb转换成hsv,对h分量进行直方图分割,得到直方图的峰值和峰谷。利用得到的峰值...
这个是彩色图像分割方法。与RegionExtract采用的方法不同。
首先rgb转换成hsv,对h分量进行直方图分割,得到直方图的峰值和峰谷。利用得到的峰值和峰谷进行区域分割,这样会得到很多的小区域,对这些小区域进行区域合并,区域合并的终止条件是:区域一致性距离在某个固定的阀值之间,比如20或者在某个自适应阀值(该阀值自动计算)。注意:区域合并在luv空间进行。-This is a method for color image segmentation. With the different methods used RegionExtract. First rgb convert hsv, components of the h histogram segmentation, the histogram peak and peak and valley. Utilization of the peak and peak-valley regional partition, it would receive many of the small area of these small regional regional merger, regional merger termination conditions are: the regional consistency of the distance between a fixed threshold, such as 20 or in a self-adaptive threshold (the threshold automatically calculated). Note: regional merger in luv space.
- 2022-03-15 04:34:49下载
- 积分:1
-
使用Delphi进行JPEG解码的源程序
使用Delphi进行JPEG解码的源程序-decode JPEG by Delphi
- 2022-09-12 20:30:03下载
- 积分:1
-
用Opencv实现图像的边缘提取:包括Sobel,Canny,Laplace算法,特别适合于初学Opencv的人士学习使用。...
用Opencv实现图像的边缘提取:包括Sobel,Canny,Laplace算法,特别适合于初学Opencv的人士学习使用。-Realize Opencv images using edge detection: including Sobel, Canny, Laplace algorithm, particularly suitable for beginners to learn to use the Opencv.
- 2022-07-26 15:24:00下载
- 积分:1