ผลต่างระหว่างรุ่นของ "Inno/62"

จาก Theory Wiki
ไปยังการนำทาง ไปยังการค้นหา
แถว 26: แถว 26:
  
 
* ทำ Tutorial (ด้านล่างเลือกมาแล้ว)
 
* ทำ Tutorial (ด้านล่างเลือกมาแล้ว)
** [https://docs.opencv.org/master/dc/d2e/tutorial_py_image_display.html Getting Started with Images] - พื้นฐาน เปิดไฟล์รูป แสดงผล  
+
** [https://opencv-python-tutroals.readthedocs.io/en/latest/py_tutorials/py_gui/py_image_display/py_image_display.html#display-image Getting Started with Images] - พื้นฐาน เปิดไฟล์รูป แสดงผล  
** ถ้าใช้ video [https://docs.opencv.org/master/dd/d43/tutorial_py_video_display.html Getting Started with Videos] - ใช้ video
+
** ถ้าใช้ video [https://opencv-python-tutroals.readthedocs.io/en/latest/py_tutorials/py_gui/py_video_display/py_video_display.html#display-video Getting Started with Videos] - ใช้ video
** [https://docs.opencv.org/master/dc/d0d/tutorial_py_features_harris.html Harris Corner Detection] - ทดลองเกี่ยวกับ feature detection (หามุม)
+
** [https://opencv-python-tutroals.readthedocs.io/en/latest/py_tutorials/py_feature2d/py_features_harris/py_features_harris.html#harris-corners Harris Corner Detection] - ทดลองเกี่ยวกับ feature detection (หามุม)
 
** Object detection
 
** Object detection
*** Object detection ด้วย [https://docs.opencv.org/master/db/d28/tutorial_cascade_classifier.html cascade classifier] - ตรงโค้ดให้กด Python
+
*** Object detection ด้วย [https://opencv-python-tutroals.readthedocs.io/en/latest/py_tutorials/py_objdetect/py_face_detection/py_face_detection.html#face-detection Face Detection using Haar Cascades]  
 
*** Download pretrained models [https://github.com/opencv/opencv/tree/master/data/haarcascades haarcascades]
 
*** Download pretrained models [https://github.com/opencv/opencv/tree/master/data/haarcascades haarcascades]
 
** Facial recognition [https://docs.opencv.org/master/de/d27/tutorial_table_of_content_face.html face module]
 
** Facial recognition [https://docs.opencv.org/master/de/d27/tutorial_table_of_content_face.html face module]

รุ่นแก้ไขเมื่อ 17:28, 9 มีนาคม 2563

โครงงานประเภท Kidbright

โครงงานประเภท Python game

โครงงานประเภท AI

ใช้ OpenCV ในการวิเคราะห์ภาพ

  • ติดตั้ง ใน VS Code
    • ติดตั้ง virtualenv
python3 -m venv env
    • ติดตั้ง opencv
pip install opencv-contrib-python

โครงงานประเภท Web app