0

I have two data sets, each dataset contains the pixel values of an image. I need to verify the difference of two datasets is a linear or something like that.

Which open libraries can be used to draw graph to compare two datasets using C#?

halfer
  • 19,471
  • 17
  • 87
  • 173
olidev
  • 18,940
  • 49
  • 129
  • 194

1 Answers1

1

I have been using this Compare .NET Objects on codeplex.

http://comparenetobjects.codeplex.com/

I use it more for testing when I need to assert the equality of two complex objects.