public virtual void or(WPIBinaryImage image2)
 {
   this.validateDisposed();
   object obj1 = this.image;
   object obj2 = image2.image;
   object obj3 = this.image;
   throw new NoClassDefFoundError("com.googlecode.javacv.cpp.opencv_core");
 }
 internal WPIBinaryImage\u00241([In] WPIBinaryImage obj0, [In] object obj1)
 {
   // ISSUE: type reference
   ByteCodeHelper.DynamicCast(obj1, __typeref (WPIBinaryImage\u00241), "com.googlecode.javacv.cpp.opencv_core$CvMemStorage");
   this.this\u00240 = obj0;
   this.val\u0024storage = obj1;
   // ISSUE: explicit constructor call
   base.\u002Ector();
   GC.KeepAlive((object) this);
 }
 public virtual WPIBinaryImage getOr(WPIBinaryImage image2)
 {
   this.validateDisposed();
   object obj = this.image;
   throw new NoClassDefFoundError("com.googlecode.javacv.cpp.opencv_core$IplImage");
 }