2019-12-20から1日間の記事一覧

画像の二値化 - トライアングル法

閾値だけが欲しい場合もある。参考はhttps://forum.image.sc/t/understanding-imagej-implementation-of-the-triangle-algorithm-for-threshold/752/10辺り。 多少冗長だが、あとで見返したときのために。 import cv2 import numpy as np def thresh_triangl…