4 次代码提交 90dd74bfb5 ... c3de4399fe

作者 SHA1 备注 提交日期
  zw996 c3de4399fe 浣滀笟 1 年之前
  zw996 fac561160f 浣滀笟 1 年之前
  zw996 b916087b14 浣滀笟 1 年之前
  zw996 5233df3136 浣滀笟 1 年之前

二进制
day02/.ipynb_checkpoints/1-checkpoint.jpg


+ 6 - 0
day02/.ipynb_checkpoints/Untitled-checkpoint.ipynb

@@ -0,0 +1,6 @@
+{
+ "cells": [],
+ "metadata": {},
+ "nbformat": 4,
+ "nbformat_minor": 5
+}

二进制
day02/.ipynb_checkpoints/lQDPJxqEURwsQr7NAu7NAfSwVFD2S_OxHOwEfpfCtsDfAA_500_750.jpg_720x720q90g-checkpoint.jpg


二进制
day02/.ipynb_checkpoints/lQPPJxWLBkFohL7NBDjNB4Cw6jWxAjopRRgEfpfCqsDGAA_1920_1080.bmp_720x720q90g-checkpoint.jpg


二进制
day02/1.jpg


+ 66 - 0
day02/Untitled.ipynb

@@ -0,0 +1,66 @@
+{
+ "cells": [
+  {
+   "cell_type": "code",
+   "execution_count": 2,
+   "id": "96bd3881-21dd-4a8f-9843-24d70a350ed3",
+   "metadata": {},
+   "outputs": [
+    {
+     "data": {
+      "text/plain": [
+       "True"
+      ]
+     },
+     "execution_count": 2,
+     "metadata": {},
+     "output_type": "execute_result"
+    }
+   ],
+   "source": [
+    "import numpy\n",
+    "import cv2\n",
+    "img_array =[[[0,225,0,128]for i in range(255)]for j in range(255)]\n",
+    "img_numpy = numpy.array(img_array)\n",
+    "cv2.imwrite(\"1.jpg\",img_numpy)"
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": null,
+   "id": "a05da14c-1d85-4d64-9c30-aed5c5b958e2",
+   "metadata": {},
+   "outputs": [],
+   "source": []
+  },
+  {
+   "cell_type": "code",
+   "execution_count": null,
+   "id": "acb124d0-018d-4c77-a5a4-0e4eecbf2964",
+   "metadata": {},
+   "outputs": [],
+   "source": []
+  }
+ ],
+ "metadata": {
+  "kernelspec": {
+   "display_name": "Python 3 (ipykernel)",
+   "language": "python",
+   "name": "python3"
+  },
+  "language_info": {
+   "codemirror_mode": {
+    "name": "ipython",
+    "version": 3
+   },
+   "file_extension": ".py",
+   "mimetype": "text/x-python",
+   "name": "python",
+   "nbconvert_exporter": "python",
+   "pygments_lexer": "ipython3",
+   "version": "3.8.5"
+  }
+ },
+ "nbformat": 4,
+ "nbformat_minor": 5
+}

二进制
day02/lQDPJxqEURwsQr7NAu7NAfSwVFD2S_OxHOwEfpfCtsDfAA_500_750.jpg_720x720q90g.jpg


二进制
day02/lQPPJxWLBkFohL7NBDjNB4Cw6jWxAjopRRgEfpfCqsDGAA_1920_1080.bmp_720x720q90g.jpg