Premium Blogs

Blog of the Moment

Decorating ideas guide
Decorating ideas gui..
blog listed in
(home_garden)
www.computer-horror.co.cc
A Blog About Programming
Listed in Computers on position 967 and overall rank is 26432
Country Indonesia
Language English
Owner azer89
Member Since December 12, 2009
URL http://azerdark.wordpress.com
Pagerank 0
Tags xna game_development database | open_source | programming | linux |
Latest Posts on: www.computer-horror.co.cc
Retrieved latest 5 posts at: http://azerdark.wordpress.com/feed/

Chiang Kai-shek Memorial Hall Point Cloud

This is point cloud of Chiang Kai-shek Memorial Hall (中正紀念堂) Point Cloud. It has 559219 points and loaded using PCL...

Posted on 11 May 2012 | 5:19 am

How to Compile OpenCV

In this article i will explain to how compile C++ library (OpenCV as an example), how to include the headers, linking the .lib files, and put the .dlls You can read these two links to know the differences between Static Library (http://en.wikipedia.org/wiki/Static_library) and Dynamic Library (http://en.wikipedia.org/wiki/Dynamic-link_library) This..

Posted on 10 May 2012 | 4:48 pm

PCL Greedy Projection Triangulation

I was experimenting surface reconstruction on point cloud. I used Greedy Triangulation Projection implemented in PCL. Here’s the input point cloud (i used dataset from here http://svn.pointclouds.org/data/tosca_hires/) : The result was saved in .PLY file format and displayed using MeshLab (http://meshlab.sourceforge.net/) The result is not re..

Posted on 4 May 2012 | 4:38 pm

Compiling Gtk+ App on Windows

Currently i need to obtain depth map using stereo images and  Block Matching Algorithm in OpenCV painfully requires many parameter adjustments.  Then i found out Stereo BM Tuner by Martin Perris (http://blog.martinperis.com/2011/08/opencv-stereo-matching.html) is quite handy and useful. The only problem he developed this tool using Linux and Gtk+..

Posted on 28 April 2012 | 4:22 pm

Stereo Camera Calibration

I am planning to do 3D object reconstruction using stereo camera so first i need to do stereo calibration on my 3D camera. The stereo camera i am using is Fujifilm w3 3D Camera. This camera produces MPO file image which is JPG in stereo format. For pre processing of course it is need to be [...]..

Posted on 25 April 2012 | 8:41 am