搜索资源列表
PortScanner
- VB快速端口扫描器的源代码,能快速扫描计算机或局域网中所有存在安全隐患的端口。程序中附带特洛伊和后门程序信息的数据库,主要特色是扫描速度快,扫描32,000个端口仅仅需要一分钟不到。你可以更新数据库中的特洛伊和后门程序信息以便进行比对和查找可疑打开的端口。程序代码还有一些比较好的IP转换为域名以及互相转换的函数,对VB网络编程的朋友有一定参考价值。-Fast port scanner VB source code, can quickly scan your computer or local
4_hough
- 本程序实现hough变换。Hough变换是图像处理中从图像中识别几何形状的基本方法之一。Hough变换的基本原理在于利用点与线的对偶性,将原始图像空间的给定的曲线通过曲线表达形式变为参数空间的一个点。这样就把原始图像中给定曲线的检测问题转化为寻找参数空间中的峰值问题。也即把检测整体特性转化为检测局部特性。比如直线、椭圆、圆、弧线等。 -Hough transform this program. Hough transform image processing image recogniti
localfeaturesfacerecognition
- this a source codes for face recognition using local features
fdtool
- 人脸识别MATLAB工具箱 Faces detection toolbox v 0.1 -This toolbox provides some tools for faces detection using Local Binary Patterns and Haar features. The task of detection is done by boosting approaches such Adaboosting, FastAdaboosting and Gentleboos
Hough
- Hough变换是图像处理中从图像中识别几何形状的基本方法之一。Hough变换的基本原理在于利用点与线的对偶性,将原始图像空间的给定的曲线通过曲线表达形式变为参数空间的一个点。这样就把原始图像中给定曲线的检测问题转化为寻找参数空间中的峰值问题。也即把检测整体特性转化为检测局部特性。比如直线、椭圆、圆、弧线等。 -Hough transform image processing image recognition from the basic geometry of one of the me
Scale-invariant_feature_transform
- 尺度不变特征变换(Scale-invariant feature transform或SIFT)是一种计算机视觉的算法去查找并描述图像的局部特征。sift比较通俗的详解,比一般的详细。英文-Scale Invariant Feature Transform (Scale-invariant feature transform, or SIFT) is a computer vision algorithm to find and describe the local features of th
wavelet
- A new approach for fingerprint verification, based on wavelets and pseudo Zernike moments (PZMs), is discussed. PZMs are robust to noisy images, invariant to rotation and have a good image reconstruction capability [4]. PZMs have been used for
SMQT-SNoW-face-detection
- Face Detection using local SMQT features and split up SnoW classifier
3
- 自动学习和多局部特征提取。 自动学习和多局部特征提取。-Automatic Learning and Extraction of Multi-Local Features。
hough
- hough变换,把检测整体特性转化为检测局部特性,比如直线、椭圆、圆和弧线等-hough transform to detect the overall characteristics into the detection of local features, such as lines, ellipses, circles and arcs, etc.
ImageFeatureExtraction
- 人脸图像特征提取:基于局域二值模式(LBP),对图像中的人脸纹理特征进行提取。-Face Image Feature Extraction: Based on the local binary pattern (LBP), the human face on the image to extract texture features.
hough--line
- Hough变换是图像处理中从图像中识别几何形状的基本方法之一。Hough变换的基本原理在于利用点与线的对偶性,将原始图像空间的给定的曲线通过曲线表达形式变为参数空间的一个点。这样就把原始图像中给定曲线的检测问题转化为寻找参数空间中的峰值问题。也即把检测整体特性转化为检测局部特性。比如直线、椭圆、圆、弧线等-Hough transform is image processing image recognition from the basic geometry of one of the meth
local-binary-pattens
- LBP人脸识别:基于对小波分解和局部二进制模式(LBP)分析,提出了一种多级LBP直方图的序列特征(M—HSLBP)的提取方法。-LBP Face Recognition: Based on the wavelet decomposition and local binary pattern (LBP) analysis, a multi-stage sequence of LBP histogram features (M-HSLBP) extraction method.
ComputeLBP
- Source code for computing the Local Binary Patterns (LBP) features of an image.
local-features
- 基于局部累积直方图和纹理特征的图像检索方法-The cumulative histogram and texture based on local features of image retrieval methods
sift
- 使用sift方法提取局部特征,非常好用!-Method to extract local features using the sift, very easy to use!
SIFT
- 该代码可以实现尺度不变特征转换(Scale-invariant feature transform 或 SIFT)变换,程序文档中包含了样例图片以及相关代码,能够得到较好效果的特征变量。SIFT是一种电脑视觉的算法用来侦测与描述影像中的局部性特征,它在空间尺度中寻找极值点,并提取出其位置、尺度、旋转不变量。-Scale-invariant feature transform (or SIFT) is an algorithm in computer vision to detect and de
sift
- 1999年British Columbia大学大卫.劳伊(David G.Lowe)教授总结了现有的基于不变量技术的特征检测方法,并正式提出了一种基于尺度空间的、对图像缩放、旋转甚至仿射变换保持不变性的图像局部特征描述算子-SIFT(尺度不变特征变换),这种算法在2004年被加以完善。 -University of British Columbia 1999, David Rowe (David G. Lowe) summed up the professor is not variable
caltech-image-search-1.0
- 大规模图像检索的代码,matlab与c++混合编程。总结了目前图像检索领域目前主要存在的方法。通过阅读该代码,可以对于经典的“词袋”模型(bow模型)有个具体的了解,但是该代码没有提供前序的特征提取,是直接从对提取好的特征向量聚类开始的,包括了k-means,分层k-means(HKM)聚类,倒排文件的建立和索引等,该代码还提供了局部敏感哈希(LSH)方法。最后,这份代码是下面这篇论文的作者提供的, Indexing in Large Scale Image Collections: Sc
Local--Survey
- 局部特征的概述,有利于初学者对算法的了解-An overview of local features, beginners' understanding of the algorithm