Skip to content
This repository was archived by the owner on Nov 30, 2022. It is now read-only.

Commit e4e3fe6

Browse files
authored
Update Cartoonify.py
1 parent 4a8c2c0 commit e4e3fe6

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Image-Processing/Cartoonify Image/Cartoonify.py

-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
import numpy as np
44
from skimage import io
55

6-
76
# Class Defination
87
class Cartoon:
98
def __init__(self):
@@ -27,7 +26,6 @@ def __init__(self):
2726
self.resize = resize
2827
self.resize2 = resize2
2928

30-
3129
# Displaying Image
3230
# Creating an object of class Cartoon
3331
c1 = Cartoon()

0 commit comments

Comments
 (0)