View Single Post
  #1   Spotlight this post!  
Unread 13-01-2012, 18:17
JacobGH JacobGH is offline
Registered User
FRC #1849
 
Join Date: Nov 2011
Location: Bethesda, MD
Posts: 18
JacobGH is an unknown quantity at this point
Java image processing - accessing pixel data

Am I missing something huge? The ColorImage class in Java doesn't seem to do much image processing on it's own - you have to use its method to extract a MonoImage. But then, a MonoImage can only do one thing - find ellipses with the build in method. Is there any way to access individual pixel values? It would be nice to have methods, like blob detection (which labview has) but at least we could develop things like that if we had access to pixel data.

Any help would be appreciated.