搜索资源列表
targe000t
- 程序可以完成视频图像的运动目标的检测!它是在CCS上调试通过后,可以在DSP芯上直接运行的程序!经现场实验,效果还不错 -procedures to be completed video images of the moving object detection! It is the CCS debugging passed, the DSP core can execute directly on the procedure! The field experiments, the resu
complex_filter_pfile
- 指纹core点检测程序3(complex_filter), matlab demo code-fingerprint detection procedures core 3 (complex_filter) Matlab demo code
ruzon.tar
- 指南针边缘检测算法是当前质量最高的边缘检测方法,比CANNY算子效果还要好。具有边缘定位准确,边连续,完整的特点。程序能够得到每一个像素的边的朝向,有利于做进一步的优化应用,例如图像分割等。具体算法过程可参考斯坦福大学麦克博士发表的论文。主要思路就是以每个像素为中心,像罗盘一样转动边,一直找到两边差异最大的朝向。最后把所有的最优朝向连起来成为边缘。 代码用VC驱动,核心部分用matlab编写-Compass edge detection algorithm is currently the
lubangxingdetuxiangpinjie
- 图像拼接的核心是图像的配准.提出一种准确、高效的图像拼接方法:利用Harris角点检测算子提取相邻图 像的特征点,通过Euclid度量改进熵变换的算法,进行特征点匹配,并通过最小均值二乘估计求解相邻图像的变换 矩阵,以此实现宽视角图像的拼接.实验结果表明:所给出的算法能够实现场景图像的精确匹配. -Image mosaic is the core of image registration. Make an accurate and efficient method of image
simplecanny
- 基于OpenCV库,采用c++语言实现的canny边缘检测算法核心代码-Based on the OpenCV library, the use of c++ Language canny edge detection algorithm of the core code
Mytest
- 图像处理各种算法的实现,包括BMP位图显示、图像几何变换、灰度变换、边缘检测、圆心提取算法等。-A variety of image processing algorithm, including BMP bitmap display, image geometric transformation, gray-scale transform, edge detection, core extraction algorithm etc.
Edgedetect
- 图像边缘检测,算法的代码核心部分全部是用ASM实现的,没有用MMX和SSE指令-Image edge detection algorithm code core part of all is using ASM, no MMX and SSE instructions
ImgWizard
- 代码涉及了二值处理方面的功能、边缘检测、翻转、旋转、缩放、模式转换、模糊、锐化、调整、杂色、视频、锐化、像素化、自定义等模组功能. 算法的代码核心部分全部是用ASM实现的,没有用MMX和SSE指令-The code involves a two-value processing function, edge detection, flip, rotate, zoom, mode conversion, blur, sharpen, adjust, variegated, video, sharp
Digital-image-Projects
- 其中第1章提供的是相关算法的核心程序,第二章为细胞识别统计系统,第三章为基于图像处理的相机自动调焦系统,第四章为运动检测系统,第5章由于是一个综合的商业程序,涉及到各种技术。 -Chapter 1 provides the core program of the correlation algorithm, Chapter II of the statistical system of the cell recognition, Chapter auto-focus camera based
OpticalFlow_matlab_cPP
- 快速的光流检测算法,外层代码使用matlab包装,核心源码使用C++实现-Fast optical flow detection algorithm, the outer code using matlab , the core source code using C++
cmfd_framework
- OPENCV下编写的数字取证平台,算法很多很全,请参照论文"An Evaluation of Popular Copy-Move Forgery Detection Approaches" Vincent Christlein, Christian Riess, Johannes Jordan, Corinna Riess, Elli Angelopoulou. In: IEEE Transactions on Information Forensics and Security (TIFS)
6
- 图像修复是指恢复图像中破损区域的颜色信息或者去除图像中的多余物体。针对视频图像损坏特征中较复杂的水 平与垂直条带,利用视频图像时间连续性的特点,提出基于小波分析理论的修复方法。实验结果表明,该系统能够较好地恢复 视频图像和有效去除文字。 -Image inpainting refers to restore the color information of the damaged region in the image or remove the unnecessary obje
approach-for-textile-quality-control
- 纺织品制造商必须监控其产品的质量,以保持既定用于服装行业的高品质标准。因此,纺织品的质量控制是为他们的企业的竞争力的增加的关键因素。纺织断层,传统上被人类目测检测。然而,人的检查是耗时的,并且不实现精度较高的水平。因此,工业视觉单元是用于纺织工业的战略利益,因为他们可以组成一个系统实现高精度纺织检测高度的基础。这项工作说明专为简单的图像处理操作的基础上,验布,以及其在检测到通常的纺织品缺陷效率系统的软件核心。整个系统的先决条件是,然后解析 所讨论的,以及由于该问题的本质
hpc
- 基于OpenCV和OpenMP的多核处理图像边缘检测算法——Sobel的实现。 没有可视化界面。 需要先配置OpenCV和OpenMP。 理论依据:利用OpenMP我们可以实现多核并行处理边缘检测。根据Sobel原理,可以完全明确的是:每一个像素点的梯度计算都不依赖于其他的像素点!这就是实现多核并行处理边缘检测的关键。利用这个关键的特性,我们可以让多个核同时去计算多个像素点的梯度值,进而提高Sobel边缘检测算法的性能。 -The implementation of OpenCV
find-bottle
- 本算法核心思想是基于matlab中数组模拟队列的连通域的搜索,应用与对未满瓶子的检测-The core idea of this algorithm is to search an array matlab simulation queue connected domain, application and based on the detection of full bottles
License-plate-recognition
- 基于MATLAB的车牌识别,主要包括车牌定位、字符分割和字符识别三个核心模块。从预处理、边缘检测、车牌定位、字符分割、字符识别五个方面实现车牌识别-License plate recognition based on MATLAB, including license plate localization, character segmentation and character recognition three core modules. From the pretreatment, edg