add scikit-image

This commit is contained in:
ton
2023-04-02 09:33:48 +07:00
parent e03a41c4f0
commit 2ac5d8f5f0
26 changed files with 1 additions and 24 deletions
-1
View File
@@ -1 +0,0 @@
../h/hp2621
Binary file not shown.
Binary file not shown.
-1
View File
@@ -1 +0,0 @@
hp2621
-1
View File
@@ -1 +0,0 @@
hp70092
-1
View File
@@ -1 +0,0 @@
lft
-1
View File
@@ -1 +0,0 @@
../N/NCR260VT300WPP
-1
View File
@@ -1 +0,0 @@
ncrvt100wan
-1
View File
@@ -1 +0,0 @@
prism12
-1
View File
@@ -1 +0,0 @@
prism12-m
-1
View File
@@ -1 +0,0 @@
prism12-m-w
-1
View File
@@ -1 +0,0 @@
prism12-w
-1
View File
@@ -1 +0,0 @@
prism14
-1
View File
@@ -1 +0,0 @@
prism14-m
-1
View File
@@ -1 +0,0 @@
prism14-m-w
-1
View File
@@ -1 +0,0 @@
prism14-w
-1
View File
@@ -1 +0,0 @@
prism4
-1
View File
@@ -1 +0,0 @@
prism5
-1
View File
@@ -1 +0,0 @@
prism7
-1
View File
@@ -1 +0,0 @@
prism8
-1
View File
@@ -1 +0,0 @@
prism8-w
-1
View File
@@ -1 +0,0 @@
prism9
-1
View File
@@ -1 +0,0 @@
prism9-8
-1
View File
@@ -1 +0,0 @@
prism9-8-w
-1
View File
@@ -1 +0,0 @@
prism9-w
+1 -1
View File
@@ -5,7 +5,7 @@ export np2juliaImage, juliaImg2npImg, imgScalePadding, url_to_cv2_image
using Images, Colors
# using Luxor
using CondaPkg; CondaPkg.add_pip("pybase64"); CondaPkg.add_pip("opencv-python"); CondaPkg.add_pip("urllib3"); CondaPkg.add_pip("Pillow"); CondaPkg.add("numpy");
using CondaPkg; CondaPkg.add_pip("pybase64"); CondaPkg.add_pip("opencv-python"); CondaPkg.add_pip("scikit-image"); CondaPkg.add_pip("Pillow"); CondaPkg.add("numpy");
using PythonCall
# np = pyimport("numpy")
# base64 = pyimport("pybase64")