搜索资源列表
HelpOpenCV
- 该帮助文档内容取自opencv中文网站,有fys2xxx整理编辑,欢迎大家使用并提出问题-To help document the contents of the opencv from Chinese websites, there fys2xxx finishing editing, welcome to use and ask questions
Qt4ImageEdit
- 本代码采用Qt开发工具进行编程,主要展示了如何可以像处理文档文件一样的去对图像文件进行编辑。该样板代码其中的格式转换对我颇有益处,另外其中还有很多处理方法,如“打开,另存,复制,另存为”等等。-The code used to program development tools, Qt, the main display can deal with how the same document to an image file to edit it. The model code of the f
multi-function-text-editor
- 本程序是用c++实现的多功能文本编辑器,它除了可以实现一般文本的编辑功能,还增加了保存文档a(save), 转为大写m(large),改为小写k(small),复制段j-This program is achieved using c++ multi-function text editor, which can be achieved apart from the general text editing features, it has added to save the document
tuxingbianjiqi
- 背景 图形编辑器(graphical editor)允许用户改变位图图像,比如大家经常用到的Photoshop。它所采用的改变方法和文本编辑器允许修改文档的方法一样。位图图像由MxN的像素矩阵来表示,并且每个像素点都有给定的颜色。 我们的任务就是来要编写一个程序来模拟一个简单的交互式图形编辑器。 -about graphical editor.
