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

搜索资源列表

  1. RemoveBlackConnectedComponents

    0下载:
  2. 使用opencv去掉二值化图像中黑色面积较小的连通域。 程序中语句 tmparea = fabs(cvContourArea(contour)) 可以得到当前连通域的面积,当此面积小于阈值时对其填充为白色。 rect = cvBoundingRect(contour,0) 得到的是框住连通域的最小矩形,对矩形中的黑色部分将其填充为白色,但是这样的话,连通域6和4两个连通域被填充成了白色的矩形,这显然不符合我们的要求,这样就要判断此连通域是黑色联通域还是白色连通域,采用的方法是测试矩
  3. 所属分类:OpenCV

    • 发布日期:2017-03-27
    • 文件大小:1229
    • 提供者:
  1. giftTestWeightGenerators

    0下载:
  2. 新型图像 融合策略效果的测试,以达到最优的融合效果-New image fusion results of the test strategy to achieve the optimal fusion
  3. 所属分类:Special Effects

    • 发布日期:2017-04-13
    • 文件大小:1544
    • 提供者:烦渴
  1. read_radiance

    2下载:
  2. matlab 高动态图像 读取的hdr格式的读取文件,经测试可以用-matlab read hdr high dynamic image to read the file format, the test can be used
  3. 所属分类:Special Effects

    • 发布日期:2016-05-25
    • 文件大小:2048
    • 提供者:you
  1. sobel

    0下载:
  2. 字符检测,对于图像中的20几个字符检测出来并进行模板匹配-Character test, for the few characters in the image detected 20 and the template matching
  3. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:3756
    • 提供者:张稳
  1. TextonBoostSplits

    0下载:
  2. Sxena等人发表的关于图像语义分割的源代码,C#代码,包含训练需要的数据集和测试集-Sxena, who published the image semantic segmentation on the source code, C# code, including training needs of the data set and test set
  3. 所属分类:Special Effects

    • 发布日期:2017-04-06
    • 文件大小:2089
    • 提供者:settingsun
  1. target-tracking-using-kalman

    0下载:
  2. 用 kalman滤波进行目标物体追踪,有数据,试验成功,matlab编程,图像处理。-Using kalman filter for tracking the target object, including data, test success, matlab programming, image processing.
  3. 所属分类:matlab

    • 发布日期:2017-03-27
    • 文件大小:306433
    • 提供者:liu
  1. matlab

    0下载:
  2. matlab图像增强,在图像处理中的意思是用户可以随意擦去图像中的一个物体,算法可以自动的用背景中的信息补去空洞,达到看不出来是处理过的效果,又叫inpainting,该程序由matlab写成,效果非常好,文档、演示、测试图像均齐全 -matlab image enhancement, image processing means that users are free to erase the image of an object, the algorithm can automaticall
  3. 所属分类:Special Effects

    • 发布日期:2017-04-09
    • 文件大小:719
    • 提供者:王振
  1. grey

    0下载:
  2. 计算机中图像颜色处理技术是根据RGB 三原色理论对色彩信息量化,再利用像素的点运算扫描整幅图像进行一一处理。 处理带调色板的图像根据其结构特点,改变调色板的颜色数据为灰度数据即可,而真彩色图像可以直接对图像数据部分进 行取灰度值进行处理 并在VC + + 6. 0 环境下编制程序实现,试验结果表明充分利用调色板技术进行灰度处理,优点明显, 适应性强,用途广泛。-Computer image processing technology is based on RGB color RGB
  3. 所属分类:Special Effects

    • 发布日期:2017-04-07
    • 文件大小:162828
    • 提供者:mimi
  1. memorize29

    0下载:
  2. 类似于连连看,该游戏主要考验记忆能力,记住图片,然后选择-Similar Lianliankan, the main test of memory in the game, remember the image and select
  3. 所属分类:Other Riddle games

    • 发布日期:2017-05-19
    • 文件大小:5560924
    • 提供者:李明
  1. DWT

    1下载:
  2. 小波变换 对于任意一种大小的图像 进行小波变换和逆变换 另付一张图片 可以进行试验-Transform the image size for any kind of wavelet transform and inverse transform can be an extra Test picture
  3. 所属分类:Wavelet

    • 发布日期:2016-04-05
    • 文件大小:133120
    • 提供者:ashlee
  1. demo9-vgaout1

    0下载:
  2. 一段VGA实验,适合初学者学习使用,非常实用,但如果要编写复杂图像显示,自己就需要再看些-A VGA test, suitable for beginners to learn to use, very practical, but if you want to write complex image display, and that they need to look more
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-02
    • 文件大小:355104
    • 提供者:xiaoliu
  1. source

    0下载:
  2. 图象的几何变换 source目录下为本章介绍的源程序 功能是打开一幅位图,实现几何变换 命令行编译过程如下 vcvars32 rc bmp.rc cl geotrans.c bmp.res user32.lib gdi32.lib 注意事项: 运行时,文件c:\test.bmp必须存在-Image source directory for the geometric transformation described in this chapter i
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:29737
    • 提供者:梁鹏
  1. SOURCE2

    0下载:
  2. 图象的平滑(去噪声),锐化 source目录下为本章介绍的源程序 功能是实现图象的平滑(去噪声),锐化 命令行编译过程如下 vcvars32 rc bmp.rc cl smooth.c bmp.res user32.lib gdi32.lib 注意事项: 运行时,文件c:\test.bmp必须存在 -Image smoothing (to noise), sharpening source directory for the chapter des
  3. 所属分类:Special Effects

    • 发布日期:2017-04-16
    • 文件大小:23161
    • 提供者:梁鹏
  1. SOURCE3

    0下载:
  2. 图象的半影调和抖动技术 source目录下为本章介绍的源程序 功能是实现图案化和抖动技术,以及bmp2txt 命令行编译过程如下 vcvars32 rc bmp.rc cl dither.c bmp.res user32.lib gdi32.lib 注意事项: 运行时,文件c:\test.bmp必须存在-Reconcile the image of the penumbra Jitter source directory for this chapte
  3. 所属分类:Special Effects

    • 发布日期:2017-04-05
    • 文件大小:23001
    • 提供者:梁鹏
  1. SOURCE7

    0下载:
  2. 图象的检测,模板匹配 source目录下为本章介绍的源程序 功能是图象的检测,模板匹配 命令行编译过程如下 vcvars32 rc bmp.rc cl detect.c bmp.res user32.lib gdi32.lib 注意事项: 运行时,文件c:\test.bmp必须存在 -Image detection, template matching source directory for this chapter describes the
  3. 所属分类:Special Effects

    • 发布日期:2017-04-16
    • 文件大小:22665
    • 提供者:梁鹏
  1. SOURCE8

    0下载:
  2. 图象的压缩编码,JPEG压缩编码标准 source目录下为本章介绍的源程序 功能是行程编码,JPEG压缩编码(基本系统) 命令行编译过程如下 vcvars32 rc bmp.rc cl compress.c bmp.res user32.lib gdi32.lib 注意事项: 运行时,文件c:\test.pcx;c:\test.jpg必须存在 -Image compression, JPEG compression standard source
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:110088
    • 提供者:梁鹏
  1. apple

    1下载:
  2. 根据静态苹果图像RGB三值检测苹果表面是否有缺陷,比较准确-Apple RGB image from the static three-valued test whether apple surface defects, more accurate
  3. 所属分类:matlab

    • 发布日期:2017-04-08
    • 文件大小:518
    • 提供者:张爽
  1. biyesheji

    0下载:
  2. 用matlab做的阀值去噪 添加高斯噪声对比 灰度图像与彩色图像进行测试-Matlab to do with adding Gaussian noise threshold denoising grayscale images and color image contrast test
  3. 所属分类:Special Effects

    • 发布日期:2017-03-31
    • 文件大小:638983
    • 提供者:王斌
  1. dwt-matLab-marking

    0下载:
  2. 提出了一种基于小波变换可抗击几何攻击算法。在水印嵌人 部分# 首先对宿主图像进行小波分解 、 嵌人水印, 再通过余弦变换求得该水印图像的一个特征向量, 利用该特征向量和水印 信息通过12 31 函数生成一个二值逻辑系列, 将该序列作为密钥/ 水印提取部分为# 对待测的图像进行小波变换, 再通过余 弦变换求得待测图像的一个特征向量, 利用该特征向量和密钥通过1 2 4 1 函数提取出水印。-Proposed based on wavelet transform algorith
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:523534
    • 提供者:切尔西
  1. eyes_detect

    0下载:
  2. Labwindows/CVI的程序,实现人眼睡意检测,通过差值,二值处理,去噪声处理,图像标记与分析,图像状态分析等步骤,识别出人眼的疲劳程度-Labwindows/CVI program, achieve, through poor eye sleepiness test values, binary processing, to noise processing, image markers and analysis, image state analysis steps, identify
  3. 所属分类:Special Effects

    • 发布日期:
    • 文件大小:1660135
    • 提供者:hkhaha
« 1 2 ... 44 45 46 47 48 4950 »
搜珍网 www.dssz.com