|
Re: Access to WPIImages and IPLImages
I'm working on improving our vision processing over the off season. I'm trying to create a grid of images to display but I can't figure out how to get the BufferedImage converted back into a WPIImage. It compiles but throws this error when I try to build it.
cannot access com.googlecode.javacv.cpp.opencv_core
class file for com.googlecode.javacv.cpp.opencv_core not found
return new WPIColorImage(img);
|