Skip to content

Commit ce84ad6

Browse files
committed
Add links to dip workshop
1 parent e9a7869 commit ce84ad6

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

code/18-fourier-transform.ipynb

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,11 @@
5454
"\n",
5555
"📝 Doc:\n",
5656
"\n",
57-
"- Discrete Fourier Transform (`numpy.fft`): [numpy.org/doc/stable/reference/routines.fft.html](https://numpy.org/doc/stable/reference/routines.fft.html)\n"
57+
"- Discrete Fourier Transform (`numpy.fft`): [numpy.org/doc/stable/reference/routines.fft.html](https://numpy.org/doc/stable/reference/routines.fft.html)\n",
58+
"- Details about Transforms, especially Fourier Transform: [github.com/mr-pylin/media-processing-workshop/blob/main/code/foundations/04-transforms.ipynb](https://github.com/mr-pylin/media-processing-workshop/blob/main/code/foundations/04-transforms.ipynb)\n",
59+
"- Applications of Transforms in Digital Image Processing:\n",
60+
" - [github.com/mr-pylin/media-processing-workshop/blob/main/code/08-frequency-filtering.ipynb](https://github.com/mr-pylin/media-processing-workshop/blob/main/code/08-frequency-filtering.ipynb)\n",
61+
" - [github.com/mr-pylin/media-processing-workshop/blob/main/code/10-image-compression.ipynb](https://github.com/mr-pylin/media-processing-workshop/blob/main/code/10-image-compression.ipynb)\n"
5862
]
5963
},
6064
{
@@ -295,7 +299,7 @@
295299
"author_github": "https://github.com/mr-pylin",
296300
"author_name": "Amirhossein Heydari",
297301
"kernelspec": {
298-
"display_name": "numpy-workshop-0psJcWas-py3.12",
302+
"display_name": "numpy-workshop (3.13.7)",
299303
"language": "python",
300304
"name": "python3"
301305
},
@@ -309,7 +313,7 @@
309313
"name": "python",
310314
"nbconvert_exporter": "python",
311315
"pygments_lexer": "ipython3",
312-
"version": "3.12.8"
316+
"version": "3.13.7"
313317
},
314318
"origin_repo": "https://github.com/mr-pylin/numpy-workshop"
315319
},

0 commit comments

Comments
 (0)