typo
This commit is contained in:
parent
27a998e774
commit
5549d532d4
@ -261,8 +261,11 @@
|
|||||||
},
|
},
|
||||||
"outputs": [],
|
"outputs": [],
|
||||||
"source": [
|
"source": [
|
||||||
"# Print matrices\n",
|
|
||||||
"def print_matrices(img_name, k):\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",
|
" if img_name not in gray_images.keys():\n",
|
||||||
" return\n",
|
" return\n",
|
||||||
" \n",
|
" \n",
|
||||||
|
Loading…
Reference in New Issue
Block a user