以下の内容はhttps://seinzumtode.hatenadiary.jp/entry/20180104/1515069319より取得しました。


Cannyエッジ検出器

import cv2
import numpy as np

cap = cv2.VideoCapture(0)

while True:
    _,frame = cap.read()
    edges = cv2.Canny(frame,100,200)
    cv2.imshow('canny',edges)
    key = cv2.waitKey(1) & 0xff
    if key == ord('q'):
        break




以上の内容はhttps://seinzumtode.hatenadiary.jp/entry/20180104/1515069319より取得しました。
このページはhttp://font.textar.tv/のウェブフォントを使用してます

不具合報告/要望等はこちらへお願いします。
モバイルやる夫Viewer Ver0.14