Error C2440 : cannot cast 'System::Drawing::Bitmap' into 'System::Object'
问题 I recently started tu use OpenCV in an effort to integrate plugins based on it to an already existing project. This one uses System::Drawing::Bitmap to manage images and a System::EventArgs derivative (not sure about that word) containing a System::Object element used to transfer data between plugins. OpenCV beeing in C++ I have to program my plugin accordingly but thanks to CLR (not very sure about that one) my new c++ class can inherit my C# "Plugin" interface. This one plugin is pretty