You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add the code in the effects.py file , a function called edge_detection has already been created there, edit that function to render the effect on the frame by referring to the above resource.
The text was updated successfully, but these errors were encountered:
hi i have sent a pr , can you check and tell, what to improve.!
Hey!
There are a couple of issues with this pr. I have listed them below, please make the necessary changes.
The function for image blurring is 'GaussianBlur' not 'gaussianBlur'.
As stated in the issue, the purpose of this function was to render the effect on the frame, so instead of edges you need to modify the frame variable.
There is no need to use imshow function as the purpose of the edge_detection function is to return image as a bytes object without displaying it. There is another function(out of scope of this issue) which is responsible for displaying this image.
Resource: https://docs.opencv.org/master/da/d22/tutorial_py_canny.html
Add the code in the effects.py file , a function called edge_detection has already been created there, edit that function to render the effect on the frame by referring to the above resource.
The text was updated successfully, but these errors were encountered: