Quote:
Originally Posted by Jared341
What we did here is make a static helper class that lives within the same package namespace as the WPIJavaCV classes with methods to expose the protected member variables (since protected members are visible to all classes within the same package).
|
Thanks, I had been looking at your code and missed the package line. Makes sense now.