-
-
-
svmmatlabSORCE.rar
支撑矢量机
class CvSVM : public CvStatModel //继承自基类CvStatModel
{
public:
// SVM type
enum { C_SVC=100, NU_SVC=101, ONE_CLASS=102, EPS_SVR=103, NU_SVR=104 } //SVC是SVM分类器,SVR是SVM回归
// SVM kernel type
-
-
-
-
localnormalize.zip
... ,sigma1,sigma2) outputs local normalization effect of image IM using local mean and standard deviation estimated by Gaussian kernel with sigma1 and sigma2 respectively.
Contributed by Guanglei Xiong (xgl99@mails.tsinghua.edu.cn) at Tsinghua University, ...
-
-
VC++6.0DLL.rar
自从微软推出16位的Windows操作系统起,此后每种版本的Windows操作系统都非常依赖于动态链接库(DLL)中的函数和数据,实际上Windows操作系统中几乎所有的内容都由DLL以一种或另外一种形式代表着,例如显示的字体和图标存储在GDI DLL中、显示Windows桌面和处理用户的输入所需要的代码被存储在一个User DLL中、Windows编程所需要的大量的API函数也被包含在Kernel DLL中。
-
-
discreteconvolution.rar
A light implementation of a discrete convolution procedure using either the Laplacian or Identity kernel. You need the source image convolution-input.ppm. The result is convolution-result.ppm.
-