搜索资源列表
yuzhi
- 本代码是关于数字图像阈值分割的源代码,它包括:文件的重新打开与图像的灰度处理,其中灰度处理又包括:灰度二值化处理、r分量直方图、g分量值方图、b分量直方图等。-the code is on the threshold of digital image segmentation of the source code, including : File with the reopening of gray image processing, which also includes handling
RGB_color_transform_gray_level_co-design_of_C_and_
- to use verilog code and c to translate a RGB bmp image(512*512) to a gray level image
如何实现三态选择树
- 如何实现三态树的源代码,三态树就是3个状态:选择,非选,灰选。代码是VC写的。-three states how to achieve the source code tree, the tree is three states three things : choice, non-elected, gray elections. VC code is written.
20070525_vc_src
- 一个可以重命名workspace的程序。 演示了如何生成一个COM组件。 用图形界面的程序装载控制台程序并接收控制台程序的输出。 将tiff转换成PDF的源程序。 简单字处理程序。 调节灰度的滑动条的类。 一个SMPP类库可以用来连接SMPP网关来发送和接收SMS消息。 使用CColorDialog类轻松改变对话框背景颜色和字体。 一个基于IE的浏览器,使用了多文档界面的标签,IE界面和XP的工具条等。
Text_hide_color_image
- code for gray to rgb conversion
AntiGreyBtn
- 本软件用于突破灰色不可用按钮的限制,是个测试用的代码-The software used to break through the gray button on the restrictions is not available, is a test code
gelay
- 基于MFC界面的格雷码编译码C++源程序。-MFC-based interface Gray code encoding and decoding C++ source code.
zhongxinbijin
- 中心逼近式改进灰色模型滑坡形变预测预报代码,自己写的,带有详细的解释-Center approach to improve the gray model of landslide deformation forecasting code, wrote it myself, with a detailed explanation
Button
- C#美化单选按钮和复选按钮实例源码下载,用绘制的方法来实现美化,首先改变了单选框和复选框的颜色,其实是改变了它们的形状,一改灰色的默认风格,学习这种美化方法后,可以让复选框和单选按钮更能适合你的网页风-C# beautify radio buttons and check buttons source code examples to download, use drawing methods to achieve landscaping, first change the color of r
Digital-Image-Processing
- 有源码,适合学习C++的人 一、 读入一幅灰度图象,编写程序显示图象中任一象素点的灰度值。 二、 编程实现RGB彩色空间到HSV彩色空间的转换,并通过调整H、S、V的值实现图像亮度、色度和色饱和度的调节。 三、 1.灰度线性变换、分段线性变换 2.灰度直方图均衡、规格化 3.图象卷积:各种模板实现低通、高通滤波 4.图象中值滤波、最大值滤波、最小值滤波、模板选择滤波 5.伪彩色图象增强 四、 1.图象的加、减、乘、除和逻辑运算。 2.图象的镜像变换、图象的缩放