Re: Calculating atan2 on pixels from two input images in a macro
Posted by adam@ajblake.info on May 16, 2014; 11:15pm
URL: http://imagej.273.s1.nabble.com/Calculating-atan2-on-pixels-from-two-input-images-in-a-macro-tp5007758p5007772.html
I did look into creating arrays from the images and that method is still very slow.
I think I'll try to create a jython script to perform the atan2 calculation, as I've done some python programing. Would I be able to call this script from my existing macro or would I need to convert the entire macro to a jython script?
Thanks,
Adam