MCPcopy Create free account
hub / github.com/cxapython/catvm / __init__

Method __init__

geetest/recognition.py:13–15  ·  view source on GitHub ↗
(self, gap_img, bg)

Source from the content-addressed store, hash-verified

11
12class SlideCrack(object):
13 def __init__(self, gap_img, bg):
14 self.gap_img = gap_img
15 self.bg = bg
16
17 @staticmethod
18 def pixel_is_equal(image1, image2, x, y):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected