-
H263编码
资源描述主要研究H263编码实现,完整的源代码程序,适合初学者参考学习。代码清晰有完成的VC+6工程代码。
- 2022-09-24 19:50:03下载
- 积分:1
-
histogramequalization
用c++实现直方图均衡化。在DevC++或visualstudio上运行。要处理的默认图像(定义内部代码)。处理单个图像。
- 2022-04-10 13:36:13下载
- 积分:1
-
条件随机场链式CRF
机器学习算法代码,可以用于分词,图像识别,行为识别等
原版本只可以在32位xp下运行,经本人修改,适用于各种版本matlab windows
clear all
useMex = 0; % Set this to 1 to use mex files to speed things up
%% Generate Synthetic Data
% Notes:
% - X is categorical, each element X(i,j) contains the value of feature j for word i,
% a value of "0" means ignore the feature for this training example
% - y is cateogircal, each element y(i) contains the label for word i
% a value of "0" indicates the position between sentences
[X,y] = crfChain_genSynthetic;
nWords = size(X,1);
nStates = max(y);
nFeatures = max(X);
%% Initialize parameters and data structures
[w,v_start,v_end,v] = crfChain_initWeights(nFeatures,nStates,"randn");%初始化参数为正太分布,w状态-特征,v状态-状态
featureStart = cumsum([1 nFeatu
- 2022-04-19 10:41:14下载
- 积分:1
-
opencv 2.4如何读取摄像头的操作
opencv 2.4如何读取摄像头的操作,代码很简单,进行了简单的canny处理;
- 2022-03-19 19:36:14下载
- 积分:1
-
IDL函数与应用程序
文件当中包含非常丰富的作图程序和源文件,相信会有很大的帮助。-the manual introduces the reader to the main IDL image processing in the powerful functions. Including how that controlling the images and information extraction. To help readers gain a quick, the book provides a lot of direct graphics and graphical object examples of the treatment.
- 2022-02-10 00:18:08下载
- 积分:1
-
基于MFC下OpenGL的环境配置
对于那些初学者 OpenGL 的学生,你可能不知道太多什么是 MFC。它并不重要,只要 OpenGL 去相信有一天你会使用 MFC,但当你需要时,宝贝你得到更深入地了解配置环境的 OpenGL 在 MFC 中吗?如果不是,没关系,那里的已配置的资源,来和下载它 !
- 2022-04-22 00:34:24下载
- 积分:1
-
图像匹配 fft算法
图像匹配就是用模板图像和待匹配图像上的搜索窗口之间的像素灰度值的差别,来表示二者的相关性,相关性的大小即可表示匹配的准确率,使用fft算法实现两幅图像的互相关匹配,可以对有角度旋转的图像实现匹配。
- 2022-03-22 07:14:30下载
- 积分:1
-
Image Processing using Lucky Richardson Algorithm
这段代码描述了如何使用Lucky Richardson算法对图像进行插值。
- 2023-08-11 00:35:05下载
- 积分:1
-
图像下采样
里面两个函数,一个是图像下采样的函数,另一个是负责调用,以及采样后还原到原图进行误差评测的函数。调用后者即可。
- 2023-02-05 12:15:04下载
- 积分:1
-
完成图像的剪切。旋转等功能。
完成图像的剪切。旋转等功能。
完成图像的剪切。旋转等功能。
完成图像的剪切。旋转等功能。
完成图像的剪切。旋转等功能。
完成图像的剪切。旋转等功能。
完成图像的剪切。旋转等功能。
完成图像的剪切。旋转等功能。
- 2023-04-10 14:30:33下载
- 积分:1