Life of Inches

anthonychan的博客大巴空间
  • 最基础的OpenCV与Qt的结合 - [Computer Graphics (计算机图形学)]

    这是一个利用OpenCV读取一张图片然后用Qt生成窗口display出来。做的主要是IplImage到QImage的转换。大部分参考了这个人的博客(http://leohart.net/site/comments/convert_opencv_iplimage_to_qt_qimage/)

    基本用法就是:

    1)声明这个类,传入图片路径到构造函数中;

    2)用getQImage函数获得QImage,然后就可以用到Qt的东西中。...

    Tag:Qt OpenCV 图片 显示
    小贱妇 发表于2009-07-19 12:54:18 | 阅读全文 | 评论 0 | 编辑 | 分享 0
  • Image Processing - Linear Discriminant Analysis - [Computer Graphics (计算机图形学)]

    An introduction to the LDA method

    Tag:
    小贱妇 发表于2008-11-24 14:09:35 | 阅读全文 | 评论 0 | 编辑 | 分享 0
  • Image Processing - Principal Component Analysis - [Computer Graphics (计算机图形学)]

    Introduction to the method of PCA

    Tag:计算机 图形学 算法 主元分析
    小贱妇 发表于2008-11-23 09:23:49 | 阅读全文 | 评论 0 | 编辑 | 分享 0
  • Image Processing - Singular Value Decomposition - [Computer Graphics (计算机图形学)]

    Introduction to the method SVD
    Tag:计算机 图形学 算法
    小贱妇 发表于2008-11-18 22:27:17 | 阅读全文 | 评论 1 | 编辑 | 分享 0
  • How to make a colorful picture black and white - [Computer Graphics (计算机图形学)]

    How to make a colorful picture black and white?


    Tag:图形学 计算机 算法
    小贱妇 发表于2008-10-09 22:00:26 | 阅读全文 | 评论 0 | 编辑 | 分享 0
  • Bresenham Line Drawing (2) - [Computer Graphics (计算机图形学)]

    The code of Bresenham Line Drawing (1)
    Tag:计算机 图形学 算法
    小贱妇 发表于2008-10-04 11:27:53 | 阅读全文 | 评论 0 | 编辑 | 分享 0
  • Bresenham Line Drawing (1) - [Computer Graphics (计算机图形学)]

    Bresenham Line Drawing is rather tricky compared to DDA one. The basic idea is, when we move along x-axis, 1 pixel each time, it seems that we do not have much choice about our y coordinate. Because we want to draw a continuous line, so that a yi+1 can be either yi or y i +1, and what we need to do is to make a choice: yi or y i +1. The choice is still based on m, the slope: we will see whether the calculated y = mx+b is close to y i or y i +1. But this time we will not calculate directly: it costs too much. Instead, we will apply the technique of induction.
    Tag:计算机 图形学 算法
    小贱妇 发表于2008-10-04 11:26:31 | 阅读全文 | 评论 0 | 编辑 | 分享 0
  • DDA Line Drawing - [Computer Graphics (计算机图形学)]

    DDA is an algorithm for drawing lines. The idea is, due to the limitation of discrete pixels (which make it impossible to draw real continuous lines), we have to put a number of neighboring pixels to “make up” a line. The DDA does it in this way: say we “scan” the canvas along the x-axis, moving one pixel a time, and by the line equation we can calculate the corresponding y coordinate for each x-pixel and then we have the y coordinate rounded and put the pixel accordingly. One thing that needs concern is that if the slope of the line is greater than 1 or smaller than -1 we will have a series of discrete pixels (the dots cannot be connected if for each x-coordinate we only have one pixel). To solve this problem we can check the slope and move along x-axis or y-axis accordingly.
    Tag:计算机 图形学 算法
    小贱妇 发表于2008-10-03 09:25:15 | 阅读全文 | 评论 0 | 编辑 | 分享 0
共1页 1

个人资料

小贱妇

日历

搜索

文章分类

  • DS&AA(数据结构与算法分析)[1]
  • OpenGL[11]
  • Operating System(操作系统)[4]
  • Numerical Analysis (数值分析)[3]
  • C/C++/Java[14]
  • Computer Graphics (计算机图形学)[8]
  • I Am A Geek~[5]
  • ITCSC Winter School 2009[5]
  • C#[2]
  • 测试(Testing)[1]

Tag

  • 计算机[28]
  • 图形学[15]
  • OpenGL[12]
  • 算法[11]
  • VS2005[6]
More..

最新日志

  • 如何修改Eclipse的默认Workspace路径
  • 白盒测试综述
  • 如何利用OpenGL实现场景漫游
  • 最基础的OpenCV与Qt的结合
  • 读“程序员的三大美德”有感
  • Java有用的知识点(保持更新)
  • OpenGL中容易被忽视的函数
  • 在JOGL中如何使用GLU
  • msdbg.dll未正确安装的解决办法
  • 如何在Windows和Linux下配置JOGL
全部日志>>

最新评论

  • cookieme:嗯 我用jogl的 用eclipse的话就不用导入到e...
  • stan:orz图形学
  • zeg:万华根交出来的徒弟?...

链接

    存档

    • 2009-08[2]
    • 2009-07[8]
    • 2009-05[3]
    • 2009-04[3]
    • 2009-02[5]
    • 2009-01[5]
    • 2008 [28]
    • 访问统计:
    • RSS 什么是RSS?
      用IM提醒我内容更新
      订阅到QQ邮箱
      订阅到鲜果阅读器
      订阅到Google阅读器
      订阅到抓虾阅读器
    • 《城客》第四期:创意之城
      博客大巴
      博客大巴使用指南
      博客大巴模板中心
      免费注册博客大巴
      一键博客搬家工具
      中文互动杂志城客
      iCity YOHOcity
    Copyright © 2002-2009 BlogBus.com, All Rights Reserved. 博客大巴 版权所有 博客大巴模板设计:享 | 作者:小风