Fifth week report - MATF-RS19/RS029-image-processing GitHub Wiki
What's done this week
1.Canny edge detection was parallelized.
In one example, non parallelized canny took 48 sec to finish 3072 × 2304 image 30 times, while parallelized version took 29 sec, using 4 threads.
Plan for the next week
- Continue with research of applications of fuzzy logic in image processing
Current output
The same as last week.