简体   繁体   中英

Code a polar function (Gabor) in Matlab

How can I code this function in Matlab?

在此处输入图片说明

You don't need to implement this because:

  1. If you have image processing toolbox there is a built-in function for that .
  2. If you don't, you can download an implementation from Mathworks File Exchange .
  3. If for some reason, that's not good enough, you can copy the implementation from Wikipedia .

And finally, if it's an exercise that you should write yourself and external resources are forbidden - then you shouldn't ask it in the first place.

Good luck!

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM