搜索资源列表
rawEdit
- 属于数字图像处理部分。这是生成原始二进制的图像,也是最基本的程序,由此来进行其他类型图像的转换-belonging to digital image processing. This is to generate original binary images, but also the most basic procedures, which to other types of image change
rawMake
- 属于数字图像处理部分。将原始二进制图像进行剪贴,扩大与缩小等处理的程序-belonging to digital image processing. The original binary image clippings, expanding and narrowing of the procedures, etc.
rawValue
- 属于数据图像处理部分。 将原始的二进制图像转换成histogram的效果。 -belong data image processing. The original binary image histogram into effect.
rawEdit
- 属于数字图像处理部分。这是生成原始二进制的图像,也是最基本的程序,由此来进行其他类型图像的转换-belonging to digital image processing. This is to generate original binary images, but also the most basic procedures, which to other types of image change
rawMake
- 属于数字图像处理部分。将原始二进制图像进行剪贴,扩大与缩小等处理的程序-belonging to digital image processing. The original binary image clippings, expanding and narrowing of the procedures, etc.
rawValue
- 属于数据图像处理部分。 将原始的二进制图像转换成histogram的效果。 -belong data image processing. The original binary image histogram into effect.
mCh21
- matlab图像处理,在原始图像中选择的多边形区域及二进制mask图像,过滤前后的上衣商标显示,自定义的图像过滤操作,填充前后的trees图像-matlab image processing, in the original image selected regional and binary mask polygon images before and after filtration jacket trademark show th
pic_pocess_yuv
- 1)C# 编写的图像处理程序,可以将YUV格式数据与RGB格式数据相互转换,并显示。 2)可打开YUV格式的原始数据,并转换为图片并保存; 3)打开任意格式的图片,以二进制格式数据显示RAW DATA-1) C# prepared by the image processing program, you can YUV and RGB format data format data conversion and display.
multi-read raw
- 原始二进制图像批量处理,同时读取多幅二进制源码图像,并提取图像信息(Reading multiple binary source images at the same time and extracting image information)
matlab.thresholding-master
- 在计算机视觉中,图像分割是将图像分成多个片段的过程。这使我们能够通过以比原始图像更简单的表示方式来更好地分析图像。一种用于分割图像的方法是阈值分割;也就是说,将强度值低于阈值的所有像素设置为背景值,而将高于阈值的其他像素设置为前景值。最简单的阈值处理形式是对所有像素使用全局阈值,而自适应阈值处理根据像素及其周围环境动态改变阈值。典型地,阈值处理从灰度图像开始,并输出二进制图像以清晰地描绘图像中的片段。在本实验中,我们开发了一种自适应阈值