Welcome![Sign In][Sign Up]
Location:
Search - SUBTRACT IMAGE

Search list

[Consolebg_subtract

Description: To subtract background from an image.
Platform: | Size: 2048 | Author: sid | Hits:

[Graph programchap03

Description:
Platform: | Size: 3072 | Author: 汤跃峰 | Hits:

[ActiveX/DCOM/ATLSample

Description: 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, subtract a constant and get the absolute value and finally mix images.
Platform: | Size: 1520640 | Author: marwa | Hits:

[VC/MFC10image

Description: 差影法实际是对图像进行代数运算的一种不同的叫法。代数运算是指对两幅输入图像进行点对点的加、减、乘、除计算而得到输出图像的运算。  图像相加的一个重要应用就是对同一场景的多幅图像求平均值,它可以有效地降低随机噪声的影响,这是因为对于一幅有噪声的图像S(x,y),可以看成是由原始无噪声的图像F(x,y)和噪声G(x,y)叠加而成的,即 S(x,y)=G(x,y)+F(x,y) -Poor shadow method is actually an image algebra in a different name for. Algebra refers to the two input images point to point add, subtract, multiply, in addition to the calculation obtained computing the output image. An important application of the image is the sum of the same scene multiple images averaged, it can effectively reduce the impact of random noise, it is because for a noisy image S (x, y), can be seen as by the original noise-free images F (x, y) and noise G (x, y) stacking, that is, S (x, y) = G (x, y)+ F (x, y)
Platform: | Size: 392192 | Author: caocao | Hits:

[Otherzooming

Description: zoomig and add-subtract and multiplying image
Platform: | Size: 1024 | Author: maryam | Hits:

[Special Effectsbmp

Description: 关于bmp图像读取,保存,3乘3光滑处理,以及两幅图像相加和相减!和取反色图-About bmp image to read, save, 3 x 3 smoothing, and add and subtract two images! And taking anti-color map
Platform: | Size: 1393664 | Author: 徐源璟 | Hits:

[matlabGeometry01

Description: 对图像进行加、减、乘、除、放大、缩小的运算-To add, subtract, multiply, divide, enlarge, reduce On the image.
Platform: | Size: 1024 | Author: 梦游 | Hits:

[GUI Developimgproc2

Description: * Image Processing - Blurring and softening - Sharpening - Embossing - Customised filters - Minimum, Maximum and Average Rank filters for impressionistic effects * Colour Manipulation - Colourise images - Darken and Light images - Gray scale images - Floyd Stucci Black and White conversion - Decrease colour depth by dithering and matching to a specified palette. * Image Combination - Add, subtract with offsets or take the darkest/lightest pixels * Resample Images - Use interpolation to create a smooth resized version of an image. -* Image Processing - Blurring and softening - Sharpening - Embossing - Customised filters - Minimum, Maximum and Average Rank filters for impressionistic effects * Colour Manipulation - Colourise images - Darken and Light images - Gray scale images - Floyd Stucci Black and White conversion - Decrease colour depth by dithering and matching to a specified palette. * Image Combination - Add, subtract with offsets or take the darkest/lightest pixels * Resample Images - Use interpolation to create a smooth resized version of an image.
Platform: | Size: 145408 | Author: 子狐 | Hits:

[Special Effectssubtract

Description: 实现图像相减,并观察两幅图像是否完全一致-image subtract
Platform: | Size: 1024 | Author: 漫步枫林 | Hits:

[Special EffectsMatlab_code_nocropping

Description: 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.
Platform: | Size: 82944 | Author: imi | Hits:

[Special Effectsalgebra

Description: 两幅图像的基本四则运算包括加法减法乘法和除法-The image of the basic add, subtract, multiply and divide four operations
Platform: | Size: 3743744 | Author: | Hits:

[matlabmatlab1

Description: 练习读入lena.bmp图像,在workspace中查看图像,显示图像,并将此图像存储在C盘根目录下,命名为1.bmp。 读入两幅尺寸相同的图像(lena.bmp和sky.bmp),做加法,实现双曝光的效果。 读入两幅尺寸相同的图像(2.bmp和2background.bmp),做减法,实现减背景效果。 读入lena.bmp图像,编写一个模板,此模板是以图像中心为圆心,64像素为半径的圆内为1,其他位置为0,以此模板乘以读入的lena图像,显示结果。 用图像除法完成减背景操作( 5.bmp和5background.bmp运用公式:f=g ÷ b х m )。 已知信号整数时刻1至10秒的幅值为[10,25,33,17,50,5,76,17,78,80],用线性插值方法,求[1.3,1.77,2.58,3.85,9.65]这5个时刻的信号幅值。(要自己写函数完成此题目,不要直接用matlab现成的插值函数)。 利用help文档,自学imrotate、imresize和imcrop函数的用法-Practice reading into lena.bmp images, view the image in the workspace, display images, and the images are stored in the root directory of C named 1.bmp. Read into two of the same size the image (lena.bmp and sky.bmp) do addition, to achieve the effect of double exposure. Read into the two dimensions same of images (2.bmp 2background.bmp), and subtract to achieve the effect of background subtraction. The image reads lena.bmp write a template, this template is the center of the image to the center and 64 pixels for the radius of the circle is 1 other location, this template is multiplied by lena image reads and displays the results. Image division completed less background operation (5.bmp, and 5background.bmp use of the formula: f = the g ÷ b х m). The known signal integer time of 1-10 seconds amplitude [10,25,33,17,50,5,76,17,78,80 using a linear interpolation method,, [1.3,1.77,2.58,3.85, , 9.65] this is five times the signal amplitude. (To write your own functions to complete t
Platform: | Size: 2048 | Author: 单车少年 | Hits:

[2D GraphicBilateral-filter

Description: 对复杂背景下的图像进行双边滤波,利用源图像与处理后的图像作差,实现对复杂背景下小目标的检测-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
Platform: | Size: 142336 | Author: Lvjianming | Hits:

[2D Graphiccircular-birght-target-detect

Description: 首先利用形态学开运算将图像中小于结构元素的亮点去掉,利用源图像与处理后的图像作差,对差图像进行阈值分割,得到二值图像,将二值图像中的一些干扰区域去掉,提取二值图像中的圆形区域,并在源图像上对小目标进行标记,实现对圆形亮目标的检测-Remove the area in the image smaller than structural element by morphologic open operation,receive image A,original image subtract image A,threshold segmentation for difference image,receive binary image,remove the interference region in the binary image,then extract circular area,and sign the target in the original image. Realize the circular bright target detection
Platform: | Size: 1024 | Author: Lvjianming | Hits:

[2D GraphicImage-computation

Description: 实现遥感图像的四则运算,包括图像的加法,减法,乘法和除法。-This program can achieve the image computation, including add, subtract, multiply and divide algorithm.
Platform: | Size: 389120 | Author: 丰丰 | Hits:

[Dialog_WindowDigital-Image-Processing

Description: 有源码,适合学习C++的人 一、 读入一幅灰度图象,编写程序显示图象中任一象素点的灰度值。 二、 编程实现RGB彩色空间到HSV彩色空间的转换,并通过调整H、S、V的值实现图像亮度、色度和色饱和度的调节。 三、 1.灰度线性变换、分段线性变换 2.灰度直方图均衡、规格化 3.图象卷积:各种模板实现低通、高通滤波 4.图象中值滤波、最大值滤波、最小值滤波、模板选择滤波 5.伪彩色图象增强 四、 1.图象的加、减、乘、除和逻辑运算。 2.图象的镜像变换、图象的缩放(灰度插值)变换 五、 编程实现图象的FFT变换和反变换 六、 用逆滤波方法和维纳滤波方法恢复运动模糊图象(加噪声和不加噪声) 七、 编写程序实现灰度图象的分割: 1、阈值化算法:手动阈值、自动阈值(大津阈值) 2、区域生长 3、区域分裂合并-There is source code for learning C++ people one reads a grayscale image, write a program to display the image in any one pixel gray value. Second, the programming RGB color space to the HSV color space conversion, and by adjusting the H, S, V values achieve adjust image brightness, color and color saturation. Third, 1 gray linear transformation, piecewise linear transformation 2. histogram equalization 3. image normalized convolution: a variety of templates for low pass, high pass filter 4. image median filtering, the maximum filter minimum filtering, template selection pseudo-color image enhancement filter 5. four, plus 1 image, subtract, multiply, divide, and logic operations. 2. The image of image transformation, zoom images (grayscale interpolation) into five, programming image of FFT and inverse transform six, inverse filtering method and Wiener filtering method to restore motion blur image (plus noise and without noise) Seven, programming Grayscale image segmentation: 1, thresho
Platform: | Size: 1072128 | Author: zl | Hits:

[Special Effectsbackground-subtract--of-gauss

Description: 混合高斯背景建模程序,实现视频图像实时背景建模和目标跟踪-Gaussian mixture background modeling procedures to achieve real-time video image background modeling and target tracking
Platform: | Size: 3997696 | Author: WANGXIAOSHUAI | Hits:

[Special Effects实验一

Description: 图像对数变换 图像的加减乘除算法 图像双线性插值放大缩小 图像旋转(The bilinear interpolation algorithm for image add, subtract, multiply and divide the logarithm transform image zooming image rotation)
Platform: | Size: 44032 | Author: jokester | Hits:

[Embeded-SCM Develop基于STM32的CCD智能寻迹小车源代码

Description: 这是基于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 is complete, has a better algorithm, the game won the second prize, can quickly identify trajectory effectively, accelerating in the runway straight, bend to slow down.Use PID control.CCD as the sensor, the runway image recognition and STM32 for image analysis and processing, binarization and so on.Add and subtract speed control motor, servo turn degrees.For reference to study)
Platform: | Size: 7294976 | Author: WISDIMDI | Hits:

[2D Graphicsubtract

Description: 显现图像中灰度值较小的部分,示例图中的医学图像就可以很清晰的把血管展示出来。(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.)
Platform: | Size: 209920 | Author: cacalave | Hits:
« 12 »

CodeBus www.codebus.net