Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 25cf5cd

Browse files
A-kritikaustubhgupta
andauthored
Update Neon Effect Filter/Code.py
Co-authored-by: Kaustubh Gupta <43691873+kaustubhgupta@users.noreply.github.com>
1 parent 6336c3e commit 25cf5cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎Neon Effect Filter/Code.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
import os.path
44
from matplotlib import pyplot as plt
55

6-
img_path = input("Enter the path here:") #example -> C:\Users\xyz\OneDrive\Desktop\project\image.jpg
6+
img_path = input("Enter the path of image: ") #example -> C:\Users\xyz\OneDrive\Desktop\project\image.jpg
77
img = cv2.imread(img_path)
88
image = cv2.cvtColor(img, cv2.COLOR_BGR2RGB)
99

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /