Jeffk-log: Difference between revisions

From Earlham CS Department
Jump to navigation Jump to search
Klyceje (talk | contribs)
Klyceje (talk | contribs)
No edit summary
Line 23: Line 23:
* Created my project page.
* Created my project page.
* Read some on papers for my topic.
* Read some on papers for my topic.
== November 4 ==
* Read some more about wavelets.

Revision as of 03:01, 5 November 2007

October 29

I have been considering two possible image handling frameworks for the software portion of my project: ImageMagick and ImageJ. Both seem to have very well documented APIs and modular structures. I have installed ImageMagick from source in my home directory on quark, and I have ImageJ on my own machine. (My machine has an old version of ImageMagick on it as it turns out.) I will be trying-out these two frameworks to see which one best fits my project.

ImageMagick

  • Pros:
    • Is oriented towards batch processing
    • Can be used with many languages through different APIs
    • Could be faster than ImageJ
  • Cons:
    • Does not seem to have as many scientific analysis modules as ImageJ

ImageJ

  • Pros:
    • Has many analysis plugins that are very much like the kinds of things that I will need to be doing
    • I have played with this program a little and it has some interesting transforms
    • Plugin code can be moved across platforms easily
  • Cons:
    • Is completely in Java, a language that I don't know
    • Is not oriented towards batch processing as much as ImageMagick

November 3

  • Emailed the authors of the paper that I will be basing my project on to see if they can provide me with the code of their system for the software portion of the project.
  • Created my project page.
  • Read some on papers for my topic.

November 4

  • Read some more about wavelets.