MCPcopy Create free account
hub / github.com/NanmiCoder/MediaCrawler / image_edge_detection

Method image_edge_detection

tools/slider_util.py:126–128  ·  view source on GitHub ↗
(img)

Source from the content-addressed store, hash-verified

124
125 @staticmethod
126 def image_edge_detection(img):
127 edges = cv2.Canny(img, 100, 200)
128 return edges
129
130 def discern(self):
131 img1 = self.clear_white(self.gap)

Callers 1

discernMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected