Monday, June 29, 2020

PSF GSoC students blogs: Image Processing Operations Continued - Weekly Check-in 5

End of Week 4  - 29/06/2020


What did you do this week?

I worked on adding the ability to use default parameters in operations to deal with optional parameters in OpenCV functions and wrote new image processing operations for performing various tasks such as extracting features like shape, color, texture, etc. With the directory source added last week, DFFML can now perform image classification on image datasets present in a directory format using the image processing operations to extract feature vectors to train and test on!

What is coming up next?

I'll continue to add operations and work on documenting how image classification can be done in DFFML using different image processing operations and their combinations to extract suitable feature vectors. For now, the next step is to add local feature extraction techniques such as ORB, KAZE, HOG, and more!

Did you get stuck anywhere?

Just some minor errors here and there. Nothing in particular. :)


Thank you for reading!



from Planet Python
via read more

No comments:

Post a Comment

TestDriven.io: Working with Static and Media Files in Django

This article looks at how to work with static and media files in a Django project, locally and in production. from Planet Python via read...