Skip to content

uas-at-ucla/software-workshops

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Repository for UAS Software Workshops, 2024-25.

OpenCV:

  • Slides
  • Recording
  • Project Tips:
    • You will definitely need to use contours, color thresholding, and moments in your solution. Think about which order would be the most efficient.
    • If you used the color picker linked in slides, you would have noticed that in some images, the red hue is between 0-5 and in other images it is between 165-180. Each of these will need their own mask, but think about how you can use cv2.bitwise_or to combine the masks together
    • The saturation of the circle is higher than most of the other pixels in the image
    • Use np.shape(img)[1] to get the width of the image and np.shape(img)[0] to get the height. Remember that the shape of images is (height, width, # color channels)

Backend:

MAVSDK

Future workshops:

  • Neural Networks with Pytorch
  • Docker + Unit Testing + CI

Kahoot questions covering OpenCV and Backend here.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages