搜索资源列表
meanshift.rar
- meanshift算法实现目标的跟踪,由视频序列文件中提取出第一帧,定义目标区域,进行跟踪,动态显示跟踪结果,meanshift target tracking algorithm, by the video sequence documents to extract the first frame, the definition of the target area, tracking, tracking the results of dynamic display
SIFT-matlab.rar
- 基于SIFT的图像配准程序 SIFT特征匹配算法是目前国内外特征点匹配研究领域的热点与难点,其匹配能力较强,可以处理两幅图像之间发生平移、旋转、仿射变换情况下的匹配问题,甚至在某种程度上对任意角度拍摄的图像也具备较为稳定的特征匹配能力,SIFT-based image registration procedure is the SIFT feature matching algorithm for matching feature points at home and abroad a hot
Matlab
- 主要是关于关于图像处理方面的matlab程序代码,有指纹方面的,图像增强方面的。-Is mainly about about matlab image processing code, there is the fingerprint area, aspects of image enhancement.
Matlab
- This code is used with SRAD Filter. Which is used to remove speckle noise. This code is an addition to that as it auto windows the speckled area
MATLAB
- 功能:在彩色图片上令肤色区域为白色,其余为黑色,并用矩形将各连通区域标志出来,用matlab实现-Function: to make color in the color picture on the white area, the rest is black, and will each connected region with a rectangular logo out to achieve with matlab
area
- matlab-car区域方差,能量等,遥感影像处理小波变换-matlab-car regional variance, energy, etc., remote sensing image processing wavelet transforms
area_length_tightness_eccentricity
- 对空间卫星、飞机等图像进行特征提取,提取的特征包括面积,周长,紧密度,及离心率-Space satellites, aircraft and other image feature extraction, the extracted features include area, perimeter, compactness, and eccentricity
MATLAB-control-application
- 对MATLAB软件在控制领域的应用进行了详细介绍。内容包括使用DAS工具箱函数和ActiveX控件设计数据采集与控制程序;使用串口I/O流和MSComm控件设计串口通信程序等。每种程序设计方法都提供了多个典型应用实例,每个实例都提供了线路图、详细的程序设计步骤和完整的源代码可供自动化、计算机应用、电子信息、机电一体化、测控仪器等专业的大学生、研究生及相关技术人员学习和参考。 -MATLAB software in the control area of the application in de
FlagOneArea
- 对每个对象进行边界提取后标记内部元素,并计算该对象的面积。-The boundary of each object within the elements extracted marker and calculate the area of ??the object.
Color-area-matlab-code
- Extract the set color (Given RGB value) also count the area(pixel) of the corresponding color
matlab
- 基于Matlab平台实现目标信息提取。求未含噪声的原图像的周长需先对图像进行二值化,然后选择一种算法进行边缘检测,包含prewitt,canny,sobel等算法,再通过sum(sum())函数进行周长的计算并显示在相应的位置。为求包含特定目标的噪声污染图像的周长或面积,首先对图像进行去噪,再进行二值化,接着进行微小分割,实现边缘提取或者区域分割,进一步统计目标周长或者目标面积。-Based on Matlab platform to achieve the goal of informatio
Subpixel Matlab v2.11
- Accurate subpixel edge detection based on partial area effect
matlab峰识别面积计算
- 拉曼光谱特征光谱峰识别,以及峰的积分面积计算,给大家参考(Raman spectrum, spectral peaks recognition, and peak integral area calculation, for your reference)
area
- 这个matlab程序主要可以用于计算采集到的信号的显著性面积,可以用于脑电数据处理、肌电数据处理(This matlab program can be used to calculate the significant area of the collected signals and can be used for EEG data processing and EMG data processing.)
matlab串口通信基础讲义
- 在Matlab环境下,读取串口数据的方式可以分为两种—查询和中断。以查询的方式进行串行通信时,如下位单片机有大量的数据分时分批传送给PC机,就需要不停查询串行口的缓冲区,有数据就读取;虽然编程容易,但这样做不能对数据进行实时处理,系统实时性不高,而且会极大地占用系统的资源。以中断的方式对串口进行控制实现串行通信,就可以实时处理下位机传送的数据;但编程相对复杂一些,需要采用Matlab的事件和回调函数机制。(In Matlab environment, there are two ways to
removelargeArea.m
- remove large area in the image, matlab version
MATLAB火灾识别
- 基于matlab的火灾检测识别,烟雾报警,火焰检测,有GUI设计界面,通过几何参数判别,即面积增长率,角度等。完美运行。(Based on Matlab fire detection and identification, smoke alarm, flame detection, Gui design interface, through the geometric parameters, that is, area growth rate, angle and so on. It works
MATLAB火灾火焰烟雾识别(源码)
- 本课题为基于matlab的火灾检测识别,烟雾报警,火焰检测,有GUI设计界面,通过几何参数判别,即面积增长率,角度等。完美运行。(Based on Matlab fire detection and identification, smoke alarm, flame detection, Gui design interface, through the geometric parameters, that is, area growth rate, angle and so on. It w
MATLAB平面参数测量系统(GUI,面积,周长参数)
- 一、课题介绍:本课题为基于MATLAB的平面参数测量系统,是以一个带缺陷的光伏面板作为素材,检测出缺陷所在,定位后计算出每个缺陷的面积大小。本设计带有一个人机界面GUI. 二、算法流程:读入测试图片——rgb转换——分割——开闭运算——空洞填充——过滤微小连通域面积——计算缺陷面积和个数。(1. Topic introduction: this topic is a plane parameter measurement system based on MATLAB. It uses a ph
Matlab火焰火灾烟雾识别系统[带参数,GUI界面]
- 一、课题介绍 本设计为基于MATLAB的火焰烟雾火灾检测系统。结合火焰是实时动态跳跃的,采用面积增长率,角点和圆形度三个维度相结合的方式判断是否有火焰。该设计测试对象为视频,通过下一帧和上一帧的差异发现是否有火情,并可发出语音报警。本设计带有一个人机交互式GUI界面,界面友好。是个不错的毕设选题。 二、算法流程 结合火焰的面积增长率,角点和圆形度三个维度综合判断。并且得出每帧图像火焰部分的该三个参数,实时显示在GUI上。(1.Topic introduction This design