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

搜索资源列表

  1. bg_subtract

    0下载:
  2. To subtract background from an image.
  3. 所属分类:Console

    • 发布日期:2017-12-04
    • 文件大小:1.56kb
    • 提供者:sid
  1. chap03

    0下载:
  2. 所属分类:Graph program

    • 发布日期:2017-04-13
    • 文件大小:3.66kb
    • 提供者:汤跃峰
  1. Sample

    0下载:
  2. This code introduces many computer vision techniques. It explains how to create an image, load an image, show a picture, dim an image, add a constant an wrap, add a constant and saturate, subtract a constant and wrap, subtract a constant and saturate
  3. 所属分类:ActiveX-DCOM-ATL

    • 发布日期:2017-04-09
    • 文件大小:1.45mb
    • 提供者:marwa
  1. zooming

    0下载:
  2. zoomig and add-subtract and multiplying image
  3. 所属分类:Other systems

    • 发布日期:2017-04-10
    • 文件大小:1018byte
    • 提供者:maryam
  1. bmp

    0下载:
  2. 关于bmp图像读取,保存,3乘3光滑处理,以及两幅图像相加和相减!和取反色图-About bmp image to read, save, 3 x 3 smoothing, and add and subtract two images! And taking anti-color map
  3. 所属分类:Special Effects

    • 发布日期:2017-04-10
    • 文件大小:1.33mb
    • 提供者:徐源璟
  1. Geometry01

    0下载:
  2. 对图像进行加、减、乘、除、放大、缩小的运算-To add, subtract, multiply, divide, enlarge, reduce On the image.
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:593byte
    • 提供者:梦游
  1. imgproc2

    0下载:
  2. * Image Processing - Blurring and softening - Sharpening - Embossing - Customised filters - Minimum, Maximum and Average Rank filters for impressionistic effects * Colour Manipulation - Colourise images - Darken an
  3. 所属分类:GUI Develop

    • 发布日期:2017-03-31
    • 文件大小:141.53kb
    • 提供者:子狐
  1. subtract

    0下载:
  2. 实现图像相减,并观察两幅图像是否完全一致-image subtract
  3. 所属分类:Special Effects

    • 发布日期:2017-04-04
    • 文件大小:1.2kb
    • 提供者:漫步枫林
  1. Matlab_code_nocropping

    0下载:
  2. THis file get rgb image, subtract it from another, perform histogramming, threshold it and then label the objects.-THis file get rgb image, subtract it from another, perform histogramming, threshold it and then label the objects.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:80.65kb
    • 提供者:imi
  1. algebra

    0下载:
  2. 两幅图像的基本四则运算包括加法减法乘法和除法-The image of the basic add, subtract, multiply and divide four operations
  3. 所属分类:Special Effects

    • 发布日期:2017-05-15
    • 文件大小:3.57mb
    • 提供者:
  1. matlab1

    0下载:
  2. 练习读入lena.bmp图像,在workspace中查看图像,显示图像,并将此图像存储在C盘根目录下,命名为1.bmp。 读入两幅尺寸相同的图像(lena.bmp和sky.bmp),做加法,实现双曝光的效果。 读入两幅尺寸相同的图像(2.bmp和2background.bmp),做减法,实现减背景效果。 读入lena.bmp图像,编写一个模板,此模板是以图像中心为圆心,64像素为半径的圆内为1,其他位置为0,以此模板乘以读入的lena图像,显示结果。 用图像除法完成减背景操作(
  3. 所属分类:matlab

    • 发布日期:2016-01-25
    • 文件大小:2kb
    • 提供者:单车少年
  1. Bilateral-filter

    0下载:
  2. 对复杂背景下的图像进行双边滤波,利用源图像与处理后的图像作差,实现对复杂背景下小目标的检测-First, deal with the image within complex background by bilateral filtering , then original Image subtract the image after bilateral filtering,realize small target detection under complex background
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-16
    • 文件大小:138.78kb
    • 提供者:Lvjianming
  1. circular-birght-target-detect

    0下载:
  2. 首先利用形态学开运算将图像中小于结构元素的亮点去掉,利用源图像与处理后的图像作差,对差图像进行阈值分割,得到二值图像,将二值图像中的一些干扰区域去掉,提取二值图像中的圆形区域,并在源图像上对小目标进行标记,实现对圆形亮目标的检测-Remove the area in the image smaller than structural element by morphologic open operation,receive image A,original image subtract imag
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-05
    • 文件大小:1.36kb
    • 提供者:Lvjianming
  1. Image-computation

    0下载:
  2. 实现遥感图像的四则运算,包括图像的加法,减法,乘法和除法。-This program can achieve the image computation, including add, subtract, multiply and divide algorithm.
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-25
    • 文件大小:379.81kb
    • 提供者:丰丰
  1. Digital-Image-Processing

    3下载:
  2. 有源码,适合学习C++的人 一、 读入一幅灰度图象,编写程序显示图象中任一象素点的灰度值。 二、 编程实现RGB彩色空间到HSV彩色空间的转换,并通过调整H、S、V的值实现图像亮度、色度和色饱和度的调节。 三、 1.灰度线性变换、分段线性变换 2.灰度直方图均衡、规格化 3.图象卷积:各种模板实现低通、高通滤波 4.图象中值滤波、最大值滤波、最小值滤波、模板选择滤波 5.伪彩色图象增强 四、 1.图象的加、减、乘、除和逻辑运算。 2.图象的镜像变换、图象的缩放
  3. 所属分类:Dialog_Window

    • 发布日期:2016-01-08
    • 文件大小:1.02mb
    • 提供者:zl
  1. background-subtract--of-gauss

    0下载:
  2. 混合高斯背景建模程序,实现视频图像实时背景建模和目标跟踪-Gaussian mixture background modeling procedures to achieve real-time video image background modeling and target tracking
  3. 所属分类:Special Effects

    • 发布日期:2017-05-16
    • 文件大小:3.81mb
    • 提供者:WANGXIAOSHUAI
  1. 实验一

    0下载:
  2. 图像对数变换 图像的加减乘除算法 图像双线性插值放大缩小 图像旋转(The bilinear interpolation algorithm for image add, subtract, multiply and divide the logarithm transform image zooming image rotation)
  3. 所属分类:图形图像处理

    • 发布日期:2017-12-20
    • 文件大小:43kb
    • 提供者:jokester
  1. 基于STM32的CCD智能寻迹小车源代码

    5下载:
  2. 这是基于STM32单片机的CCD为传感器的循迹小车的源代码的压缩包,压缩包内的程序完整,算法较优,比赛获得过二等奖,能有效快速识别轨迹,在跑道直道加速,弯道减速。采用PID调速。CCD为传感器,识别跑道图像,STM32对图像分析处理,二值化等。控制电机加减速度,舵机转度。可供参考学习(This is based on the STM32 MCU CCD as sensor tracking cart source code package of procedure in the package
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2017-08-09
    • 文件大小:6.96mb
    • 提供者:WISDIMDI
  1. subtract

    0下载:
  2. 显现图像中灰度值较小的部分,示例图中的医学图像就可以很清晰的把血管展示出来。(Showing the image in the smaller part of the gray value, the sample image in the medical image can be very clear to show the blood vessels.)
  3. 所属分类:2D图形编程

    • 发布日期:2017-12-24
    • 文件大小:205kb
    • 提供者:cacalave
  1. 图像的运算

    0下载:
  2. 可实现图像的加减乘除运算(包括两幅图、图与常数、逻辑运算),最值、旋转、仿射变换、投影变换。(Can realize the image operations (including add, subtract, multiply and divide two maps, graphs and constants, logic operation), the most value, rotation, affine transform, projection transform.)
  3. 所属分类:matlab例程

    • 发布日期:2018-01-07
    • 文件大小:327kb
    • 提供者:醉蹉跎
搜珍网 www.dssz.com