
graphics
文章平均质量分 78
tandychao
Graphics, image processing, vision.
05~09 中南大学
09~12 中国科学院
展开
-
我的ray tracer
最近,为了练手,也为了graphics的作业,亲手写了一个ray-tracer。其实,ray tracing的理论还是很简单的,但是,图形学就是这样,看着简单,但是写不出来,门槛很高,非图像所及耶~理论图如下:理论还是很简单的,算法如下:main ( ) //主函数{ for(需要计算颜色的每一像素pixel) { 确定通过视点V和像素pixel的光线R; depth = 0; // 递归深度原创 2010-06-06 22:56:00 · 1331 阅读 · 0 评论 -
斯坦福大学的Real-time 3D internal marker tracking during arc radiotherapy by the use of combined MV–kV imaging
好酒没写了。最近帮同学看了一篇paper,兴趣使然,就总结一下。Title: Real-time 3D internal marker tracking during arc radiotherapy by the use of combined MV–kV imaging Author: W Liu, R D Wiersma, W Mao, G Luxton and L XingUnit: Department of Radiation Oncology, Stanford University Scho原创 2010-11-07 23:00:00 · 1100 阅读 · 0 评论