I'm also trying to create an APP on Xamarin for the comparison of images virtually similar to the 'FeatureMatching' example that Emgucv has created. but the code restores many identical errors, that is:
The reference to the type 'ICloneable' declares to be defined in 'mscorlib' but was not found
Answers
@MohamedBnSaid,
What type of comparison do you need to make? Could you share what you have tried and what is not working?
I want develop a mobile application that can detect buildings with the phone camera and display informations. like this :
I'm also trying to create an APP on Xamarin for the comparison of images virtually similar to the 'FeatureMatching' example that Emgucv has created. but the code restores many identical errors, that is:
The reference to the type 'ICloneable' declares to be defined in 'mscorlib' but was not found
what should I do?