-
matlab
) 使用分块的主成分分析方法(PCA)对人脸图像进行压缩编码。针对PCA方法计算量大的缺点,首先把问题转化成奇异值分解(SVD)问题,然后设计了特征空间的更新算法,通过递推,简化每一步计算的计算量,达到了实时编码的要求。 4) 在Windows平台下基于Video for Windows(VFW)接口开发了人脸视频图像编码和解码的实验系统,该系统实现了图像采集、图像显示、编码、解码等功能。() The use of sub-blocks of principal component analysis (PCA) on the human face image coding. PCA method for large defects, first of all the issues into a singular value decomposition (SVD) problem, and then design a feature space of the update algorithm, recursive, simplifying the calculation of the amount calculated at each step to achieve real-time encoding requirements. 4) In the Windows platform based on Video for Windows (VFW) interfaces, the human face image coding and decoding video experimental system, the system achieved image acquisition, image display, encoding, decoding functions.)
- 2010-05-11 12:03:24下载
- 积分:1
-
logistic
混沌系统中得logistic映射分岔图源程序,可以看到分岔效果,具有混沌特性(Chaotic systems have in the logistic map bifurcation diagram source, you can see the bifurcation effect the character of chaos)
- 2012-06-01 10:10:00下载
- 积分:1
-
histmatch
说明: 直方图匹配,或者叫做直方图规定化。在matlab下实现,但是没有使用IPT中的histeq进行规定化。(Histogram matching,or histogram specification is the basic method in the digit image processing. We provide a implementation in matlab without using IPT function histeq)
- 2011-03-02 15:55:24下载
- 积分:1
-
cuttest20180821
对图像切割成若干任意大小图像,并进行滤波平滑。(Cut image into little ones and make the little pictures more smoth ,so well ,ha ha ha .)
- 2018-09-07 17:09:19下载
- 积分:1
-
暗通道先验和CLAHE算法
说明: 暗通道先验和CLAHE算法,是基于matlab的算法,找python代码的伙伴可能要失望了(Dark channel prior and CLAHE algorithm)
- 2021-04-09 20:19:00下载
- 积分:1
-
Pseudo-Color Image Processing
数字图像处理实验-图像处理-含实验题目及源代码(Pseudo-Color Image Processing
(a) Implement Fig. 6.23, with the characteristic that you can specify two ranges of gray-level values for the input image and your program will output an RGB image whose pixels have a specified color corresponding to one range of gray levels in the input image, and the remaining pixels in the RGB image have the same shade of gray as they had in the input image. You can limit the input colors to all the colors in Fig. 6.4(a).
(b) Download the image in Fig. 1.10(4) and process it with your program so that the river appears yellow and the rest of the pixels are the same shades of gray as in the input image. It is acceptable to have isolated specs in the image that also appear yellow, but these should be kept as few as possible by proper choice of the two gray-level bands that you input into your program.)
- 2017-11-06 16:52:41下载
- 积分:1
-
feature_selection
自己编的特征选择程序,分别包括用顺序前进法(SFS),顺序后退法(SBS),增l 减r 法(l–r)、SFFS法进行选择的程序(own addendum to the feature selection procedures, including the use of sequential forward (SFS). back order (SBS), by reducing r l (l-r), SFFS method to choose the procedure)
- 2021-04-28 10:58:44下载
- 积分:1
-
ImageWatershedSegmentationcode
关于图像分割中分水岭的一个代码,能够实现相应功能,拿出来与大家共享(Image segmentation in the watershed on a code, can achieve the corresponding functions, and show to share with you)
- 2008-04-25 19:24:24下载
- 积分:1
-
shock滤波器
说明: 图像滤波模型,可用于图像滤波,效果良好,模型特别简单。(The image filtering model can be used for image filtering. The effect is good, and the model is particularly simple.)
- 2020-07-01 15:39:58下载
- 积分:1
-
源码:基于离散点的构TIN算法(三角网)
含实验报告以及测试数据 基于离散点的构TIN算法 一、算法思想 (1)首先,找出离散点集中相距最近的两点,连接这两点形成TI、的初始基线。 (2) 然后,找出包含此基线的另外一个点构成三角形。寻找第三点的方法: △按Delaunav三角形的判断法则乎找第三点。 △或者.按距离基线中点最近的原则挤找第三点。 (3)连接孰点与基线的两个端点形成两条新边,构成三角形。 (4)抓这两条新边为基线,重复上述过程。直到两条新边扩展完成。 (5)重复上述过程,依次循环处理所有新边。直到所有离散点均成为TIN的端点。
- 2020-01-02下载
- 积分:1