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,824
  • 17
  • 99
  • 186
olidev
  • 20,058
  • 51
  • 133
  • 197

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.