Menu

Friday, November 30, 2012

[OpenCV] การติดตั้ง OpenCV 2.4.3
[OpenCV] OpenCV 2.4.3 Installation

ดาวน์โหลOpenCV 2.4.3 from http://sourceforge.net/projects/opencvlibrary/
Download OpenCV 2.4.3 from http://sourceforge.net/projects/opencvlibrary/


[System] วิธีการเพิ่มค่าใหม่ใน System Path
[System] How to Add New Values to System Path

ไปที่ Start และเลือก My Computer หลังจากนั้นคลิ๊กขวาที่ My Computer และเลือก Properties
Go to Start and select My Computer. Right click on My Computer and select Properties



[System] วิธีการสร้างโปรเจคใหม่ใน Visual C++ 2010
[System] How to Create New Project in Visual C++ 2010

เปิด Visual Studio 2010, เลือก New Project และเลือก Win32 Console Application in Visual C++
Open Visual Studio 2010, select New Project and select Win32 Console Application in Visual C++


Sunday, November 25, 2012

[OpenCV] OpenCV คืออะไร?
[OpenCV] What is OpenCV?

OpenCV ย่อมาจาก Open Source Computer Vision ซึ่งเป็นไลบรารี่ที่รวบรวมฟังก์ชั่นต่างๆสำหรับการประมวลผลภาพและคอมพิวเตอร์วิทัศนศาสตร์เอาไว้เป็นจำนวนมาก ไลบรารี่นี้อยู่ภายใต้ใบอนุญาต BSD ซึ่งเราสามารถใช้ได้ฟรีทั้งทางด้านการศึกษาและทางการค้า นอกจากนั้น OpenCV ยังมีอินเตอร์เฟสที่หลากหลายรองรับการพัฒนาโปรแกรมบนภาษาโปรแกรมต่างๆ เช่น C/C++, Python, Java เป็นต้น และ OpenCV ยังสามารถรันได้ทั้งบน Window, Linux, Android, และ Mac

OpenCV (Open Source Computer Vision) is a library of programming functions for Image Processing and Computer Vision. It is released under the BSD license that is free for both academic and commercial use. It has C/C++, Python and Java interfaces running on Window, Linux, Android, and Mac.