xqzhao笔记

Welcome to my home! 软件开发兼职和承包小项目,欢迎邮件咨询合作,xqzhaowhut@qq.com.
posts - 10, comments - 18, trackbacks - 1, articles - 0
  博客园 :: 首页 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理

图像处理

摘要: A few remarks with this code. Sadly, I couldn't avoid the pointer arithmetic in the Marshal.Copy() call, the code is not going to work in 64-bit apps. And it is not going to be terribly fast, Bitmap.GetPixel() is slow. Hope it works for you.阅读全文

posted @ 2008-01-24 12:10 济公 阅读(2258) | 评论 (2) 编辑 |

摘要: 在大部分的图像处理应用程序(如Adobe's Photoshop, Google's Picasa or Coral's Paint Shop Pro)中,它们都需要能够选择图片的一个部分。或许用户希望放大图像的这个区域,或者是将要对这块被选取进一步处理。
无论是那个应用,大部分的图像处理软件都需要支持这个功能。当我们在MFC框架下面编写程序的时候,它们通过CDC类的DrawDragRect (…). DrawDragRect (…) API来实现。
阅读全文

posted @ 2008-01-22 11:57 济公 阅读(2894) | 评论 (6) 编辑 |

摘要: 文章主要介绍了Matlab COM Builder接口编程方法的优点、配置和步骤;并将其用于图像处理。该方法充分利用了Matlab图像处理工具箱中的功能和其它编程语言高效的界面开发能力。通过一个例子给出了程序实现的具体过程。阅读全文

posted @ 2008-01-18 16:28 济公 阅读(4669) | 评论 (3) 编辑 |