搜索资源列表
Sample
- 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
shipinjiance
- 由于光线的影响,两帧图象中的物体无运动,但灰度稍微有变化,这种情况也会影响检测的准确度,所以对两帧图象的象素点进行比较时,可以让它们相减的差值和某个小的数值比较,而不一定就是和0值比较-As the effect of light, two images of an object without moving, but the gray has changed slightly, this will also affect the accuracy of detection, so the tw
bmp
- 关于bmp图像读取,保存,3乘3光滑处理,以及两幅图像相加和相减!和取反色图-About bmp image to read, save, 3 x 3 smoothing, and add and subtract two images! And taking anti-color map
KyodaiSource
- Java的连连看代码,规则 选择两个点,如果两点的图片完全一样,并且两点之间可以用不超过3直线条线连接起来,则该两点可以消除。 计分 1、限定时间为地图中方块数 * 4,比如说有120个方块,就应该在480秒内完成,超过480秒没有时间奖励分 2、时间奖励分为剩余时间 * 2,即每提前一秒钟奖励2分 3、当已经选择点后,如果选择的第二个点与第一个点之间无法消除,扣1分,如果有解,则增加24分 4、使用刷新功能,系统会自动判断当前地图有无解,如果有解,扣8分,无
imgproc2
- * Image Processing - Blurring and softening - Sharpening - Embossing - Customised filters - Minimum, Maximum and Average Rank filters for impressionistic effects * Colour Manipulation - Colourise images - Darken an
BACKGROUND-SUBTRACTION
- By this we can subtract the backgrounds of the two images
matlab1
- 练习读入lena.bmp图像,在workspace中查看图像,显示图像,并将此图像存储在C盘根目录下,命名为1.bmp。 读入两幅尺寸相同的图像(lena.bmp和sky.bmp),做加法,实现双曝光的效果。 读入两幅尺寸相同的图像(2.bmp和2background.bmp),做减法,实现减背景效果。 读入lena.bmp图像,编写一个模板,此模板是以图像中心为圆心,64像素为半径的圆内为1,其他位置为0,以此模板乘以读入的lena图像,显示结果。 用图像除法完成减背景操作(
2
- 对两幅不同图像执行加、减、乘、除操作,在同一个窗口内分成五个子窗来分别显示,注上文字标题。 -Execution of two different images to add, subtract, multiply, and divide operations, in the same window is divided into five sub-window displays, respectively, note the words of the title.
Digital-Image-Processing
- 有源码,适合学习C++的人 一、 读入一幅灰度图象,编写程序显示图象中任一象素点的灰度值。 二、 编程实现RGB彩色空间到HSV彩色空间的转换,并通过调整H、S、V的值实现图像亮度、色度和色饱和度的调节。 三、 1.灰度线性变换、分段线性变换 2.灰度直方图均衡、规格化 3.图象卷积:各种模板实现低通、高通滤波 4.图象中值滤波、最大值滤波、最小值滤波、模板选择滤波 5.伪彩色图象增强 四、 1.图象的加、减、乘、除和逻辑运算。 2.图象的镜像变换、图象的缩放
xiangjian_yuzhi
- 针对相似图像,提取其不同的部分。采用先相减再进行阈值判断。-For similar images extracted different parts. Then subtract using the first threshold value judgment.
matlab图像的加减乘除法运算
- matlab图像的加减乘除法运算用于图像的各类运算(The calculation method of add, subtract, multiply and divide matlab images)