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

搜索资源列表

  1. chepaidingwei

    0下载:
  2. 使用时打开此例题目录下pic中的图片,然后依次单击按钮“转”、“1”、“2”、“3”、“4”和“5”,就可以实现精确的车牌定位。 具体步骤 1.24位真彩色->256色灰度图。 2.预处理:中值滤波。 3.二值化:用一个初始阈值T对图像A进行二值化得到二值化图像B。 初始阈值T的确定方法是:选择阈值T=Gmax-(Gmax-Gmin)/3,Gmax和Gmin分别是最高、最低灰度值。 该阈值对不同牌照有一定的适应性
  3. 所属分类:Special Effects

    • 发布日期:2017-05-06
    • 文件大小:1495081
    • 提供者:老昌
  1. image_processing

    0下载:
  2. 用MATLAB自己编写的一系列图像处理算法。详细说明: ch5_1_1: 图像灰度线性变换 (§5.1.1) ch5_1_2: 图像灰度分段线性变换 (§ 5.1.1) ch5_1_3: 采用对数形式的变换函数进行动态范围压缩 (§5.1.1) ch5_1_4: 图像直方图的均衡化 (§5.1.2) ch5_1_5: 直方图规定化 (§5.1.2) ch5_2_1: 邻域平均的线性平滑滤波法实现降噪 (§5.2.2) ch5_2_2: winner滤波法实现降噪
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:8264
    • 提供者:qinchuan
  1. 05

    0下载:
  2. 一个基于MFC的简单的屏幕截图工具,其中实现了热键截取-DWORD size=bitmap.bmWidthBytes*bitmap.bmHeight //图片数据大小 LPSTR lpData=(LPSTR)GlobalAlloc(GPTR,size) int panelsize = 0 //记录调色板大小 if(bitmap.bmBitsPixel<16) //判断是否为真彩色位图 panelsize =(int)pow(2
  3. 所属分类:GUI Develop

    • 发布日期:2017-05-21
    • 文件大小:6620071
    • 提供者:sunwen
  1. yaoganzengqiang

    0下载:
  2. 从多光谱图像中构建真彩色复合图像,对真彩色复合图像进行对比度扩展增强处理。-True color composite image constructed from multi-spectral image, the true color composite image contrast stretching enhancement.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-31
    • 文件大小:1065
    • 提供者:husir
  1. hist_bmp

    0下载:
  2. 使用VC++画出bmp的直方图,本程序支持8位的灰度位图,如果你的图像时24为的真彩色位图,应该先转化为8位的灰度图像然后再画直方图-To use VC++ draw the histogram of bmp, this program supports 8-bit grayscale bitmap 24 for your image true color bitmap, should be converted to 8-bit grayscale image and then draw the
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-05-08
    • 文件大小:1998461
    • 提供者:飞翔
  1. The-effects-of-the-image-display

    0下载:
  2. 1. 实现图像由小到大,逐渐显示。 要求:显示一幅位图,由小到大,逐渐显示。 任务: (1)在左视图中打开一幅bmp位图,包括256色或真彩色位图 (2)制作一个【图像由小到大逐渐显示】菜单,将消息映射到右视图中,在右视图 中显示位图,完成图像由小到大,逐渐显示 功能。 2. 将图像中的红气球物体左右、上下、对称复制。 要求:在左视图中打开一幅256色的灰度bmp位图。 将图像中的红气球物体左右、上下、对称复制。 任务: (1)在左视图中打开一幅
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-03-29
    • 文件大小:276655
    • 提供者:裴娜
  1. 1

    0下载:
  2. BMP图像文件的操作,编写C++程序,可以将一个标准24bit真彩色BMP文件中三基色图像提取出来存成独立的8bit灰度图像(BMP)-The operation of the BMP image file, write C++ program trichromatic image in a standard 24bit true color BMP files can be extracted to be saved as a separate 8bit grayscale images (B
  3. 所属分类:Java Develop

    • 发布日期:2017-05-14
    • 文件大小:3183839
    • 提供者:杨蔚
  1. wudi8

    0下载:
  2. 实现简单的真彩色与伪彩色图像之间的转换功能 习作-Simple true color and pseudo-color image conversion function between assignments
  3. 所属分类:Multimedia Develop

    • 发布日期:2017-05-07
    • 文件大小:1965720
    • 提供者:wudi
  1. DIBDisplay

    0下载:
  2. 主要用于图像显示,支持的格式主要是bmp的。并且不支持真彩色-Show BMP Picture
  3. 所属分类:Picture Viewer

    • 发布日期:2017-05-11
    • 文件大小:2148497
    • 提供者:崔汉锋
  1. a-series-of-programs

    0下载:
  2. 详细说明: ch5_1_1: 图像灰度线性变换 (§5.1.1) ch5_1_2: 图像灰度分段线性变换 (§ 5.1.1) ch5_1_3: 采用对数形式的变换函数进行动态范围压缩 (§5.1.1) ch5_1_4: 图像直方图的均衡化 (§5.1.2) ch5_1_5: 直方图规定化 (§5.1.2) ch5_2_1: 邻域平均的线性平滑滤波法实现降噪 (§5.2.2) ch5_2_2: winner滤波法实现降噪 (§5.2.2) ch5_2_3: 中值滤
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:7753
    • 提供者:王小龙
  1. ReadBMP_1

    0下载:
  2. 读取一张BMP图像,显示其相关信息,并修改图片的颜色表,使得图片颜色改变以后另外存盘! 只能是8bit的灰度图像才有颜色表,24bit的真彩色图片没有颜色表!-Read a BMP image, display information, and modify the color table of the picture, making the picture color change after another save! Only 8bit grayscale images have a
  3. 所属分类:2D Graphic

    • 发布日期:2017-05-12
    • 文件大小:2911232
    • 提供者:caoxuan
  1. 24bmpt8bit

    0下载:
  2. 真彩色BMP图转换为8位图 ,vc++图像处理,源码中为固定路径中的图片 ,转换后存为固定路径,可通过修改灵活选取路径-Convert true color BMP Figure 8 Figure, vc++ image processing source in the picture for a fixed path, the deposit after conversion to a fixed path, by modifying the flexibility to select the
  3. 所属分类:Special Effects

    • 发布日期:2017-04-06
    • 文件大小:6850
    • 提供者:刘佳
  1. aster_natural_color_composite

    0下载:
  2. ASTER图像的波段真彩色合成源代码,已经测试过-True color ASTER image of the band synthetic source code, has been tested
  3. 所属分类:Special Effects

    • 发布日期:2017-11-09
    • 文件大小:13733
    • 提供者:逸文
  1. bmpajpegchuli

    0下载:
  2. BMP图像文件的操作,可以将一个标准24bit真彩色BMP文件中三基色图像提取出来存成独立的8bit灰度图像(BMP) 自写算法将BMP转换为JPG,再将jpg转化为bmp-Operation of the BMP image file can be a standard 24bit true color BMP file trichromatic image extracted saved as separate 8bit grayscale images (BMP) self-writt
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-11-12
    • 文件大小:4228150
    • 提供者:
  1. compression

    0下载:
  2. Delphi图像压缩代码,捕捉全屏幕图像,图像为 16位真彩色,也可根据实际需要调整,压缩图像,获得图像流的原始尺寸,将原始图像流进行压缩-Delphi image compression code to capture the image of the full-screen image to 16-bit True Color, also may need to be adjusted according to the actual compressed image to the origi
  3. 所属分类:Windows Develop

    • 发布日期:2017-12-02
    • 文件大小:9216
    • 提供者:Jay
  1. matlab-histogram-equalization

    0下载:
  2. matlab中实现直方图均衡化,图像必须是灰度图像,真彩色要转化为灰度图才能正确处理。-matlab histogram equalization, the image must be grayscale images, true color to be converted to grayscale to be processed correctly.
  3. 所属分类:matlab

    • 发布日期:2017-11-01
    • 文件大小:690
    • 提供者:wkk
  1. bmp

    0下载:
  2. bmp图像顺时针旋转90度,24或32位真彩色bmp图像-bmp image rotated clockwise 90 degrees, 24 or 32-bit true color bmp image
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-09
    • 文件大小:1474
    • 提供者:letitia lu
  1. 1

    0下载:
  2. VC+。BMP。真彩色BMP图像转换256色图像函数-BMP. Ext 256 color true color images
  3. 所属分类:Special Effects

    • 发布日期:
    • 文件大小:2890135
    • 提供者:tangrui
  1. imgtool

    0下载:
  2. /** * * 图像处理:根据传递过来的坐标参数,x,y,w,h,依次为选取的x坐标,y坐标,w宽度,h高度 * 通过imagecopy()方法将该区域copy至第一步创建的空白图像中 * 注意,在创建图像的时候要用imagecreatetruecolor()真彩色,不然用imagecreate()图片会失真 */-failed to translate
  3. 所属分类:Special Effects

    • 发布日期:2016-01-25
    • 文件大小:3358720
    • 提供者:000000
  1. zhencaisefenjie

    0下载:
  2. matlab真彩色增强。 利于图像的膨胀处理。-Matlab true color enhancement. Conducive to the expansion of processing image.
  3. 所属分类:matlab

    • 发布日期:2017-12-01
    • 文件大小:1251
    • 提供者:赖沿州
« 1 2 ... 5 6 7 8 9 1011 12 »
搜珍网 www.dssz.com