Some Linux command. (Ubuntu 12.04.3)
// Network
$ sudo ifconfig eth0 [IP Address]
$ sudo route add default gw [Gateway IP]
Some Linux command. (Ubuntu 12.04.3)
// Network
$ sudo ifconfig eth0 [IP Address]
$ sudo route add default gw [Gateway IP]
Convert string (char array) to int.

OpenCV Image Stitching ( ver 2.4.3 )
#1. Include header and using namespace
Inheritance constructor & destructor :
#1. Constructor
This example shows that what is the Constructor, Destructor, Copy constructor
and Assignment constructor.
Code :

SURF ( Speeded Up Robust Features )
Source : OPENCV_PATH\samples\c\find_obj.cpp
Reference : http://en.wikipedia.org/wiki/SURF
Copy from source :

SIFT( Scale-invariant feature transform )
Source : http://blogs.oregonstate.edu/hess/
Reference : http://en.wikipedia.org/wiki/Scale-invariant_feature_transform
Include header and define marco :
C++ Variadic function.
For ISO C++ :
C++ type casting :
1. static_cast<TYPE>( OBJ )
2. dynamic_cast<TYPE>( OBJ )
3. reinterpret_cast<TYPE>( OBJ )
4. const_cast<TYPE>( OBJ )

Bounding Box, Circle Detection, Triangle Detection.
Input : iplOri as gray image ( 1 chennel )
Output : iplObj as color image ( 3 chennel )
#1. Bounding Box
Some IplImage release probilem.
1. ) never release
a.) situation