# Computer Vision using Python Language

เรียนรู้โดยใช้ไลบารี่ OpenCV&#x20;

&#x20;    OpenCV เป็นไลบารี่ของฟังก์ชันการเขียนโปรแกรมสำหรับการประมวลผลภาพ ที่สามารถประมวลผลได้ทั้งภาพนิ่งและภาพเคลื่อนไหว รองรับอัลกอริทึมที่เกี่ยวข้องกับวิสัยทัศน์คอมพิวเตอร์ (Computer Vision) และการเรียนรู้ของเครื่องจักร (Machine Learning) โดยจะมีฟังก์ชันสำเร็จรูปสำหรับการจัดการข้อมูลภาพ และการประมวลผลภาพพื้นฐานให้เรียกใช้งานมากมาย เช่น การหาขอบภาพ การกรองข้อมูลภาพ การหมุนภาพ เป็นต้น

&#x20;    เนื้อหาภายในหัวข้อนี้เป็นส่วนหนึ่งที่นำมาจาก OpenCV สามารถศึกษาเพิ่มเติมได้จาก OpenCV-python Documentation

{% hint style="info" %}
OpenCV-python Documentation :&#x20;

<https://opencv-python-tutroals.readthedocs.io/en/latest/py_tutorials/py_tutorials.html>
{% endhint %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.aic-eec.com/artificial-intelligence-ai/basic-image-processing/computer-vision-for-python.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
