added equip level 5-7 wands
BIN
equip/wands/wand_5_32-mask.png
Normal file
|
After Width: | Height: | Size: 374 B |
BIN
equip/wands/wand_5_32.jpg
Normal file
|
After Width: | Height: | Size: 2.1 KiB |
BIN
equip/wands/wand_5_32.png
Normal file
|
After Width: | Height: | Size: 2.1 KiB |
BIN
equip/wands/wand_6_32-mask.png
Normal file
|
After Width: | Height: | Size: 335 B |
BIN
equip/wands/wand_6_32.jpg
Normal file
|
After Width: | Height: | Size: 2.4 KiB |
BIN
equip/wands/wand_6_32.png
Normal file
|
After Width: | Height: | Size: 2.6 KiB |
BIN
equip/wands/wand_7_32-mask.png
Normal file
|
After Width: | Height: | Size: 333 B |
BIN
equip/wands/wand_7_32.jpg
Normal file
|
After Width: | Height: | Size: 2.4 KiB |
BIN
equip/wands/wand_7_32.png
Normal file
|
After Width: | Height: | Size: 3.6 KiB |
@@ -688,6 +688,20 @@ def include_wands(needles, hsv, tresh, mask):
|
|||||||
tresh.append(0.93)
|
tresh.append(0.93)
|
||||||
mask.append(cv.imread("equip/wands/wand_4_32-mask.png", cv.IMREAD_COLOR))
|
mask.append(cv.imread("equip/wands/wand_4_32-mask.png", cv.IMREAD_COLOR))
|
||||||
|
|
||||||
|
needles.append(cv.imread("equip/wands/wand_5_32.jpg", cv.IMREAD_UNCHANGED))
|
||||||
|
hsv.append(HSV_DEFAULT)
|
||||||
|
tresh.append(0.93)
|
||||||
|
mask.append(cv.imread("equip/wands/wand_5_32-mask.png", cv.IMREAD_COLOR))
|
||||||
|
|
||||||
|
needles.append(cv.imread("equip/wands/wand_6_32.jpg", cv.IMREAD_UNCHANGED))
|
||||||
|
hsv.append(HSV_DEFAULT)
|
||||||
|
tresh.append(0.93)
|
||||||
|
mask.append(cv.imread("equip/wands/wand_6_32-mask.png", cv.IMREAD_COLOR))
|
||||||
|
|
||||||
|
needles.append(cv.imread("equip/wands/wand_7_32.jpg", cv.IMREAD_UNCHANGED))
|
||||||
|
hsv.append(HSV_DEFAULT)
|
||||||
|
tresh.append(0.93)
|
||||||
|
mask.append(cv.imread("equip/wands/wand_7_32-mask.png", cv.IMREAD_COLOR))
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
run()
|
run()
|
||||||
|
|||||||