-
052863
图片智能微缩模块源码,程序结合易语言图像格式转换支持库和第三方云外归鸟的图像处理支持库,实现图片智缩效果。(Pictures intelligent miniature module source code , the program combined with easy language support library image format conversion and third party outside the cloud of birds image processing support library that implements the image Chi shrink effect .)
- 2016-08-14 12:04:45下载
- 积分:1
-
BCB-program12
There is a BCB program for digital image to establish ground truth image which test the original image.
- 2015-11-09 21:39:38下载
- 积分:1
-
FAST-ICA
1、对观测数据进行中心化,;
2、使它的均值为0,对数据进行白化—>Z;
3、选择需要估计的分量的个数m,设置迭代次数p<-1
4、选择一个初始权矢量(随机的W,使其维数为Z的行向量个数);
5、利用迭代W(i,p)=mean(z(i,:).*(tanh((temp) *z)))-(mean(1-(tanh((temp)) *z).^2)).*temp(i,1)来学习W (这个公式是用来逼近负熵的)
6、用对称正交法处理下W
7、归一化W(:,p)=W(:,p)/norm(W(:,p))
8、若W不收敛,返回第5步
9、令p=p+1,若p小于等于m,返回第4步
剩下的应该都能看懂了
基本就是基于负熵最大的快速独立分量分析算法(1, on the center of the observation data, 2, making a mean of 0, the data to whitening-> Z 3, select the number of components to be estimated m, setting the number of iterations p < -1 4, select an initial weight vector (random W, so that the Z dimension of the row vectors of numbers) 5, the use of iteration W (i, p) = mean (z (i, :).* (tanh ((temp) ' * z)))- (mean (1- (tanh ((temp)) ' * z). ^ 2)).* temp (i, 1) to learn W (This formula is used to approximate the negative entropy) 6 with symmetric orthogonal treatments W 7, normalized W (:, p) = W (:, p)/norm (W (:, p)) 8, if W does not converge, return to step 5 9 , so that p = p+1, if p less than or equal m, return to step 4 should be able to read the rest of the basic is based on negative entropy of the largest fast independent component analysis algorithm)
- 2013-06-27 15:39:00下载
- 积分:1
-
conv2d
2d convolution on image
- 2009-03-24 19:25:22下载
- 积分:1
-
Mutual-2D_Image-Registration
说明: 使用互信息进行2D图像自动配准源代码,应用平均互信息(The use of mutual information for automatic registration 2D image source code, the application of the average mutual information)
- 2008-10-10 22:32:31下载
- 积分:1
-
sift
sift图像匹配的纯matlab代码,研究图像配准的可以用这个,配准图像效果较好!!(sift pure image matching matlab code of image registration can use this, the image registration is better! !)
- 2010-12-23 19:50:23下载
- 积分:1
-
jianyunmoni
实现图像渐晕效果的模拟,输入一副分辨率大于800×500的bmp图像,可以得到模拟出渐晕效果后的图像,参数可调(The image vignetting effect simulation, input a bmp image resolution is greater than 800,500, and adjustable parameters can be simulated image vignetting effect)
- 2012-11-24 10:42:39下载
- 积分:1
-
Video
中国科学院长春光学精密机械与物理研究所
基于外极线约束条件的视频判读方法(Changchun Institute of Optics, Fine Mechanics and Physics epipolar constraint based on the video interpretation method)
- 2010-12-08 12:25:49下载
- 积分:1
-
3Ssearch
三步搜索法运动估计,用于视频处理的学习和论文(Three-step search motion estimation for video processing of the study and thesis)
- 2007-12-19 00:09:28下载
- 积分:1
-
largestRectangleArea
求一个图像的最大内接矩形面积。
步骤:
1.相机标定。首先根据物像关系式求出其中的参数。注意参数求出后要进行参数校验。
2.从背景中分离出目标
3.边缘检测
4.目标形状参数计算。(For an image of the largest inscribed rectangle area. Steps: 1. Camera calibration. First of all object-image relationship in accordance with the parameters obtained. Attention to the parameters obtained after parameter calibration. 2. From the context of isolated target 3. Edge detection 4. Target shape parameters.)
- 2009-05-19 21:30:43下载
- 积分:1