Compare commits
No commits in common. "f37198053dc63dc709cd06c7915f203acace784c" and "fc0ae3517ebc4a645e7f9b05067d22f87cd81be8" have entirely different histories.
f37198053d
...
fc0ae3517e
@ -24,7 +24,7 @@ class ColourSpace(Enum):
|
||||
BGR = 0
|
||||
HSV = 1
|
||||
|
||||
class ColourTester:
|
||||
class colourTester:
|
||||
def __init__(self) -> None:
|
||||
self.bgr_curves = [[[], [], []] for x in range(BARK_TYPES)]
|
||||
self.bgr_ids = ["", "", ""]
|
||||
@ -154,7 +154,7 @@ class ColourTester:
|
||||
return
|
||||
|
||||
if __name__ == "__main__":
|
||||
tester = ColourTester()
|
||||
tester = colourTester()
|
||||
tester.setCsvBgrPath(CSV_PATH + "bgr_curve.csv")
|
||||
tester.setCsvHsvPath(CSV_PATH + "hsv_curve.csv")
|
||||
tester.testDataset("dataset")
|
||||
|
Loading…
Reference in New Issue
Block a user