搜索资源列表
3dfont2.0
- 作者: yulongsun 需要在penGL中作中文输出,但没发现何处有合适的,把一个叫zhaohui的人写的英文字符输出类改了一下,可以输出中文了,但却并没有解决我的问题。我感觉得应该使用wglUseFontBitmaps()函数使字体保持不变。但我对 OpenGL不熟,不知怎么用。不过我做的东西也许对别人有用,权且放在这儿。同时希望得到指教。 文件:CGLFont.c CGLFont.h env::windows2000, vc6.0 e-mail: y
ga
- 用MATLAB解决遗传算法的问题,不需要用MATLAB遗传算法工具箱函数-MATLAB genetic algorithm to solve the problem, no genetic algorithms using MATLAB toolbox function
VCimagerecognition
- 《精通VisualC++数字图像处理模式识别技术及工程实践》介绍了模式识别和人工智能中的一些基本理论,以及一些相关的模型,包括贝叶斯决策、线性判别函数、神经网络理论、隐马尔可夫模型、聚类技术等,同时结合模式识别中的一些问题,比如字符识别、笔迹鉴定、人脸检测、车牌识别、印章识别以及遥感图片、医学图片处理等内容,从多种角度,介绍了解决这些问题的思路-" Proficient in VisualC++ digital image processing, pattern recognition
byjc
- 对于一些图像来说,常用的边缘检测算法有时候无法设立合适的阈值将它们的梯度较小的模糊边缘检测出来。为了解决这个问题,有两种解决方法:将图像方差标准化,拉大模糊边缘的梯度值,或通过设置sigmoid函数,将像素所在区域的信息传递到梯度值中去,对其进行调整,就能找到合适阈值,有效地将模糊边缘提取出来。本程序把这两种算法实现并与与传统算法进行了比较。-For some images, the commonly used edge detection algorithm sometimes can not
Tracking
- 提出一种新的目标表示和定位方法,该方法是非刚体跟踪的核心技术.利用均质空间掩膜规范基于特征直方图的目标表示,该掩膜引入了适合于梯度优化的空间平滑相似函数,所以可以将目标定位问题转换为局部极大值求解问题.我们利用从Bhattacharyya系数倒出的规则作为相似度量,利用mean shift procedure完成优化求解.在给出的测试用例中, 本文方法成功解决了相机移动,阴影,以及其他的图象噪声干扰.文章对运动滤波和数据关联技术的集成也进行了讨论.-A new objective and pos
MATLABhistogram
- 不用MATLAB自带函数求解灰度图像的直方图-MATLAB function to solve do not own histogram
gaodengshuxuewentiMATLAB
- 高等应用数学问题的matlab求解。关于matlab的基本命令及图像处理函数-Higher applied mathematics matlab to solve the problem. On the basic commands and the matlab image processing function
ThesamemethodbasedontheimpulseresponseoftheIIRdigi
- 基于冲激响应不变法的IIR数字滤波器设计,冲激响应不变法的设计原理是利用数字滤波器的单位抽样响应序列H(z)来逼近模拟滤波器的冲激响应g(t)。 按照冲激响应不变法的原理,通过模拟滤波器的系统传递函数G(s),可以直接求得数字滤波器的系统函数H(z),其转换步骤如下: 1) 利用ω=ΩT(可由关系式 推导出),将 , 转换成 ,Ω,而 , 不变; 2) 求解低通模拟滤波器的传递函数G(s); 3) 将模拟滤波器的传递函数G(s)转换为数字滤波器的传递函数H(z)。 -The
sssm1
- 利用构造函数法和线性回归算求一维微观形貌的分形维数-solve fractional demention of 1D microfigure by Constructors and linear linear regression algorithm
yihuo
- 用神经网络中的BP网络来解决“异或问题”,异或函数在两个输入不等的情况下输出1,相等的情况输出0。-BP neural network with the network to solve the " exclusive-OR problem," the two input exclusive-OR function in the case of output ranging from 1, equal to the output of 0.
enframe
- 比较好,这个函数主要解决了分帧的问题。是我自己在闲暇时候的作品-Better, this function is mainly to solve the problem of sub-frames. Is my own work in the leisure time
lunkuotuxiangfenge
- 舌体轮廓的图像分割是计算机辅助舌诊系统进行图像分析的前提条件。提出了一种基于分水岭交换和主动轮廓模型相结合的自动轮廓分割算法。采用了分水岭变换的结果作为主动轮廓模型算法的初始曲线。在分水岭变换中,通过引入标记函数和强制最小值技术解决了传统分水岭变换可能导致的过分割问题,同时,在保证分割质量的基础上,通过降采样的方法来提高分割速度-Tongue contours for image segmentation is aided tongue diagnosis system, a prerequis
The-Computer-Aid-Analysis-Algorithms-for-Two-Dimen
- 提出了二维数字滤波器的计算机辅助分析算法,可导出任意拓扑结构的二维数字滤波器的传递函数、分析其频率响应对系统参数的灵敏度及系统的稳定性。由该算法可生成通用二维数字滤波器的计算机辅助分析软件,解决了高阶与结构复杂的二维数字滤波器的理论分析与设计上的困难。-The computer aid analysis algorithms for two-dimensional digital filters have been proposed in the paper, which can derive
StereoVision_SSD
- 本算法在Matlab2008b 环境下实现。包括main,san 和ssd 三个函数。 这次实现的算法并不是比较两个已经知道的点是否匹配,而是已知一个图形中的特征点,在另外一个图像中找到与其最匹配的点,匹配度用SAD 或者SSD 来度量。 main.m 是程序的入口,包括生成和读入实验数据,调用sad 函数和ssd 函数求匹配点,最后绘 制出最后的结果。sad.m 是用sad 度量方法在另一图中求解匹配点的函数实现,有3 个参数 y=sad(x,image1,image2)。其中
TFOCS_v1.0c_paperExamplesOnly
- 一种新的优化算法,用来解决一系列的凸函数的的优化算法,可应用于图像处理-A new optimization algorithm, to solve a series of convex functions optimization algorithms can be applied to image processing
shiyan4
- (一) 离散时间系统函数: 1、 自行设计某离散时间系统函数,至少是二阶的系统,画出零极点图,判断系统的稳定性。 2、 求出单位样值响应,并画出图形。 3、 求出系统的幅频响应和相频响应,并画出图形。 -(A) discrete-time system function: 1, to design a discrete-time system function, at least second-order system, draw the pole-zero diagram, d
golden-section-method
- 该算法主要是利用黄金分割法(也称为0.618法)来求解函数的零点,适应于一元函数零点的求解。-The algorithm is the use of golden section method (also known as 0.618 method) to solve the zeros of the function, function of one variable to adapt to zero in the solution.
SVM
- 支撑向量机它在解决小样本、非线性及高维模式识别中表现出许多特有的优势,并能够推广应用到函数拟合等其他机器学习问题中。-Support vector machine to solve it in a small sample, nonlinear and high dimensional pattern recognition performance of the many unique advantages, and to promote the use of the function fitt
Daubechies-wavelet
- 实现构造小波基,求解小波尺度函数离散整数点的值以及实现尺度函数经伸缩后的离散值等功能。-Implement the constructor wavelet basis functions to solve the discrete wavelet scale and the realization of the value of an integer point scale after scaling function by a discrete value functions.
jiefangcheng
- 小波方法解微分方程程序,包含计算伽玛函数在各点的值,许多偏微分方程的解析解与伽玛函数有关,计算真解和数值解误差必用.自己编写.-Wavelet method to solve the differential equation procedures, including calculation of the gamma function value at various points, many of the analytical solution of partial differential