Image Comparison with Java (Part I)

It was several years ago, when I had the idea for image comparison. Then the chosen language had been C# because the features of DirectX. As it happens with such ideas they got put aside. Today I revisited the idea and made some discoveries:

  • I changed form Windows to Linux, so a .Net based language may not be optimal
  • DirectX is not portible as is OpenGL
  • Java provides now functionality for image processing
  • With the upcoming version 7 of the JDK, Java gets excellent OpenGL support

Therefore I would like to outline the ideas a bit further.
„Image Comparison with Java (Part I)“ weiterlesen