This commit is contained in:
Adam Wojdyla 2022-05-17 21:18:02 +02:00
parent 27a998e774
commit 5549d532d4

View File

@ -261,8 +261,11 @@
},
"outputs": [],
"source": [
"# Print matrices\n",
"def print_matrices(img_name, k):\n",
" \"\"\"\n",
" Wyświetlanie macierzy U V S wraz z wymiarami.\n",
" \"\"\"\n",
"\n",
" if img_name not in gray_images.keys():\n",
" return\n",
" \n",