资源列表
apcluster.rar
- 比较好的数据聚类算法,与2007年发表于science上,其最大的优点就是计算效率很高,同时不需要预先设定聚类数目,the main advantage of this clustering method is its computational efficiency, and the number of exemplars does not have to be prespecified.
GaussPyramid.rar
- 基于matlab的高斯金字塔算法,和一般的算法不同,此算法非常详细,逐步编写,Gaussian pyramid matlab-based algorithm, and the different algorithms, this algorithm is very detailed, step by step to prepare
OpenCVPlayer.rar
- QCIF播放器,包括YUV转RGB,OpenCV函数显示RGB帧,QCIF player, including the YUV to RGB, OpenCV function display RGB frame
raytracer6.rar
- 光线跟踪源代码,考虑了反射折射, 场景采用了纹理映射,Source code for ray tracing, considering reflection and refraction. Texture mapping is also included.
ipnc_app.rar
- Davinci DM365 搭配MT9P031 Sensor的视频监控器的应用端软件代码,运行于MontaVista Linux,包含了对各种视频图像编解码的算法调度实现,The application src of Davinci DM365 packed with MT9P031 Sensor,runing on MontaVista Linux,includes the algorithm realization for multi-format video
Edge_Enhancement_Adaptive_Anis
- 完成基于各向异性的自适应超声图像去噪和边缘增强方法,参考Adaptive Anisotropic Diffusion for Ultrasonic Image Denoising and Edge Enhancement.pdf,加入了m参数,The completion of ultrasound-based adaptive anisotropic image denoising and edge enhancement method, reference Adaptive Anisotro
homework.rar
- 应用于计算机视觉领域,运用单应性矩阵信息将两幅图片合成为一张,Used in the field of computer vision, using homography information will be combined into a two picture
Pyramid.rar
- 金字塔模板匹配,一个很有商业价值的软件【我背着导师上传给大家的,希望对整个中国的相关领域开发者有帮助】,Pyramid template matching, a great commercial value of software 【I tutor upload their backs to you, and I hope the related areas of China as a whole help developers】
vcPic.rar
- 图像处理:旋转、平滑、轮廓、模糊、亮度调节等等处理,VC++ code about picture
Hough.rar
- 应用Hough变换进行圆检测源码,编译环境VS2005,语言C++,有示例图片,Circle detection using Hough transformation
hog_extraction.rar
- 基于OPENCV的静止图像的HOG特征提取算法的全部程序,完全可用于各种图像的HOG特征提取,以进一步训练分类器进行行人检测,source code that apply to the pedestrian detection based on OPENCV.this document can help you extract HOG features from any type image which include human in it
kalmanV.rar
- 采用卡尔曼滤波算法进行视频序列图像的跟踪,这个程序从简单易懂的角度实现了视频目标的跟踪。,Kalman filtering algorithm for video sequence image tracking, this process from the perspective of straightforward realization of the video target tracking.