Forum Sains Indonesia

Ilmu Terapan => Ilmu Komputer => Topik dimulai oleh: ksatriabajuhitam pada Mei 30, 2010, 05:26:52 PM

Judul: Belajar OpenCV
Ditulis oleh: ksatriabajuhitam pada Mei 30, 2010, 05:26:52 PM
Lagi iseng-iseng belajar image processing (computer vision secara umum) sebagai pengisi waktu senggang.
Mari silahkan ditambahkan.




OpenCV (Open  Source Computer Vision) is a library of programming functions for real time computer vision.

    * OpenCV is released under a BSD license, it is free for both academic and commercial use.
    * The library has >500 optimized algorithms (see figure below). It is used around the world, has >2M downloads and >40K people in the user group. Uses range from interactive art, to mine inspection, stitching maps on the web on through advanced robotics.

([pranala luar disembunyikan, sila masuk atau daftar.])

There were several goals for OpenCV at the outset:

    * Advance vision research by providing not only open but also optimized code for basic vision infrastructure. No more reinventing the wheel.
    * Disseminate vision knowledge by providing a common infrastructure that developers could build on, so that code would be more readily readable and transferable.
    * Advance vision-based commercial applications by making portable, performance-optimized code available for free –with a license that did not require commercial applications to be open or free themselves.

Who Own OpenCV?

Although Intel started OpenCV, the library is and always was intended to promote commercial and research use. It is therefore open and free, and the code itself may be used or embedded (in whole or in part) in other applications, whether commercial or research. It does not force your application code to be open or free. It does not require that you return improvements back to the library –but we hope that you will.

(from Learning OpenCV, by Gary Bradski and Adrian Kaehler, O'Reilly)




Judul: Re: Belajar OpenCV
Ditulis oleh: idiotique_hebb pada Juni 01, 2010, 06:47:40 PM
Dulu sempet juga belajar Image Processing, tapi bukan pake OpenCV, ada beberapa library alternative lain, seperti CxImage, GIL, DeVIL, CImg dll.

Bagi yang jago Java, bisa pake JAI.
Judul: Re: Belajar OpenCV
Ditulis oleh: mnemonix pada Juni 05, 2010, 10:04:25 AM
Saya dulu TA pake OpenCV.

Paling enak join ke milisnya:
[pranala luar disembunyikan, sila masuk atau daftar.]

Sayang dokumentasi OpenCV itu minim, gak kayak PHP, jadi mesti mikir ekstra lagi hehe.

Ada sih bukunya, [pranala luar disembunyikan, sila masuk atau daftar.], tapi itu sedikit sulit. Banyak teorinya.
Sama sekali gak cocok buat yg butuh buku tipikal cookbook atau udah kepepet deadline...  :P
Judul: Re: Belajar OpenCV
Ditulis oleh: Farabi pada Juni 15, 2010, 08:39:32 AM
Saya juga sempet maen2x pake OpenCV untuk pengenal wajah
[pranala luar disembunyikan, sila masuk atau daftar.]
Judul: Re: Belajar OpenCV
Ditulis oleh: situkangsayur pada Maret 06, 2011, 06:48:00 PM
wah ... mas saya mau tanya nih.. kebetulan saya agak newbie dengan openCV

saya mau pakai openCV dengan eclipse , saya sudah konfigurasi sedemikian rupa, sama seperti yg saya temukan di google.. termasuk yang ada pada wiki opencv nya sendiri...

tapi masih ada error :
g++ -L/usr/lib -o"opencvtest"  ./main.o   -lcv -lml  -lcxcore -lhighgui -lcvaux
/usr/bin/ld: cannot find -lcv
/usr/bin/ld: cannot find -lml
/usr/bin/ld: cannot find -lcxcore
/usr/bin/ld: cannot find -lhighgui
/usr/bin/ld: cannot find -lcvaux
collect2: ld returned 1 exit status
make: *** [opencvtest] Error 1

mohon pencerahannya..
saya pakai eclipse helios , ubuntu 10.10, opencv 2.2..
Judul: Re:Belajar OpenCV
Ditulis oleh: incarnationz pada Maret 29, 2016, 09:13:00 AM
Hallo salam kenal
ada ga forum atau tutorial yg membahas opencv secara umum?
saya mau belajar untuk bahan TA
terimakasih