View Single Post
  #1   Spotlight this post!  
Unread 12-10-2012, 15:45
Stonemotmot Stonemotmot is offline
Registered User
FRC #0486
 
Join Date: Sep 2011
Location: United States, Pa
Posts: 53
Stonemotmot is an unknown quantity at this point
Smartdashboard crash on .getInverse()

Hello, I am trying to preform vision analysis using the smartdashboard. Unfortunately the dashboard crashes every time I call binaryimage.getInverse();

here is a example

Code:
WPIBinartImage blue = new image.getBlueChannel().getThreshold(64); // create a binary image from a color image declared earlier
blue = blue.getInverse(); // this causes the dashboard crash as the code runs fine without it.
also on a side note where can i find WPICameraExtension source code.
Do i need to join a site or can i just download it.
Reply With Quote