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


Sobelフィルタ

https://qiita.com/shim0mura/items/3ab2a67c78eafd456c32

import cv2
from matplotlib import pyplot as plt
cap = cv2.VideoCapture(0)
while True:
    _,frame = cap.read()
    sobely5 = cv2.Sobel(frame, cv2.CV_32F, 0, 1, ksize=5)
    cv2.imshow('sobely5',sobely5)
    key = cv2.waitKey(1) & 0xff
    if key == ord('q'):
        break




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

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