Closed dinhanhx closed 4 years ago
There are 2 functions in opencv which are cv2.dilate()
and cv2.erode
. Therefore, this should be carried out easily. There is cv2.morphologyEx()
done all. please check code.
I'm not sure whether @dinhanhx means we should resolve this by implementing these from scratch or write code with OpenCV and run on the sample images.
According basic requirements of topic, we should use opencv. Here is just the list to track methods. We can resolve this issue by both ways in the same time.
Let's hope we get these done before the next Thursday 2020-06-25
Rename issue. ~both~ CAPTCHA
Due to the lack of time, I will handle this. Deadline to close Tmr.
All of the following morphological transformations are already implemented in
cv2.morphologyEx()
Basic algorithms:
Intermediate algorithms:
Please try each algorithm with various parameters and record the results for report. Please also explain the algorithms in the report as well.
Each of these would have its own issue for tracking. Please only check the above when you're done with your task.