- 6/13-07-2019 | ตัวอย่างการเขียนโปรแกรมภาษา Python เพื่อเรียกใช้ข้อมูลตัวอย่างจาก google CoLab การแสดงรูปภาพตัวอย่างจากข้อมูล MNIST | Getting Started With Google Colab and use the MNIST dataset
- 20-07-2019 | ใช้ไลบรารี่ของ Pandas เพื่ออ่านข้อมูลชุด MNIST จาก google CoLab โดยข้อมูลเก็บแบบ csv file | Using Pandas library to read data from csv file
- 20-07-2019 | Basic Image Processing - อ่านรูปภาพ แปลงรูปภาพเป็นภาพสีเทา แปลงรูปภาพเป็นภาพสีขาวดำ | Read image and convert RGB image into gray and binary (black and white) image
- 20-07-2019 | ตัวอย่างโปรแกรมดาวน์โหลดรูปภาพจาก google | Downloading images from google website
- 27-07-2019 | การแปลงรูปภาพสีให้เป็นภาพสีขาวดำ - วิธี Global และ Adaptive Threshold | Convert image into black and white image using Global and Adaptive threshold
- 27-07-2019 | Template matching
- 3-08-2019 | Template matching - Finding Waldo
- 3-08-2019 | การซ่อนข้อความในรูปภาพ | Basic Image Steganography
- 10-08-2019 | การค้นหาใบหน้าด้วยวิธี Haar-Cascade Classifier | Face Detection using Haar-Cascade Classifier
- 10-08-2019 | การค้นหาใบหน้าด้วยวิธี MTCNN และเปลี่ยนใบหน้า FACE OFF | Face Detection using MTCNN and swap face images - FACE OFF
- 1-10-2019 | การค้นหาใบหน้าและการตรวจสอบใบหน้าบุคคล | Face Detection and Verification
- 8-10-2019 | การแยกวัตถุออกจากรูปภาพโดยใช้ค่าสีแบบ HSV | Image Segmentation using HSV Color Space
- 15-10-2019 | การค้นหาวัตถุโดยใช้ YOLO อัลกอริธึม | YOLO Object Detection
- 22-10-2019 | การค้นหาใบหน้าโดยใช้ YOLO อัลกอริธีม | YOLO Face Detector