自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

rushwolfbupt的专栏

机器学习,图像,nlp的业余爱好者

  • 博客(1)
  • 资源 (11)
  • 收藏
  • 关注

原创 OCI在VS下的配置

1,将oracle/ora92/oci/include 目录拷贝到工程目录名下,在additional Include Directory下输入include; 2.将 oracle/ora92/oci/lib 下的oci.lib拷贝到工程目录名下,在Additional Dependencies 下添加lib; 3,在要用到OCI的程序里添加#include; over

2010-02-27 11:15:00 792

雪球访谈:雪球访谈:做量化投资,如何判断对与错?.pdf

雪球访谈:雪球访谈:做量化投资,如何判断对与错?.pdf

2021-09-21

TensorRT-Developer-Guide.pdf

TensorRT-Developer-Guide.pdf

2021-09-21

ADO中文帮助手册 ADO

ADO中文帮助手册 ADO中文帮助手册 ADO中文帮助手册

2010-01-03

Latent Dirichlet Allocation 源代码

Latent Dirichlet Allocation 源代码 LDA c linux

2010-01-03

Hierarchical Dirichlet Process 源代码

Hierarchical Dirichlet Proces HDP 代码 matlab

2010-01-03

MFC换肤 MFC换肤

里面有详细说明,如何改变那种老土的MFC界面

2010-01-03

FastICA快速ICA

% FastICA for Matlab 7.x and 6.x % Version 2.5, October 19 2005 % Copyright (c) Hugo G鋠ert, Jarmo Hurri, Jaakko S鋜el�, and Aapo Hyv鋜inen. % % Type fasticag to launch the graphical user interface % % Please refer to your Matlab documentation on how to add FastICA to your % Matlab search path. (One place to start is the path-command) % % FastICA programs: % FASTICAG - Graphical user interface for FastICA % FASTICA - command line version of FastICA % % Separate functions used by FastICA programs. % FPICA - main algorithm for calculating ICA % WHITENV - function for whitening data % PCAMAT - calculates the PCA for data % REMMEAN - function for removing mean % % GUI_CB - needed by fasticag % GUI_ADV - needed by fasticag % GUI_ADVC - needed by fasticag % GUI_L - needed by fasticag % GUI_LC - needed by fasticag % GUI_S - needed by fasticag % GUI_SC - needed by fasticag % GUI_CG - needed by fasticag % GUI_HELP - needed by fasticag % % ICAPLOT - for plotting the signals % (also used by fastica and fasticag) % % Misc. % DEMOSIG - generates some test signals % % Deprecated % dispsig - plots the data vectors % replaced by icaplot

2009-11-16

LBP martlab程序

LBP martlab程序 LBP returns the local binary pattern image or LBP histogram of an image. % J = LBP(I,R,N,MAPPING,MODE) returns either a local binary pattern % coded image or the local binary pattern histogram of an intensity % image I. The LBP codes are computed using N sampling points on a % circle of radius R and using mapping table defined by MAPPING. % See the getmapping function for different mappings and use 0 for % no mapping. Possible values for MODE are % 'h' or 'hist' to get a histogram of LBP codes % 'nh' to get a normalized histogram % Otherwise an LBP code image is returned. % % J = LBP(I) returns the original (basic) LBP histogram of image I % % J = LBP(I,SP,MAPPING,MODE) computes the LBP codes using n sampling % points defined in (n * 2) matrix SP. The sampling points should be % defined around the origin (coordinates (0,0)).

2009-11-16

SIFT算法简介 中文

SIFT算法由D.G.Lowe 1999年提出,2004年完善总结。后来Y.Ke将其描述子部分用PCA代替直方图的方式,对其进行改进。 2 SIFT 主要思想 SIFT算法是一种提取局部特征的算法,在尺度空间寻找极值点,提取位置,尺度,旋转不变量。 3 SIFT算法的主要特点: a) SIFT特征是图像的局部特征,其对旋转、尺度缩放、亮度变化保持不变性,对视角变化、仿射变换、噪声也保持一定程度的稳定性。 b) 独特性(Distinctiveness)好,信息量丰富,适用于在海量特征数据库中进行快速、准确的匹配[23]。 c) 多量性,即使少数的几个物体也可以产生大量SIFT特征向量。 d) 高速性,经优化的SIFT匹配算法甚至可以达到实时的要求。 e) 可扩展性,可以很方便的与其他形式的特征向量进行联合。

2009-11-16

人脸识别matlab

This package contains the Matlab implementation of our face preprocessing pipeline, local ternary pattern feature set and distance transform-based similarity metric. See the following two papers for details: [1] X.Tan and B.Triggs. Enhanced Local Texture Feature Sets for Face Recognition under Difficult Lighting Conditions, In Proceedings of the 2007 IEEE International Workshop on Analysis and Modeling of Faces and Gestures (AMFG'07),LNCS 4778, pp.168-182, 2007. [2] X.Tan and B.Triggs. Fusing Gabor and LBP Feature Sets for Kernel-based Face Recognition, In Proceedings of the 2007 IEEE International Workshop on Analysis and Modeling of Faces and Gestures (AMFG'07),,LNCS 4778, pp.235-249, 2007. To start, run demo.m. Also refer to contents.m for a brief description of the files in this directory. If you only want the preprocessing routine it is in preproc2.m. Xiaoyang Tan Bill Triggs Laboratoire Jean Kuntzmann and INRIA, Grenoble, France 17 September 2007

2009-11-16

Canny边缘检测,图像处理

Canny边缘检测,效果很好,非openCV

2009-11-11

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除