CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 图形图象 搜索资源 - 幅值

搜索资源列表

  1. remote-sensing-image-interpolation

    0下载:
  2. 该代码主要实现多幅遥感图像分辨率不一致问题,包括遥感图像处理的常用插值方法,开发环境为MATLAB 7.0a。-The code to achieve multiple remote sensing image resolution of the major inconsistencies, including remote sensing image processing, interpolation method used, the development environment for t
  3. 所属分类:Special Effects

    • 发布日期:2017-03-25
    • 文件大小:1598
    • 提供者:lijin
  1. jiancezhixian

    0下载:
  2. 从一幅二值图像中检测出图像中的一条直线。-A binary image from the detected image in a straight line.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-03
    • 文件大小:545
    • 提供者:茴香
  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. eyesegmentation

    0下载:
  2. 程序可实现人眼虹膜、眼睑及睫毛分割,主要功能有:(1)虹膜内外圆的霍夫圆检测;(2)眼睑检测以及参数方程的求解;(3)睫毛的最优化阈值处理。 vc文件夹下包含以下四个内容:(1)最后编译生成的.exe文件;(2)包含主要算法的.h头文件;(3)两幅原始图像(yangjing1.bmp,yanjing2.bmp);(4)两幅经过MATLAB进行自适应直方图均衡化的图像(yanjing11.bmp,yanjing22.bmp)-Program can achieve human iris, ey
  3. 所属分类:Graph Recognize

    • 发布日期:2017-03-31
    • 文件大小:154661
    • 提供者:郭卉
  1. LVBO

    0下载:
  2. matlab图像处理,可实现任意大小滤波算子的输入和对一幅图像的处理,可允许在文本框中输入算子的权值,有界面GUI。-matlab image processing, can achieve any size of input filter operator and an image processing that allows operators in the text box, enter the weight, there are interface GUI.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-05
    • 文件大小:8567
    • 提供者:yy
  1. centerpoint

    0下载:
  2. LINUX环境下,对一幅图像进行二值化,并设定一个阈值,得到亮斑,并得到亮斑的中心坐标-LINUX environment on a binary image, and set a threshold, are bright spots, and with bright spots of the center coordinates
  3. 所属分类:Special Effects

    • 发布日期:2017-04-13
    • 文件大小:2205
    • 提供者:陈丽娟
  1. 2

    0下载:
  2. 编制程序实现n×m的邻域均值滤波器和中值滤波器,并设计一种简便地对图像边界像元进行处理的方法。‚ 选两幅灰度图像,在图像中分别加上高斯噪声和均匀分布白噪声,分别利用邻域均值滤波、中值滤波进行滤波,比较滤波效果。-English VersionEnglish Version
  3. 所属分类:Special Effects

    • 发布日期:2017-04-09
    • 文件大小:84720
    • 提供者:陈老师
  1. HSIimg

    0下载:
  2. 实现的类可以将每个图片转成hsi颜色空间的图片并显示。在main函数中实现一个文件夹下对于视频的递归遍历,将每个视频中的每一帧取出,进行变换,最后将每个视频中所有帧的亮度值(hsi空间中的i)化成折线图输出并存储为图片,在亮度变化特别大的点用圆点圈出,图片存在视频所在目录下。由于要实现对视频中所有帧的处理,为了加快速度因此单独的将每幅图转成hsi之后现实出来的那三个窗口被注释掉了(否则会现),需要的去掉hsi.cpp后面的那几行注释符号就可以。想要转换颜色空间的,只需要单独用的可以只使用hsi.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-16
    • 文件大小:4311722
    • 提供者:WingLer
  1. shiyan4

    0下载:
  2. (一) 离散时间系统函数: 1、 自行设计某离散时间系统函数,至少是二阶的系统,画出零极点图,判断系统的稳定性。 2、 求出单位样值响应,并画出图形。 3、 求出系统的幅频响应和相频响应,并画出图形。 -(A) discrete-time system function: 1, to design a discrete-time system function, at least second-order system, draw the pole-zero diagram, d
  3. 所属分类:Special Effects

    • 发布日期:2017-04-24
    • 文件大小:11413
    • 提供者:lulu
  1. chengxu

    0下载:
  2. 1、 打点法显示一幅256*256灰度图(BMP)。 2、 图像变换(包括图像平移、缩放、旋转、傅里叶变换、离散余弦变换、沃尔什变换)。 3、 图像增强(包括图像求反、直方图均衡、直方图规定化、线性平滑和线性锐化、中值滤波)。 4、 图像分析(边缘检测)。 -1, hit points shows a picture of 256* 256 gray image (BMP). 2, image transformation (including image scaling,
  3. 所属分类:Special Effects

    • 发布日期:2017-05-19
    • 文件大小:5522713
    • 提供者:ERICK
  1. hdtj

    0下载:
  2. 用灰度统计的方法求图像的分析维!构造四幅图像,根据一定关系计算出四幅图像的灰度值,再对每幅图像求H,最终求出图像的分形维!-
  3. 所属分类:Special Effects

    • 发布日期:2017-05-13
    • 文件大小:3330366
    • 提供者:eric
  1. hecheng

    0下载:
  2. 图像合成技术很重要,其实质是操作将两幅或两幅以上的图像,将它们的信息融合在一起,产生1+1>2 的效果。我们在进行图像合成的时候可 以采用Alpha 值的方法,下面来看一下如何利用Alpha 值来合成两张图片。-Image synthesis technology is important, and its essence is the operation two or two or more images to their information together to produc
  3. 所属分类:Special Effects

    • 发布日期:2017-04-03
    • 文件大小:567
    • 提供者:王策
  1. 1

    0下载:
  2. 本代码主要是对一幅灰度图像rice.jpg进行一些处理,消除rice.jpg图像中的亮度不一致的背景,并使用阀值分割将修改后的图像转换为二值图像,使用轮廓检测返回图像中目标对象的个数以及统计属性。-This code is a majorrice.jpg some gray-scale image processing, eliminatingrice.jpg image brightness inconsistent background and used the modified thres
  3. 所属分类:Special Effects

    • 发布日期:2017-04-13
    • 文件大小:1678
    • 提供者:李俊刚
  1. cutting

    0下载:
  2. 利用多种方式对一幅2值图像进行分割,并输出结果-cutting a 2-UNIT picture in different ways and output
  3. 所属分类:Special Effects

    • 发布日期:2017-04-03
    • 文件大小:824
    • 提供者:孙穹
  1. nearest

    0下载:
  2. 这是一份C++的技术文档。这份文档主要介绍了对数字图像的处理。利用各种插值方法,对一幅图像进行放大、缩小。-This is a C++ technical documentation. This document describes the processing of digital images.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-06
    • 文件大小:1185430
    • 提供者:hust
  1. 2008DIP

    0下载:
  2. 数字图像处理C语言源程序,完成了打开一幅位图,查看位图信息,水平镜像,二值化,平移-Digital image processing C-language source code complete open a bitmap, the bitmap information view, horizontal image, binary, translation
  3. 所属分类:Special Effects

    • 发布日期:2017-04-14
    • 文件大小:4110
    • 提供者:
  1. Binarization-Transformation

    0下载:
  2. 图像处理源程序,实现二值化变换,经一幅图像灰度化后,变成二值化图像,包括大津法、最大类间方差法、一般阈值法、及文本识别最有用的Niblack法-Image processing program and realized binarization transformation, after by a gray-scale image into binary image, including the Otsu method, Otsu method, the general threshold, a
  3. 所属分类:Special Effects

    • 发布日期:2017-05-12
    • 文件大小:2905849
    • 提供者:Robert
  1. code

    0下载:
  2. Step 1: 二值化一幅图像,结果存为 binary.bmp Step 2: 用不同彩色填充连通域(连通分量),结果存为 connect.bmp Step 3: 在二值图像中找出轮廓并存储为 countour.bmp -binary a image,floodfill the connected part,and find the contour of the image
  3. 所属分类:OpenCV

    • 发布日期:2017-05-11
    • 文件大小:3050476
    • 提供者:巴蒂尔
  1. Rotating-not-interpolation

    0下载:
  2. 对一幅图进行选择,但是旋转的过程不插值。这样和插值的旋转可以有更深刻的理解-To choose a picture, but the process of rotating not interpolation. Such and interpolation rotation can have a more profound understanding
  3. 所属分类:Special Effects

    • 发布日期:2017-04-07
    • 文件大小:766
    • 提供者:罗国中
  1. Rpic

    0下载:
  2. 可以实现打开一幅4位、8位、24位、32位的位图,并转换为灰度图及二值图-It could open a BMP imag and could make it gray.
  3. 所属分类:Picture Viewer

    • 发布日期:2017-04-10
    • 文件大小:2012708
    • 提供者:寂寞掌纹
« 1 2 ... 6 7 8 9 10 1112 13 14 15 16 ... 19 »
搜珍网 www.dssz.com