搜索资源列表
image_editor
- 实习的时候自己做的一个图像编辑器,跟画图板有点像,-internship when I have done an image editor, with the drawing boards a bit like, Oh
Canny算子
- 用VS2008编辑器,C++写的图像边缘提取算法Canny
BMP-Graphics-editor
- 图形编辑器(graphical editor)允许用户改变位图图像,比如大家经常用到的Photoshop。它所采用的改变方法和文本编辑器允许修改文档的方法一样。位图图像由MxN 的像素矩阵来表示,并且每个像素点都有给定的颜色。 我们的任务就是来要编写一个程序来模拟一个简单的交互式图形编辑器,并将生成的图片存储到一个 BMP 格式的文件中。 -Graphics editor (graphical editor) allows the user to change the bitmap i