# Case Study

&#x20;    การนำฟังก์ชันพื้นฐานมาใช้งานร่วมกันจะทำให้เกิดการทำงานใหม่ เช่น การนับเหรียญ (Coin counting) การตรวจจับสี (Color detection) การวัดขนาดวัตถุ (Measurement object) เป็นต้น ซึ่งการทำงานที่เกิดขึ้นใหม่ก็สามารถพัฒนาต่อเป็นแอปพลิเคชัน หรือนำไปใช้กับ AI ที่เกี่ยวข้องกับภาพได้อย่างหลากหลาย เช่น การรู้จำใบหน้า (Face recognition) ซึ่งบทเรียนนี้จะกล่าวถึงการนับเหรียญ (Coin counting) และการตรวจจับสี (Color detection)

## Amazon Go :

<https://www.youtube.com/watch?reload=9&v=NrmMk1Myrxc>


---

# 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/lab-3-case-study.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.
