Issue-91: Added Jupyter file, input and output images and readme for hole detection#187
Issue-91: Added Jupyter file, input and output images and readme for hole detection#187srimontidutta wants to merge 2 commits intogeekquad:masterfrom
Conversation
geekquad
left a comment
There was a problem hiding this comment.
Hey @srimontidutta,
please add sample input and output images in the notebook also.
Thankyou.
|
@geekquad I'll have to modify the code then. The code I have written shows the output image in a pop-up to avoid clutter in the notebook. |
Hey @srimontidutta, |
|
@geekquad Then, can I add a folder consisting of the sample input and output images? |
You can add the folder but I need them in the notebook as well. |
Issue-91: Added Jupyter, image, and readme files for hole detection.
Hole detection is done through OpenCV, grayscaling, Gaussian blur, blob detection.
#91