CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 搜索资源 - 背景 matlab

搜索资源列表

  1. thresholdadaptive200810

    1下载:
  2. 实现一个自适应阈值的算法,用以在不规则光照下从背景中提取出前景图像。-The realization of an adaptive threshold algorithm for the irregular light extracted from the background images prospects.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-01
    • 文件大小:151235
    • 提供者:Joe Black
  1. motiontest1

    0下载:
  2. 运动检测和背景提取,比较适合于入门者学习,有一定的参考价值-Motion detection and background extraction, suitable for beginners to learn the value of some reference
  3. 所属分类:Graph program

    • 发布日期:2017-04-06
    • 文件大小:1284
    • 提供者:zhangguoqing
  1. SVD

    0下载:
  2. 线性方程的解法,实现对运动目标的检测,针对可见光图像弱小目标检测中的背景抑制和去噪问题,提出了奇异值分解(Singular Value Decomposition,SVD)-Linear equations, to achieve the detection of moving targets, in view of the weak target detection in visible light images in the background suppression and de-noi
  3. 所属分类:Special Effects

    • 发布日期:2017-03-26
    • 文件大小:1113
    • 提供者:ty3r
  1. otsu2

    0下载:
  2. 大津阈值分割法,也称最大类间方差法,利用图像的灰度分布密度函数定义图像的交叉熵。 交叉熵可看作是两个概率系统(即图像背景及目标)的信息量之间的差异。求出的交叉熵越大,则分割效果越好。 -Otsu threshold segmentation method, also known as Otsu method, the use of gray-scale image distribution density function definition images of cross-ent
  3. 所属分类:Special Effects

    • 发布日期:2017-03-27
    • 文件大小:977
    • 提供者:Mingruixia
  1. LicensePlateRecognition

    1下载:
  2. 使用说明 使用时打开此例题目录下pic中的图片,然后依次单击按钮“转”、“1”、“2”、“3”、“4”和“5”,就可以实现精确的车牌定位。 具体步骤 1.24位真彩色->256色灰度图。 2.预处理:中值滤波。 3.二值化:用一个初始阈值T对图像A进行二值化得到二值化图像B。 初始阈值T的确定方法是:选择阈值T=Gmax-(Gmax-Gmin)/3,Gmax和Gmin分别是最高、最低灰度值。 该阈值对不
  3. 所属分类:Special Effects

    • 发布日期:2017-05-11
    • 文件大小:730813
    • 提供者:肖伟
  1. GaussianPointDetection

    1下载:
  2. 强杂波背景下的的高斯点目标的检测Matlab源代码,有需要的就下载吧 希望能有所帮助 -Strong clutter the background of the Gaussian point target detection Matlab source code, there is a need to download it on the hope to be helpful
  3. 所属分类:source in ebook

    • 发布日期:2017-03-29
    • 文件大小:1006
    • 提供者:gongxuhua
  1. affaffa

    0下载:
  2. 该程序是帧差法和背景法相结合的一种方法,非常新颖-The program is the frame difference method and the background of a combined approach, a very novel
  3. 所属分类:Graph program

    • 发布日期:2017-03-30
    • 文件大小:1864
    • 提供者:weiyuqiang
  1. ppm

    0下载:
  2. 关于无背景噪声条件下,PPM的信道容量的一些相关计算-On no background noise conditions, PPM of the channel capacity of some relevant calculation
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:6840
    • 提供者:王精
  1. duqushipintibeijing

    1下载:
  2. 视频读取并提取目标背景 背景要求是静止的 效果很好-Video read and extract the target background static background requirements are well
  3. 所属分类:Graph program

    • 发布日期:2017-05-22
    • 文件大小:6725342
    • 提供者:苑菲
  1. predict

    0下载:
  2. 模拟人的思维特点,提出一种新型智能控制器:仿人逻辑预测控制器. 该控制器融合了基于泛布尔代数的逻辑控制器和基于模型的预测控制器的特点, 是一种多值逻辑混合动态系统. Matlab仿真表明, 该控制器在模型匹配时性能良好, 在模型失配时依然能满意运行, 表现出鲁棒性强, 超调量小的特点. 与其它类型人工智能控制器相比, 该控制器结构简单, 物理背景明确, 数学概念清晰, 便于在工业控制领域推广应用.-Simulation of the characteristics of people' s
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-17
    • 文件大小:267058
    • 提供者:文豪
  1. houghlinedetect

    0下载:
  2. hough 变换实现直线检测 在噪声服从高斯分布的背景中构造信噪比为2、长度为34像素的目标线段;在找出线段所在直线后,在采用固定长线段滑动的方法,确定线段的起始点,最终确定线段的确切位置。-hough transform line detection in the noise to obey Gaussian distribution of the background-noise ratio for the structure 2, with a length of 34 pix
  3. 所属分类:Graph program

    • 发布日期:2017-04-10
    • 文件大小:1107
    • 提供者:fisher
  1. BlockMatchingAlgoMPEG

    0下载:
  2. 基于块匹配的帧间运动估计,对相邻帧间背景运动计算运动矢量 ,使用了多种搜索算法对运动块进行搜索和匹配。-Block Matching Algorithms for Motion Estimation,This MATLAB source code is a review of the block matching algorithms used for motion estimation in video compression. It implements and compares 7 di
  3. 所属分类:Special Effects

    • 发布日期:2017-05-16
    • 文件大小:4603588
    • 提供者:付亚峰
  1. adaptivethreshold

    0下载:
  2. 用matlab实现不规则光照下自适应阈值的前景背景分离算法。文件里面附测试图像。-Matlab implementation to use irregular light of the prospects for adaptive threshold background separation algorithm. Test image files attached inside.
  3. 所属分类:Graph program

    • 发布日期:2017-04-06
    • 文件大小:150927
    • 提供者:
  1. nkde

    0下载:
  2. 视频跟踪检测 背景核密度估计建模,欢迎指正,-Detection of the background video track modeling kernel density estimation, please correct me, thank you
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-11
    • 文件大小:1045
    • 提供者:陈偲
  1. hhh

    0下载:
  2. :由于许多传统的去噪方法在强背景噪声情况下提取声音信号的能力变弱甚至失效, 提出 应用独立成分分析( I C A) 方法对声音信号进行特征提取, 并证明了这种 I C A 变换能增强语音和音 乐信号的超高斯性. 在此基础上, 应用 I C A基函数作为滤波器, 通过阈值化的去噪方法对含有强高 斯背景噪声的声音信号进行去噪仿真实验. 结果表明, 本方法明显优于传统的均值滤波和小波去噪 方法, 为强背景噪声下弱信号的检测提供 了新的途径.-: As many of the t
  3. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:213138
    • 提供者:金振东
  1. car

    0下载:
  2. 通过对其他国家对超载问题的治理措施及研究现状的深入分析,详细地分析了超载超限对我国道路运输的影响。为了有效的控制超载现象,必须从根本上解决该问题,在这样的技术手段的背景下。本文提出了把车辆载重信号转化为电信号输出到超载控制器,再由超载控制器判断是否超载,进而向超载限定执行机构发出相应的指令,并通过CAN总线和车辆中的其他智能设备如发动机控制单元ECU进行数据通信,确定出最佳方案控制车辆工况,并通过蓝牙技术无线发送车主信息到车辆管理所,对有交管部门超载车主进行处罚,达到威慑目的。本方案的可实行性比
  3. 所属分类:SCM

    • 发布日期:2017-05-11
    • 文件大小:2115946
    • 提供者:陈磊
  1. image

    0下载:
  2. 应用matlab或VC语言编制图像处理软件,软件功能如下: 一、实验类型 1. 读入图像,并对灰度图像或彩色图像进行显示,对彩色图像可以转化为灰度图像;(8学时) 2. 对读入的图像可以实现减小和提高图像分辨率的功能(16学时) 3. 计算灰度图像的直方图并进行显示,讨论不同图像灰度分布的直方图特征(16学时) 4. 对上述图像进行直方图均衡化处理,分析直方图均衡化的处理结果;(16学时) 5. 对给定的彩色图像,显示其R、G、B三分量图像的噪声图像及H、S、I三分量完成
  3. 所属分类:Special Effects

    • 发布日期:2017-03-26
    • 文件大小:83786
    • 提供者:yangyong
  1. erzhihuahexihua

    0下载:
  2. 对所采集的图像进行二值化,将图像划分为物体和背景两个部分,然后对二值化后的图像进行细化。-Collected on the binary image, the image is divided into two parts, objects and background, and then after binarization image refinement.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-06
    • 文件大小:163753
    • 提供者:韩梅
  1. cell-get

    0下载:
  2. 边缘提取算法提取细胞轮廓 适用于前景背景反差巨大-An object can be easily detected in an image if the object has sufficient contrast from the background. We use edge detection and basic morphology tools to detect a prostate cancer cell.
  3. 所属分类:Graph Recognize

    • 发布日期:2017-03-27
    • 文件大小:1669
    • 提供者:cicy
  1. read

    0下载:
  2. 用matlab实现的视频读取并提取目标背景,对初学者很有用-failed to translate
  3. 所属分类:matlab

    • 发布日期:2017-05-21
    • 文件大小:6358866
    • 提供者:华辰
« 1 2 3 4 56 7 8 9 10 ... 24 »
搜珍网 www.dssz.com