Skip to content

yvezz10/UAV_Autopilot_2021_spring

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Computer Vision for UAV Autopolot

Teacher: Kuan-Wen Chen

This repo contains the lab code in the 2021 Computer Vision for UAV Autopolot course.

Lab 1

Keyword: Image rotaion, flip, interpolation

In this lab, image was rotated, flip and zoom from scratch. For the zoom fuction, nearest and bilinear interpolation methods were tested.

-Original image:

-Nearest interpolation result:

-Bilinear interpolation result:

Lab 2

Keyword: Histogram equalization, Otsu algorithm

In this lab, histogram equalization was established. Besides, Otsu algorithm was consturted form scratch.

-Input image

-Result Otsu image

Lab 3

Keyword: Connected component label

In this lab, people in the video were labeled by connected component method. In addition, two-pass method was performed.

-Result video

Lab 9

In this lab, we trained yolo to identify two different characters and position in the frame. The result is shown in the following video.

-Result video

Lab 11

Keyword: SIFT, SURF, ORB

In this lab, we compare the different method of image charateristic extraction.

-Result:


Final

Keyword: SLAM

In the final, ORB-SLAM and Colmap were used to modeling the environmnet.

The blue line was Colmap result and the orange dots was ORB-SLAM result.

-Result: (rmse = 0.8131214164989768 )


Releases

No releases published

Packages

No packages published