smaranjitghose / ArtCV

Randomly Exploring Computer Vision techniques to create eye catching art out of plain boring images!
MIT License
49 stars 37 forks source link

Motion Blur #35

Closed RajS18 closed 3 years ago

RajS18 commented 3 years ago

Greetings Sir, Here motionBlur function implement the motion blurring effect that is controlled by kernel size that is used on the user provided images resulting in 3 output files (as a result of 1 effect's call). A variety of emboss effects can be generated for a single input (so as to demonstrate). This effect is helps in demonstrating the blur effect observed by the camera on calibrating and clicking pictures in high speeds (generally observed and useful in designing computer games). This effect can be demonstrated in any direction specified (completely depends on binary kernel's configuration used). Results are really mesmerizing (by local survey on different images) [added in assets directory]. Also I have updated the README.md file you asked me in my last PR (Anime Vintage effect). Please merge the PR if everything is fine according to you. Thank you.

smaranjitghose commented 3 years ago

This is indeed an awesome script for motion blur @RawX18!