Silahkan lihat video ini, di link :
http://www.youtube.com/watch?v=S-IPz71VxGo
Video pelajaran lain bisa didapatkan di bagian “Related Videos”
February 1st, 2009 § 0
Silahkan lihat video ini, di link :
http://www.youtube.com/watch?v=S-IPz71VxGo
Video pelajaran lain bisa didapatkan di bagian “Related Videos”
December 10th, 2008 § 8
Untuk rekan-rekan pengguna dan pengembang OpenCV, mari berdiskusi di mailing list OpenCV berbahasa Indonesia. Semoga sarana ini bisa menjadi wadah silaturahmi dan berbagi pengalaman.
December 5th, 2008 § 2
The state-of-the art in computer vision: theory, applications, and programming
Whether you’re a working engineer, developer, researcher, or student, this is your single authoritative source for today’s key computer vision innovations. Gerard Medioni and Sing Bing Kang present advances in computer vision such as camera calibration, multi-view geometry, and face detection, and introduce important new topics such as vision for special effects and the tensor voting framework. They begin with the fundamentals, cover select applications in detail, and introduce two popular approaches to computer vision programming.
November 22nd, 2008 § 0
Website : http://cimg.sourceforge.net/index.shtml
The CImg Library is an open source C++ toolkit for image processing designed with these properties in mind :
![]() |
CImg defines simple classes and methods aimed at manipulating generic images in your own C++ code : Load/save various file formats, access pixel values, display, resize/rotate/mirror/filter, draw primitives (text, faces, curves, 3D objects, …), compute statistics, manage user interactions, and so on… |
![]() |
Provided image classes can represent datasets up to 4-dimension wide (from 1D scalar signals to 3D hyperspectral volumes), with template pixel types. Image collections and sequences are also supported. |
![]() |
CImg is self-contained and thus highly portable. It fully works on different operating systems (Unix, Windows, MacOS X, *BSD) with various C++ compilers (Visual C++, GNU g++, Intel icc, Borland bcc, …). |
![]() |
CImg is lightweight. It is made of a single header file CImg.h that must be included in your C++ source. It defines only four different classes. It can be compiled using a minimal set of standard C++ and system libraries. No need for exotic or complex dependencies. |
![]() |
Although not required, CImg can use functionalities of external tools/libraries such as ImageMagick, GraphicsMagick, XMedCon, FFMPEG, libpng, libjpeg, libtiff, Magick++, Lapack, Board or FFTW3. Moreover, a simple plug-in mechanism allows any user to directly enhance the library capabilities according to his needs. |
![]() |
CImg is a free, open-source library distributed under the CeCILL-C (close to the GNU LGPL) or CeCILL (compatible with the GNU GPL) licenses. It can be used in commercial applications. |
CImg stands for “Cool Image” : It is easy to use and efficient. It’s a very pleasant toolbox to code image processing stuffs in C++, and potentially covers a wide range of image processing applications. In the distributed package, a lot of examples are provided to help the developper in its first steps.
Authors :
November 18th, 2008 § 1
C/C++ is a powerful programming language which supports a lot of libraries directly interact with “hardware part”. C/C++ is more robust when it’s used for executing floating point number and a lot of iterative functions. In the other side, Matlab has an ability to simulate and produce beautiful graph / trajectory.
You can use both of them simultaneously by adding some matlab libraries in c/c++ IDE. Here are the tutorials :
October 19th, 2008 § 0
Learning OpenCV puts you right in the middle of the rapidly expanding field of computer vision. Written by the creators of OpenCV, the widely used free open-source library, this book introduces you to computer vision and demonstrates how you can quickly build applications that enable computers to “see” and make decisions based on the data.
Computer vision is everywhere — in security systems, manufacturing inspection systems, medical image analysis, Unmanned Aerial Vehicles, and more. It helps robot cars drive by themselves, stitches Google maps and Google Earth together, checks the pixels on your laptop’s LCD screen, and makes sure the stitches in your shirt are OK. OpenCV provides an easy-to-use computer vision infrastructure along with a comprehensive library containing more than 500 functions that can run vision code in real time. With Learning OpenCV, any developer or hobbyist can get up and running with the framework quickly, whether it’s to build simple or sophisticated vision applications.Start Reading The Book Online (Safari Book Online) or Buy Hardprinting