Skip to content

Instantly share code, notes, and snippets.

View raiots's full-sized avatar

Yutong LI raiots

View GitHub Profile
@raiots
raiots / iceDetect.py
Created August 9, 2022 13:18
This is a simple ice detect script using opencv, mainly used for UAV auto landing at seasonal ice area
import cv2
import numpy as np
# img = cv2.imread('./data/ice1.jpeg')
# img = cv2.imread('./data/ice3.jpg')
cap = cv2.VideoCapture(1)