搜索资源列表
fingerDIP
- Using Guide: VC++6.0 employ the command in the menu step by step: image smooth image normalization Draw Dot direction Draw Block direction Draw Smooth direction Gabor filters enhancement \"readme.txt\" file: this
dct1_watermarked
- Firstly, research on robust image watermarking. A digital watermarking scheme based on wavelet transform was proposed. It realizes the watermarking extract without the original image using 64×64×8 bit gray image as the watermark signal. In order to e
SRC 实现了使用基于稀疏表示的人脸识别算法
- 该源码实现了使用基于稀疏表示的人脸识别算法。使用GPSR作为l1模最小化方法。-This pack of code implement a imges-based face recognition using sparse representation classification. In the algorithm, i employ GPSR as tool to complete the optimization procedure of l1-minimization.
KernelTracking
- A new approach toward target representation and localization, the central component in visual tracking of non-rigid objects, is proposed. The feature histogram based target representations are regularized by spatial masking with an isotropic kern
Textureclassificationusingspectralhistograms
- Based on a local spatial/frequency representation,we employ a spectral histogram as a feature statistic for texture classification. The spectral histogram consists of marginal distributions of responses of a bank of filters and encodes implicit
FeatureTracking
- We extend the well-known Shi-Tomasi-Kanade tracker by introducing an automatic scheme for rejecting spurious features. We employ a simple and efficient outlier rejection rule, called X84. Experiments with real and synthetic images confirm that our al
4
- To recover the original image losslessly, reversible wavelet transform should be used. Hence we employ the integer wavelet transformation which maps integer to integer and can reconstruct the original signal without any distortion. Although var
LineMatchingSourceCode
- 图像匹配是图像处理的基本问题,同时也一个难点,本代码是基于直线描述子的场景匹配。-Line segment matching plays an important role in image processing and computer vision, while it remains a challenging task for images under various transformations. In this work, we present a line matching alg
Aimiad
- Aiming at the on-line automatic inspection of bottled transfusion liquor products, we developed an intelligent inspector based on the machine-vision technology, automatic control theory, etc. In order to identify the possible tiny foreign subst
pupiltrack
- 本代码是瞳孔检测,利用高斯平滑减小噪声,直方图均衡化增强对比度,二值化突出眼睛的特征,Hough变换画圆找瞳孔。本代码是利用QT做的界面,经过试验,效果良好。可直接使用。(This is pupil track.We employ Gaussian Smoothing to decrease noise, and equlazation histogram to enhance contrast, and binaryzation to prominent eyes' feature, and