搜索资源列表
adaptive_anisotropic_2D_gaussian_filter
- Gaussian filtering in one, two or three dimensions is among the most commonly needed tasks in signal and image processing. Finite impulse response filters in the time domain with Gaussian masks are easy to implement in either floating or fixe
CDOFM_src
- C++ code to find point correspondences by matching color distributions computed with spatially oriented kernels and optical flow registration. The theory is described in Point Matching Under Large Image Deformations and Illumination Changes
Sobel.rar
- 本代码是把二值图像转换成边缘检测图像国,是通过C语言和M语言混编的。,This code converts a BW image to an Edge Detected image in C with MEX. This code implements convolution with Sobel kernels to do the edge detection. I put this together for a school project and I couldn t find any g
tracking4
- 本人最近学习的跟踪方面的国外顶级期刊文章,ROBUST OBJECT TRACKING USING LOCAL KERNELS AND BACKGROUND INFORMATION-I am a recent study tracking the top foreign journal articles, ROBUST OBJECT TRACKING USING LOCAL KERNELS AND BACKGROUND INFORMATION
smoothing-using-convolution-kernels-
- 最主要的是采用卷积核来进行图像的低通滤波,进行平滑处理。-Most important is the use of convolution kernels to the image of the low-pass filtering, smoothing.
GaborFilter
- 利用Gabor滤波器提取图像纹理特征,用于图像分类模式识别-Extract the texture feature using Gabor filter/wavelet. You should first generate cell array G, which is a set of kernels in freq domain, then pass G and the image to the function GABORCONV.
learning-with-kernels
- 核学习 这是介绍核方法非常经典的书籍。里面包括各种核方法:kpca,kfda以及贝叶斯核方法-learning with kernels, this book is a classical book about kernel。 really worth of reading。
Pattern_Recognition_and_Machine_Learning__Informa
- Pattern recognition has its origins in engineering, whereas machine learning grew out of computer science. However, these activities can be viewed as two facets of the same field, and together they have undergone substantial development over the
simpleD3D11Texture
- Simple program which demonstrates Direct3D11 texture interoperability with CUDA. The program creates a number of D3D11 textures (2D, 3D, and CubeMap) which are written to from CUDA kernels. Direct3D then renders the results on the screen. A Direct3D
multi-kernel-path-1.1
- Computing regularization paths for learning multiple kernels另一个多核学习算法 可用于多类分类 目标检测-Computing regularization paths for learning multiple kernels The other multicore learning algorithm for multi-class classification target detection
kernels
- 根据模式识别理论,低维空间线性不可分的模式通过非线性映射到高维特征空间则可能实现线性可分,但是如果直接采用这种技术在高维空间进行分类或回归,则存在确定非线性映射函数的形式和参数、特征空间维数等问题,而最大的障碍则是在高维特征空间运算时存在的“维数灾难”。采用核函数技术可以有效地解决这样问题。 -According to the pattern recognition theory, a low dimensional space linearly inseparable pattern th
hoof--cvpr09
- R. Chaudhry, A. Ravichandran, G. Hager and R. Vidal Histograms of Oriented Optical Flow and Binet-Cauchy Kernels on Nonlinear Dynamical Systems for the Recognition of Human Actions CVPR 2009 (c) Rizwan Chaudhry - JHU Vision Lab-R. Chaudhry,
demoBagSVM
- 一种基于半监督的svm的图像分类方法。该方法通过聚类核的方法利用无标记样本局部正则化训练核的表达式。这种方法通过图像直接学习一个自适应的核。该程序仿真的是文章:Semi-supervised Remote Sensing Image Classification with Cluster Kernels。大家可以参考下。-A semi-supervised SVM is presented for the classification of remote sensing images. The
vgg-mkl-.tar
- 实现Multiple Kernels for Image Classification的算法-Realization of Multiple Kernels for Image Classification Algorithm
kernels
- CSAPP课程要求的优化实验project,对图像进行旋转和平滑处理,是满分的版本-perflab of CSAPP
OPENCL_SRC
- OpenCL是一个为异构平台编写程序的框架,此异构平台可由CPU,GPU或其他类型的处理器组成。OpenCL由一门用于编写kernels (在OpenCL设备上运行的函数)的语言(基于C99)和一组用于定义并控制平台的API组成。OpenCL提供了基于任务分割和数据分割的并行计算机制。该代码非常适合学习OpenCL。-OpenCL is a programming framework for heterogeneous platforms, the heterogeneous platform
LKDL_Package
- 该程序包是一种新的算法(LKDL),该算法是基于核的字典学习,能够很好的应用于离线字典学习的预处理阶段。-The work presented in this paper describes a new approach for incorporating kernels into dictionary learning,termed Linearized Kernel Dictionary Learning (LKDL),can be seamlessly applied as a pre
Edge_detection_toolbox
- 水鹏朗 代码及文献 网站提供其他相关文献代码http://see.xidian.edu.cn/faculty/plshui/resources.htm-Readme of Pakage of Noise-robust Edge Detector using Isotropic and Anisotropic Gaussian Kernels
Convolotion
- this code for convolution image with different kernels
kernels
- 谱估计源程序:是谱估计中的经典算法esprit,MUSIC等算法的源程序-Spectrum estimation source program: esprit is the classic spectrum estimation algorithm, such as MUSIC source program of the algorithm