spidermanYT vor 1 Jahr
Ursprung
Commit
9668baff4f

+ 0 - 0
day03/.ipynb_checkpoints/Day03-checkpoint.ipynb → day03/.ipynb_checkpoints/Day03笔记与代码-checkpoint.ipynb


+ 19 - 23
day03/Day03.ipynb → day03/Day03笔记与代码.ipynb

@@ -148,13 +148,17 @@
    "cell_type": "markdown",
    "id": "6515c5d0-c646-486b-b135-6f40756523ab",
    "metadata": {},
-   "source": []
+   "source": [
+    "4. 颜色格式转换"
+   ]
   },
   {
    "cell_type": "code",
    "execution_count": 14,
    "id": "f2e00e78-bb91-4f07-a701-3d7fbd9fecdd",
-   "metadata": {},
+   "metadata": {
+    "scrolled": true
+   },
    "outputs": [
     {
      "data": {
@@ -192,28 +196,12 @@
    ]
   },
   {
-   "cell_type": "code",
-   "execution_count": null,
-   "id": "d83c2791-e190-4116-9551-f8f57a677fa6",
-   "metadata": {},
-   "outputs": [],
-   "source": []
-  },
-  {
-   "cell_type": "code",
-   "execution_count": null,
-   "id": "bfabe58a-b168-4775-b43b-ebe582d300c0",
-   "metadata": {},
-   "outputs": [],
-   "source": []
-  },
-  {
-   "cell_type": "code",
-   "execution_count": null,
-   "id": "05aa806e-46a2-4984-af05-d5b2c586e2c7",
+   "cell_type": "markdown",
+   "id": "d0246c69-9ac5-4084-a47e-28c9e01b7f57",
    "metadata": {},
-   "outputs": [],
-   "source": []
+   "source": [
+    "5. 在图像中绘制文本与几何图像"
+   ]
   },
   {
    "cell_type": "code",
@@ -274,6 +262,14 @@
     "plt.imshow(img_text)"
    ]
   },
+  {
+   "cell_type": "markdown",
+   "id": "9a634ab6-b5f0-4014-9cf9-252960795e2c",
+   "metadata": {},
+   "source": [
+    "6. 利用矩阵分解压缩图像"
+   ]
+  },
   {
    "cell_type": "code",
    "execution_count": 16,