CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 视频图像处理

搜索资源列表

  1. (video-concept-annotation)-code

    0下载:
  2. 多媒体处理的视频,音频,图像的分类,检索-duomeiti fenlei shipintuxiang jiansusehjfbsbjbsjjabfaf faff fae
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-09
    • 文件大小:1914295
    • 提供者:李鸣
  1. Math_VideoReverse

    0下载:
  2. 适合初学者查看的dsp视频处理代码,图像翻转代码,程序-Code for beginners to see DSP video processing, image rollovers code, the program
  3. 所属分类:Video Capture

    • 发布日期:2017-05-01
    • 文件大小:620611
    • 提供者:李晨曦
  1. mean_filter

    0下载:
  2. mean_filter是用于图像的中值滤波,以及视频的滤波处理-mean_filter,using for image processing
  3. 所属分类:Special Effects

    • 发布日期:2017-05-03
    • 文件大小:686567
    • 提供者:许晴晴
  1. matlab-code

    1下载:
  2. backgroundsubtractionGUI.m 实现背景差分方法的基本GUI界面设置 diedaierzhihua.m 用迭代分割的方法实现图像二值化 foreground.m 背景差分方法中前景图的构建 mianhuizhi.m 图像可视化中ct、mri图像的三维面绘制方法 rotate3d.m 图像可视化中对ct、mri图像进行面绘制并旋转 video2image.m 从视频中批量截取多帧图像 weicaise.m 对图像进行伪彩色处理-backgroundsu
  3. 所属分类:Special Effects

    • 发布日期:2017-04-26
    • 文件大小:7986
    • 提供者:本田透
  1. matlab

    2下载:
  2. 十字路口车流通量及车身颜色的统计通过MATLAB创建系统对象,用于读入待处理视频,用于色彩空间转换、检测出包含汽车运动的图像块、用高斯混合模型检测背景、对检测出的运动车辆进行框画、标注检测到车辆的个数用于显示结果。颜色提取算法采用 RGB 颜色模型,利用MATLAB进行仿真-Crossing the circulation of the car and body color statistics by MATLAB to create object system, used to read th
  3. 所属分类:Special Effects

    • 发布日期:2016-04-21
    • 文件大小:176128
    • 提供者:亢菲菲
  1. Image-to-fog-technology

    2下载:
  2. 《MATLAB图像与视频处理实用案例详解》代码,基于直方图优化的图像去雾技术-Image based on histogram optimization technique
  3. 所属分类:Special Effects

    • 发布日期:2017-04-25
    • 文件大小:201812
    • 提供者:ivfjf
  1. Image-denoising

    1下载:
  2. 《MATLAB图像与视频处理实用案例详解》代码,第 02 章 基于形态学的权重自适应图像去噪-Adaptive image denoising based on morphology
  3. 所属分类:Special Effects

    • 发布日期:2017-05-02
    • 文件大小:785939
    • 提供者:ivfjf
  1. Extract-anterior-segment-tissue

    0下载:
  2. 《MATLAB图像与视频处理实用案例详解》代码,第 03 章 基于多尺度形态学提取眼前节组织-Extraction of anterior segment tissue based on multi scale morphology
  3. 所属分类:Special Effects

    • 发布日期:2017-05-03
    • 文件大小:726515
    • 提供者:ivfjf
  1. Answer-card-recognition

    5下载:
  2. 《MATLAB图像与视频处理实用案例详解》代码,基于Hough变化的答题卡识别-Recognition of answer card based on Hough
  3. 所属分类:图形/文字识别

    • 发布日期:2017-05-29
    • 文件大小:5432848
    • 提供者:ivfjf
  1. Pavement-crack-detection

    0下载:
  2. MATLAB图像与视频处理实用案例详解,代码,路面裂缝检测识别系统设计-Design of pavement crack detection and recognition system
  3. 所属分类:Special Effects

    • 发布日期:2017-04-28
    • 文件大小:94959
    • 提供者:ivfjf
  1. test

    0下载:
  2. 【合集】读取图像并显示、读取视频并显示、读取视频并对每一帧进行滤波处理-[Collection] reads the image and display to read the video and display, reads the video and each frame filtering process
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-28
    • 文件大小:11111184
    • 提供者:寒来暑往
  1. MATLAB-image-and-video-processing-

    2下载:
  2. 《MATLAB图像与视频处理实用案例详解》中基于 GUI 搭建通用视频处理工具和基于语音识别的信号灯图像模拟控制技术,完整的理论介绍和具体的实现代码,适合初学者-" MATLAB image and video processing utility cases explain" to build a common GUI-based video processing tools and image-based speech recognition signal analog c
  3. 所属分类:Graph program

    • 发布日期:2017-05-07
    • 文件大小:1337958
    • 提供者:刘方
  1. OTSU_BMPtoBIN

    1下载:
  2. 大律法(OTSU)灰度图像阈值提取算法(C语言实现)。文件中已经有已经编译好的可执行文件,可以批量把灰度图片转化成二值化的二进制图像文件,可用于LCD显示屏视频动画的开发(例如Badapple)。 阀值是图像二值化处理中非常重要的一个参数,意思就是:如果灰度图像的像素颜色值大于该阀值就把该点当作黑色,小于该阀值就把改点当作白色。最简单的做法就是把阀值取为127(255的一半),但是这种做法是不科学的,处理后的二值化图像效果也很不理想。关于阀值的选取是一门很深的学问,有很多经典的算法用于选取该
  3. 所属分类:Special Effects

    • 发布日期:2017-04-29
    • 文件大小:404179
    • 提供者:WHJWNAVY
  1. SSD-source

    0下载:
  2. 域变换和边缘感知的图像和视频处理论文附带的matlab环境下实现的SSD算法,-SSD algorithm domain transformation and edge perceived image and video processing paper incidental matlab environment to achieve,
  3. 所属分类:Special Effects

    • 发布日期:2017-04-12
    • 文件大小:1493
    • 提供者:白肖艳
  1. Video2Image

    1下载:
  2. 将视频文件转换成图片帧的一个小工具,可以做图像研究的预处理-convert video file to image
  3. 所属分类:Multimedia Develop

    • 发布日期:2017-05-23
    • 文件大小:7504184
    • 提供者:yang
  1. Simulink-

    0下载:
  2. 该代码是《MATLAB图像与视频处理实用案例详解》一书中第24章代码-MATLAB Simulink
  3. 所属分类:Special Effects

    • 发布日期:2017-05-03
    • 文件大小:518458
    • 提供者:李亚伟
  1. wiener_filter

    0下载:
  2. wiener滤波,利用维纳滤波方法对图像以及视频进行滤波处理-wiener filter
  3. 所属分类:Special Effects

    • 发布日期:2017-05-03
    • 文件大小:857602
    • 提供者:Donal Zhang
  1. IPP-API-DOC

    0下载:
  2. 本手册介绍了结构,操作和英特尔® 集成性能基元(英特尔® IPP)的英特尔® 架构上的二维信号进行操作,并用于图像和视频处理功能。-This manual describes the structure, operation, and functions of the Intel® Integrated Performance Primitives (Intel® IPP) for Intel® architecture that opera
  3. 所属分类:Other systems

    • 发布日期:2017-05-23
    • 文件大小:7312846
    • 提供者:denny
  1. tvp5150

    0下载:
  2. 基于Linux的视频采集和图像预处理的驱动源代码-Driver source code for Linux-based video capture and image preprocessing
  3. 所属分类:Multimedia Develop

    • 发布日期:2017-04-30
    • 文件大小:7883
    • 提供者:c50672940ouji7
  1. video_image

    0下载:
  2. 将视频转为一帧帧图像,便于对视频内容进行分析和理解,广泛应用视频处理技术中-transform video to image
  3. 所属分类:OpenCV

    • 发布日期:2017-06-02
    • 文件大小:14037396
    • 提供者:
« 1 2 ... 40 41 42 43 44 4546 47 48 »
搜珍网 www.dssz.com