* Bull's eve fusion on Volume Rendering
* Technical Aspects of Bull's eye
Hearts
- {Left,Right} x {Atrium,Ventricle}
- Diastole, Systole
- Left Ventricle -> Apex ... Base
- Coronary arteries:
- RCA: Right Coronary Artery
- LAD: Left Anterior Descending
- LCX: Left Circumflex
* Good introduction inside the thesis
Sunday, July 3, 2011
Saturday, July 2, 2011
Isosurface rendering
http://www.csc.lsu.edu/~karki/SV/09-Isosurfacing.pdf
SlimDX, .NET wrapper for DirectX: http://slimdx.org/
SlimDX, .NET wrapper for DirectX: http://slimdx.org/
Saturday, June 25, 2011
Javascript HTML CSS
* Non-integer offsetWidth and offsetHeight in IE9 and FF4
http://vadikom.com/dailies/offsetwidth-offsetheight-useless-in-ie9-firefox4/
* Memory Leak:
http://www.javascriptkit.com/javatutors/closuresleak/index.shtml
http://msdn.microsoft.com/en-us/library/Bb250448
http://stackoverflow.com/questions/1051090/how-can-i-control-ie6jqueryjquery-ui-memory-leaks
http://www.reigndropsfall.net/2011/01/05/internet-explorer-event-handler-leaks/
http://kirblog.idetalk.com/2011/06/prototype-17-memory-leak.html
Drip http://outofhanwell.com/ieleak/index.php?title=Main_Page
* How to handle IE6
http://www.virtuosimedia.com/dev/css/ultimate-ie6-cheatsheet-how-to-fix-25-internet-explorer-6-bugs
* Speeding up access
http://developer.yahoo.com/performance/rules.html
http://vadikom.com/dailies/offsetwidth-offsetheight-useless-in-ie9-firefox4/
* Memory Leak:
http://www.javascriptkit.com/javatutors/closuresleak/index.shtml
http://msdn.microsoft.com/en-us/library/Bb250448
http://stackoverflow.com/questions/1051090/how-can-i-control-ie6jqueryjquery-ui-memory-leaks
http://www.reigndropsfall.net/2011/01/05/internet-explorer-event-handler-leaks/
http://kirblog.idetalk.com/2011/06/prototype-17-memory-leak.html
Drip http://outofhanwell.com/ieleak/index.php?title=Main_Page
* How to handle IE6
http://www.virtuosimedia.com/dev/css/ultimate-ie6-cheatsheet-how-to-fix-25-internet-explorer-6-bugs
* Speeding up access
http://developer.yahoo.com/performance/rules.html
* Cache control
Four headers:
◆ Last-Modified
◆ Expires
◆ Pragma
◆ Cache-Control
- public: Can be cached anywhere
- private: Only cacheable by browsers
- no-cache: Cannot be cached anywhere
- must-revalidate: Caches must check for newer versions
- proxy-revalidate: Proxy caches must check for newer versions
- max-age: A duration, in seconds, that the content is cacheable
- s-maxage: Overrides the max-age value for shared cachesC
Conditional GET and Etag http://jagbarcelo.blogspot.jp/2009/03/conditional-get-and-etag-implementation.html
Caching tutorial http://www.mnot.net/cache_docs/
Monday, May 23, 2011
CUDA Learning
- Summary of CUDA 4.0 New Features
- Andreas Moshovos lecture slides
- CuPP C++ Wrapper
- CUDA lectures
- C:\ProgramData\NVIDIA Corporation\NVIDIA GPU Computing SDK 4.0\C\tools\CUDA_Occupancy_Calculator.xls
- NVIDIA Architecture and Fermi, see http://www.nvidia.com/content/PDF/fermi_white_papers/NVIDIA_Fermi_Compute_Architecture_Whitepaper.pdf
- Texture bind and multithreading http://forums.nvidia.com/index.php?showtopic=197400
- Volume Rendering using GPU
Wednesday, May 11, 2011
Tuesday, May 10, 2011
Memory Leak
* Visual Leak Detector http://vld.codeplex.com/documentation
* IAT patching technique explained http://domemtech.com/?p=504
* IAT patching technique explained http://domemtech.com/?p=504
Thursday, April 21, 2011
Wednesday, April 6, 2011
Wednesday, March 2, 2011
WPF Pixel Shader
* http://wpffx.codeplex.com/
* Shader Effect Visual Studio Project Template and Build Task
* Sample 1 http://khason.net/blog/hlsl-pixel-shader-effects-tutorial/
* Sample2 http://d.hatena.ne.jp/NyaRuRu/20080813/p1
* Tutorial http://cid-123ec1ed6c72a14a.skydrive.live.com/browse.aspx/Public/HLSL
* MSDN reference http://msdn.microsoft.com/en-us/library/bb509561%28VS.85%29.aspx
* Shader Effect Visual Studio Project Template and Build Task
* Sample 1 http://khason.net/blog/hlsl-pixel-shader-effects-tutorial/
* Sample2 http://d.hatena.ne.jp/NyaRuRu/20080813/p1
* Tutorial http://cid-123ec1ed6c72a14a.skydrive.live.com/browse.aspx/Public/HLSL
* MSDN reference http://msdn.microsoft.com/en-us/library/bb509561%28VS.85%29.aspx