How can I use MATLAB to replicate Photoshop filters and actions? Is there something in the image processing toolbox already that I can use? Or will I have to start from scratch, research each filter, and make a function for it?
Thanks! =)
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
There are some filters in the Matlab image processing toolbox. These filters are very complete and well written. And some of the Photoshop filters may be mapped to a function in the toolbox.
However, there is not a one to one mapping between functions in the Matlab image processing toolbox filters and the available Photoshop filters.
To simplify things a lot, you will have to research each filter, and make a function for it, which may or may not be a combination of functions in the Matlab image processing toolbox. Observe that Adobe, the company that makes Photoshop employs several (many) important researchers in image processing and computer vision, and some of these filter will take many years to implement correctly. So making a function for each Photoshop filter may be a monumental task.