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+ (Ok, i am Visual Studio user XD [...]
Posts Tagged ‘C#’
Compiling Gtk+ App on Windows
Posted: April 28, 2012 in C/C++, ProgrammingTags: C#, Gtk+, Visual Studio
vector, in C++ can act as a ArrayList, similar to Java or C#. vector itself is included as a part of STL. In this article i just introduce some basic usage of vector, the rest can read here. Here’s the instantiation of vector: To add a member, we can use push_back() vector’s size it very [...]
Developing AR Application using Goblin XNA
Posted: March 16, 2011 in Game Programming, XNATags: Augmented Reality, C#, Goblin XNA, XNA
Goblin XNA is an open source platform for creating 3D user interface especially for augmented reality application. It has BSD licence and written using C# language under .NET Framework. Currently, Goblin XNA ver 3.5.1 just supports .NET 3.1 and XNA 3.5 (Goblin XNA ver 4.0 for XNA 4.0 will be released in this year). Goblin [...]
Simple Example of NHibernate and SQL Server 2008
Posted: April 1, 2010 in C#, Database, ProgrammingTags: C#, Database, NHibernate, SQL Server 2008
In this article, i will create a simple application that implent NHibernate, and in database side, i will use SQL Server 2008. What is NHibernate ? I will not explain it in there, so many explanation what it is in internet, like in here. You can download latest NHibernate version here. First, i will create [...]
C# and VB Coding Standards
Posted: February 2, 2010 in ProgrammingTags: C#, Coding Standards, Visual Basic
Abstract This document contains coding conventions and style guidelines that will ensure that C# code will be of consistent and superior quality. It includes general coding guidelines as well as discussions on naming, formatting, and language usage patterns. Purpose The purpose of this document is to provide coding style standards for the development of source [...]
INVADERZ – My First XNA Game
Posted: December 1, 2009 in C#, Game Programming, Programming, XNATags: 3D, C#, Game, XNA
Game Title : INVADERZ Genre : Shoot ‘em up Type : Game 3D Framework : XNA Game Studio 3.1 Tool : - Visual Studio 2008 Professional SP 1 - SpriteFont 1.2 DOWNLOAD HERE Judul Game : INVADERZ Genre : Shoot ‘em up Jenis : Game 3D Framework : XNA Game Studio 3.1 Tool : [...]
Problem Longest Common Subsequence dengan Tiga Sekuen
Posted: December 1, 2009 in Algorithm, C#, ProgrammingTags: Algorithm, C#, Longest Common Subsequence
Problem yang pertama adalah mengenai longest common subsequence dengan menggunakan tiga sekuen. Algoritma ini memiliki tujuan untuk mendapatkan subsekuen yang sama secara berurutan dan tentunya yang paling panjang dari ketiga subsekuen. Contoh : Sekuen Pertama : SURABAYA Sekuen Kedua : SURAKARTA Sekuen Ketiga : PASURUAN Hasil : SURA Algoritma Algoritma solusi menggunakan solusi dynamic programming. [...]
These commands never translated and included into the executable file but these are very useful for compilation process. Using preprocessors, we can stop the compiler from compiling certain potion of code. This is very helpful in the situation where you are planning to release two versions of software one basic version which has less features [...]
Oracle Database and C# : SQL Function
Posted: March 26, 2009 in C#, Database, ProgrammingTags: C#, Database, Oracle
Function for Query ex : SELECT Function for DML ex : UPDATE, DELETE
Oracle Database Connection using C#
Posted: March 17, 2009 in C#, ProgrammingTags: C#, Database, Oracle
what we must do first : for opening connection : closing….



