Skip to content

Commit d10b2e9

Browse files
committed
2 parents 343583b + d8d167f commit d10b2e9

File tree

3 files changed

+44
-0
lines changed

3 files changed

+44
-0
lines changed

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
A Swift playgroundbook about Image Filtering
22

3+
Subscription feed: https://raw.githubusercontent.com/lennet/image-filtering/master/feed.json
4+
35
![A Gif that shows the convolution of an pixelated unicorn with a blurring filter](playgroundDemo.gif)
46

57
![A Gif that shows edge detection of an staircase with the laplcian of gaussian filter](playgroundDemo2.gif)

banner_2x.png

21.7 KB
Loading

feed.json

+42
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
{
2+
"documents": [
3+
{
4+
"previewImageURLs": [],
5+
"bannerImageURL": "https://raw.githubusercontent.com/lennet/image-filtering/master/banner_2x.png",
6+
"thumbnailURL": "https://raw.githubusercontent.com/lennet/image-filtering/master/Image%20Filtering.playgroundbook/Contents/Resources/Private/cover.png",
7+
"subtitle": "Learn about image filtering",
8+
"description": "Many people think that digital signal processing is very complicated and quickly get deterred by mathematical formulas. This Playgroundbook shows that the fundamental concepts of DSP are way easier than they might look like with the example of convolving images with filter kernels.",
9+
"publishedDate": "2017-11-14T12:00:00+00:00",
10+
"url": "https://github.com/lennet/image-filtering/releases/download/1.0/Image.Filtering.playgroundbook.zip",
11+
"additionalInformation": [
12+
{
13+
"name": "Publisher:",
14+
"value": "Leonard Thomas"
15+
},
16+
{
17+
"name": "Version:",
18+
"value": "1.0"
19+
},
20+
{
21+
"type": "date",
22+
"name": "Released:",
23+
"value": "2017-11-14T12:00:00+00:00"
24+
},
25+
{
26+
"name": "Languages:",
27+
"value": "English"
28+
}
29+
],
30+
"title": "Image Filtering",
31+
"contentVersion": "1.0",
32+
"lastUpdatedDate": "2017-11-14T12:00:00+00:00",
33+
"contentIdentifier": "com.leonardthomas.imagefilter",
34+
"sha512": "3a17d593d7ba63c737c476716e39871ff44c1f9b71810cde36a466d0487af5098dba48339341ca60c2bf16e17ab2ea6d6ff2d84a42d3832aa9720b4c29b081a7"
35+
}
36+
],
37+
"publisherName": "Leonard Thomas",
38+
"title": "Leonard Thomas",
39+
"formatVersion": "1.0",
40+
"feedIdentifier": "com.leonardthomas",
41+
"contactURL": "mailto:[email protected]"
42+
}

0 commit comments

Comments
 (0)