Welcome![Sign In][Sign Up]
Location:
Search - 彩色选择

Search list

[Graph program彩色图像的合成vc代码

Description: 一个较好效果的彩色图像合成代码(分左右两个视窗,点击左边的视窗后显示左图,选择操作后,点击右视窗,可看到各种不同合成操作的效果图)-a good result Color Image Synthesis code (around two windows, Click on the left side of the window shows the municipality, the choice of operation, click on the right window we can see various synthesis operating results)
Platform: | Size: 284111 | Author: 冰钰 | Hits:

[Windows Develop实例4 彩色列表框

Description: 通过实现ListCellRenderer借口,实现一个色彩选择列表框,对列表中的每一项,以彩色文字表示其RGB色彩值。-realizing a listbox of color choice through interface of ListCellRenderer and expressing the value of RGB color with word of color toward every option of list.
Platform: | Size: 9779 | Author: 胡颖 | Hits:

[Embeded-SCM Develop汇编绘制彩色矩形

Description: 用汇编编写绘制彩色的矩形,可以自由选择大小
Platform: | Size: 2009 | Author: wallace_chou | Hits:

[matlab彩色选择matlab 示例代码

Description: 彩色选择matlab 示例代码
Platform: | Size: 169700 | Author: yingying04065106 | Hits:

[Graph Recognize车牌定位

Description: 车牌定位 使用时打开此例题目录下pic中的图片,然后依次单击按钮“转”、“1”、“2”、“3”、“4”和“5”,就可以实现精确的车牌定位。 具体步骤 1.24位真彩色->256色灰度图。 2.预处理:中值滤波。 3.二值化:用一个初始阈值T对图像A进行二值化得到二值化图像B。 初始阈值T的确定方法是:选择阈值T=Gmax-(Gmax-Gmin)/3,Gmax和Gmin分别是最高、最低灰度值。 该阈值对不同牌照有一定的适应性,能够保证背景基本被置为0,以突出牌照区域。 4.削弱背景干扰。对图像B做简单的相邻像素灰度值相减,得到新的图像G,即Gi,j= Pi,j-Pi,j-1 i=0,1,…,439 j=0,1,…,639Gi,0=Pi,0,左边缘直接赋值,不会影响整体效果。 5.用自定义模板进行中值滤波 区域灰度基本被赋值为0。考虑到文字是由许多短竖线组成,而背景噪声有一大部分是孤立噪声,用模板(1,1,1,1,1)T对G进行中值滤波,能够得到除掉了大部分干扰的图像C。 6.牌照搜索:利用水平投影法检测车牌水平位置,利用垂直投影法检测车牌垂直位置。 7.区域裁剪,截取车牌图像。-positioning plates used to break pic examples directory of images, and then click the button "turn", "1", "2", "3" and "4" and "5", can achieve precise positioning of the plates. Concrete steps 1.24 true color-gt; 256-color grayscale. 2. Pretreatment : median filter. 3. Binary : an initial threshold value T A pair of images for two to be two binary images B value. T initial threshold value to determine the method is : Select threshold T = Tc- (Tc-Gmin)/3, respectively Gmin saturated and is the highest and the lowest gray value. The threshold values for different licenses are certain adaptability, to ensure that basic background was home to 0, to highlight regional licenses. 4. Weakened background interference. The images do sim
Platform: | Size: 734208 | Author: 何问宇 | Hits:

[Windows Develop实例4 彩色列表框

Description: 通过实现ListCellRenderer借口,实现一个色彩选择列表框,对列表中的每一项,以彩色文字表示其RGB色彩值。-realizing a listbox of color choice through interface of ListCellRenderer and expressing the value of RGB color with word of color toward every option of list.
Platform: | Size: 9216 | Author: 胡颖 | Hits:

[EditBoxmfc的文件显示 byhangke

Description: 1、 本程序在交作业时需提交数据库或表结构及其详细的说明书、源码程序。 2、 掌握位图的相关概念。 3、 学会使用使用资源编辑器编辑位图。 4、 编程方式可以使用API编程或MFC编程方式。 5、 建议程序只能处理24位真彩色位图。 6、 程序运行后,通过选择文件|打开菜单后选择一个BMP文件,如果不是BMP文件或不是真彩色文件,程序应该报告信息。如果用户选择的是真彩色的位图则将图形显示在窗口中,而且占满整个客户区。如果调整窗口则图形也跟着变化。始终占满整个客户区 -1, the procedures required to submit perpendicular operation at the table or database structure and detailed manuals, source programs. 2, master bitmap related concepts. 3, learning how to use the resources editors edit bitmap. 4, programming can use API programming or MFC programming. 5, the proposed procedure can only handle 24-bit true color map. 6, after running through the options document | Open menu option after a BMP file, if not BMP files or not true color documents, procedures should report information. If the option is the true color of the bitmap graphics will be shown in the window and filled the entire area customers. If the adjustment window graphics were also followed changes. Customers always filled the entire area
Platform: | Size: 26624 | Author: 八云 | Hits:

[Graph program彩色图像的合成vc代码

Description: 一个较好效果的彩色图像合成代码(分左右两个视窗,点击左边的视窗后显示左图,选择操作后,点击右视窗,可看到各种不同合成操作的效果图)-a good result Color Image Synthesis code (around two windows, Click on the left side of the window shows the municipality, the choice of operation, click on the right window we can see various synthesis operating results)
Platform: | Size: 2890752 | Author: 冰钰 | Hits:

[Special Effectsplateloc

Description: 车牌定位使用说明 使用时打开此例题目录下pic中的图片,然后依次单击按钮“转”、“1”、“2”、“3”、“4”和“5”,就可以实现精确的车牌定位。 具体步骤 1.24位真彩色->256色灰度图。 2.预处理:中值滤波。 3.二值化:用一个初始阈值T对图像A进行二值化得到二值化图像B。 初始阈值T的确定方法是:选择阈值T=Gmax-(Gmax-Gmin)/3,Gmax和Gmin分别是最高、最低灰度值。 该阈值对不同牌照有一定的适应性,能够保证背景基本被置为0,以突出牌照区域。 4.削弱背景干扰。对图像B做简单的相邻像素灰度值相减,得到新的图像G,即Gi,j=|Pi,j-Pi,j-1|i=0,1,…,439 j=0,1,…,639Gi,0=Pi,0,左边缘直接赋值,不会影响整体效果。 5.用自定义模板进行中值滤波 区域灰度基本被赋值为0。考虑到文字是由许多短竖线组成,而背景噪声有一大部分是孤立噪声,用模板(1,1,1,1,1)T对G进行中值滤波,能够得到除掉了大部分干扰的图像C。 6.牌照搜索:利用水平投影法检测车牌水平位置,利用垂直投影法检测车牌垂直位置。 7.区域裁剪,截取车牌图像。 -positioning plates for use when used to break pic examples directory of images, and then click the button "turn", "1", "2", "3" and "4" and "5", can achieve precise positioning of the plates. Concrete steps 1.24 true color-gt; 256-color grayscale. 2. Pretreatment : median filter. 3. Binary : an initial threshold value T A pair of images for two to be two binary images B value. T initial threshold value to determine the method is : Select threshold T = Tc- (Tc-Gmin)/3, respectively Gmin saturated and is the highest and the lowest gray value. The threshold values for different licenses are certain adaptability, to ensure that basic background was home to 0, to highlight regional licenses. 4. Weakened background interference. The
Platform: | Size: 1134592 | Author: 发过 | Hits:

[transportation applicationslicense_orientation

Description: 车牌定位---VC++源代码程序 1.24位真彩色->256色灰度图。 2.预处理:中值滤波。 3.二值化:用一个初始阈值T对图像A进行二值化得到二值化图像B。 初始阈值T的确定方法是:选择阈值T=Gmax-(Gmax-Gmin)/3,Gmax和Gmin分别是最高、最低灰度值。 该阈值对不同牌照有一定的适应性,能够保证背景基本被置为0,以突出牌照区域。 4.削弱背景干扰。对图像B做简单的相邻像素灰度值相减,得到新的图像G,即Gi,j=|Pi,j-Pi,j-1|i=0,1,…,439 j=0,1,…,639Gi,0=Pi,0,左边缘直接赋值,不会影响整体效果。 5.用自定义模板进行中值滤波 区域灰度基本被赋值为0。考虑到文字是由许多短竖线组成,而背景噪声有一大部分是孤立噪声,用模板(1,1,1,1,1)T对G进行中值滤波,能够得到除掉了大部分干扰的图像C。 6.牌照搜索:利用水平投影法检测车牌水平位置,利用垂直投影法检测车牌垂直位置。 7.区域裁剪,截取车牌图像。 -positioning plates-- VC source code procedures 1.24 true color-
Platform: | Size: 761856 | Author: 贺娜 | Hits:

[Graph RecognizeCardRecognization

Description: 车牌识别系统 使用说明 使用时打开此例题目录下pic中的图片,然后依次单击按钮“转”、“1”、“2”、“3”、“4”和“5”,就可以实现精确的车牌定位。 具体步骤 1.24位真彩色->256色灰度图。 2.预处理:中值滤波。 3.二值化:用一个初始阈值T对图像A进行二值化得到二值化图像B。 初始阈值T的确定方法是:选择阈值T=Gmax-(Gmax-Gmin)/3,Gmax和Gmin分别是最高、最低灰度值。 该阈值对不同牌照有一定的适应性,能够保证背景基本被置为0,以突出牌照区域。 4.削弱背景干扰。对图像B做简单的相邻像素灰度值相减,得到新的图像G,即Gi,j=|Pi,j-Pi,j-1|i=0,1,…,439 j=0,1,…,639Gi,0=Pi,0,左边缘直接赋值,不会影响整体效果。 5.用自定义模板进行中值滤波 区域灰度基本被赋值为0。考虑到文字是由许多短竖线组成,而背景噪声有一大部分是孤立噪声,用模板(1,1,1,1,1)T对G进行中值滤波,能够得到除掉了大部分干扰的图像C。 6.牌照搜索:利用水平投影法检测车牌水平位置,利用垂直投影法检测车牌垂直位置。 7.区域裁剪,截取车牌图像。-number plate recognition system for use when used to break pic examples directory of images, Click the button followed by a "U-turn", "1", "2" and "3" and "4" and "5", can achieve precise positioning of the plates. Concrete steps 1.24 true color-
Platform: | Size: 746496 | Author: 洪清启 | Hits:

[Software Engineeringhistgram

Description: 多维颜色直方图::文中利用Matlab软件对真彩色图像高堆直方因数据的可视化进行了实践研究,并给出了 制作高雏直方图的相应程序。高雒直方图的可视化对真彩色图像分割中正确选择合适的彩色模型研 究起到了很好的作用。-multi-dimensional color histogram : : The authors use the Matlab software for true color images directly to the high rockfill for data visualization of practice, and given the high production of child histogram of the corresponding procedures. Luo high histogram visualization of the true color image segmentation correct choice of color model played a very good role.
Platform: | Size: 131072 | Author: 杨致远 | Hits:

[Graph Recognizereply_1_1007847

Description: 车牌定位使用说明 使用时打开此例题目录下pic中的图片,然后依次单击按钮“转”、“1”、“2”、“3”、“4”和“5”,就可以实现精确的车牌定位。 具体步骤 1.24位真彩色->256色灰度图。 2.预处理:中值滤波。 3.二值化:用一个初始阈值T对图像A进行二值化得到二值化图像B。 初始阈值T的确定方法是:选择阈值T=Gmax-(Gmax-Gmin)/3,Gmax和Gmin分别是最高、最低灰度值。 该阈值对不同牌照有一定的适应性,能够保证背景基本被置为0,以突出牌照区域。 4.削弱背景干扰。对图像B做简单的相邻像素灰度值相减,得到新的图像G,即Gi,j=|Pi,j-Pi,j-1|i=0,1,…,439 j=0,1,…,639Gi,0=Pi,0,左边缘直接赋值,不会影响整体效果。 5.用自定义模板进行中值滤波 区域灰度基本被赋值为0。考虑到文字是由许多短竖线组成,而背景噪声有一大部分是孤立噪声,用模板(1,1,1,1,1)T对G进行中值滤波,能够得到除掉了大部分干扰的图像C。 6.牌照搜索:利用水平投影法检测车牌水平位置,利用垂直投影法检测车牌垂直位置。 7.区域裁剪,截取车牌图像。-positioning plates for use when used to break pic examples directory of images, Click the button followed by a "U-turn", "1", "2" and "3" and "4" and "5", can achieve precise positioning of the plates. Concrete steps 1.24 true color-
Platform: | Size: 115712 | Author: csyw | Hits:

[Software Engineeringcardetection

Description: 1.24位真彩色->256色灰度图。 2.预处理:中值滤波。 3.二值化:用一个初始阈值T对图像A进行二值化得到二值化图像B。 初始阈值T的确定方法是:选择阈值T=Gmax-(Gmax-Gmin)/3,Gmax和Gmin分别是最高、最低灰度值。 该阈值对不同牌照有一定的适应性,能够保证背景基本被置为0,以突出牌照区域。 4.削弱背景干扰。对图像B做简单的相邻像素灰度值相减,得到新的图像G,即Gi,j=|Pi,j-Pi,j-1|i=0,1,…,439 j=0,1,…,639Gi,0=Pi,0,左边缘直接赋值,不会影响整体效果。 5.用自定义模板进行中值滤波 区域灰度基本被赋值为0。考虑到文字是由许多短竖线组成,而背景噪声有一大部分是孤立噪声,用模板(1,1,1,1,1)T对G进行中值滤波,能够得到除掉了大部分干扰的图像C。 6.牌照搜索:利用水平投影法检测车牌水平位置,利用垂直投影法检测车牌垂直位置。 7.区域裁剪,截取车牌图像。 -1.24 true color-
Platform: | Size: 755712 | Author: lily | Hits:

[Windows CEGetBmpData

Description: GetBmpData是一个液晶取模软件,支持大多数的IC数据格式,你可以转化为你想要得数据方式,允许选择扫描方向和图片的效果调整。可以输出彩色、黑白多种数据格式。-GetBmpData is a liquid crystal modulus software, support for most of the IC data format, you can be transformed into data the way you want to allow the choice of scanning direction and adjust the effect of picture. Can output color and black-and-white variety of data formats.
Platform: | Size: 185344 | Author: hellofire | Hits:

[Graph Drawingyan

Description: 显示所选彩色图像的原始图像和颜色直方图 编程对颜色直方图的颜色多少按大小排序,取前n个(分别取1、2、5、8、16)值对应的颜色编号,作为图像的n个主色调,可实现 显示出n种色调,本文选择5种
Platform: | Size: 1024 | Author: liangsj | Hits:

[VC/MFCVisualC++_CBQ

Description: Visual C++实用图像处理专业教程_陈兵旗(pdf) 本书共分13章。第1章介绍了图像处理的发展现状和图像处理的基本特点;第2章介绍了图像处理的基本概念,以及Visual C++图像处理编程的基本方法。以后各章分别介绍了区域分割与提取、边缘检测与提取、图像平滑、图像增强、特征选择与描述、彩色变换、彩色分割、几何变换、频率变换、图像压缩、小波变换等图像处理知识,以及相应的可自由调用的C语言图像处理源程序。在最后的附录里列出了专业版Imgc的Visual C++界面源程序。 本书随书光盘中包含有配套学习版软件Imgcx和专业版软件Imgc,可供读者学习和分析使用。 本书适用于Visual C++中级读者以及图像处理专业人员参考,适合于各高等院校Visual C++程序设计及图像处理课程的教学和科研。
Platform: | Size: 7138304 | Author: dh | Hits:

[Dialog_Windowimagedenoisingscalespace

Description: 在使用扩散过程平滑噪声之后引入反扩散过程来恢复边缘,结合尺度空间理论和反扩散函数对图像进行去噪处理。该方法使用最小描述长度(MDI )准则自适应地选择图像中每一点处的最优尺度对图像进行滤波。加入尺度范围限制降低了过平滑和欠平滑的影响。改进了反扩散函数模型,对降质图像中的边缘进行恢复。与经典的滤波方法以及各向异性扩散方程的结果相比。本文方法取得了较好的效果。-Diffusion process in the use of noise after smoothing the introduction of anti-diffusion process to restore the edge, combined with scale space theory and the anti-spread function of image denoising treatment. This method is the use of minimum description length (MDI) criteria for adaptive selection of images every point in the Agency
Platform: | Size: 225280 | Author: liqiangqiang | Hits:

[GDI-BitmapSetColorToGray1.2ct

Description: 一个将灰度图上色的软件,通过一幅参考图像的色彩信息,实现对一个类似灰度图的彩色化 。只要在菜单中先选择一个彩色图作为参考图,再选一个(LoadImg菜单)灰度图(24位),在Proc即可 -A grayscale color software, a reference image through the color information to achieve a similar color and grayscale. As long as the menu to select a color map as a reference map, a re-election (LoadImg menu) grayscale (24), in Proc can
Platform: | Size: 416768 | Author: 张智 | Hits:

[Special EffectsIP-Programing

Description: 1。演示程序中增加了三个鼠标功能的演示程序与真彩色图 像像素数据的显示。 2、新增了四个菜单,即分水岭算法、线段表新应用、论文例图和应 用模块,它们都是交稿后到最近这段时间里所做的工作。新增内 容都是在此编程环境下完成的。 3、分水岭算法菜单中给出了分割粘连图像的四种方法。 4、线段表新应用菜单给出了用种子填色法实现的连通区域分割方法, 它比线段编码法简单,还介绍了用线段表实现数 学形态学中腐蚀膨胀的快速算法。 中所用图像的生成步骤,也是图像处理的具体应用实例。软件包 中也提供了这三篇论文以供参考。 6、应用模块提供了图像文件的读写与真彩色图像变灰阶功能,可以 输入输出自行选择的图像。这样,就有条件在此基础上开发一些 简单的图像处理应用程序,使之更趋实用。提供的功能中有六个 处理实例,读者可参照着开发自己需要的功能。 -err
Platform: | Size: 7089152 | Author: 王亚亮 | Hits:
« 12 3 4 5 6 7 8 »

CodeBus www.codebus.net