ผลต่างระหว่างรุ่นของ "Inno/62"
ไปยังการนำทาง
ไปยังการค้นหา
Jittat (คุย | มีส่วนร่วม) |
Jittat (คุย | มีส่วนร่วม) |
||
แถว 30: | แถว 30: | ||
** [https://docs.opencv.org/master/dc/d0d/tutorial_py_features_harris.html Harris Corner Detection] - ทดลองเกี่ยวกับ feature detection (หามุม) | ** [https://docs.opencv.org/master/dc/d0d/tutorial_py_features_harris.html Harris Corner Detection] - ทดลองเกี่ยวกับ feature detection (หามุม) | ||
** Object detection | ** Object detection | ||
− | *** | + | *** Object detection ด้วย [https://docs.opencv.org/master/db/d28/tutorial_cascade_classifier.html cascade classifier] |
+ | *** Download pretrained models [https://github.com/opencv/opencv/tree/master/data/haarcascades haarcascades] | ||
== โครงงานประเภท Web app == | == โครงงานประเภท Web app == |
รุ่นแก้ไขเมื่อ 15:45, 9 มีนาคม 2563
เนื้อหา
โครงงานประเภท Kidbright
- ใช้ IDE Thonny
- สไลด์จากแลบ iwing iwing.pdf (ดูหน้า 27 - 33)
- โหลดเฟิร์มแวร์ micropython-1.12.cpe-ku.bin
- ตัวอย่าง [1]
โครงงานประเภท Python game
โครงงานประเภท AI
ใช้ OpenCV ในการวิเคราะห์ภาพ
- ติดตั้ง ใน VS Code
- ติดตั้ง virtualenv
python3 -m venv env
- ติดตั้ง opencv
pip install opencv-contrib-python
- ทำ Tutorial (ด้านล่างเลือกมาแล้ว)
- Getting Started with Images - พื้นฐาน เปิดไฟล์รูป แสดงผล
- ถ้าใช้ video Getting Started with Videos - ใช้ video
- Harris Corner Detection - ทดลองเกี่ยวกับ feature detection (หามุม)
- Object detection
- Object detection ด้วย cascade classifier
- Download pretrained models haarcascades
โครงงานประเภท Web app
- สามารถใช้ Flask
- เอกสารหลัก Flask 1.1.x document
- คลิป: