jellespijker / VisionSoilAnalyzer

Soil analyzer using an USB microscope - for Linux PC and Beaglebone Black
4 stars 1 forks source link

SoilMath Stat copy constructors copies all the data points #57

Closed jellespijker closed 9 years ago

jellespijker commented 9 years ago

When the copy constructor is called for the Stats class. all the data point are also copied. This is inefficient and unnecessary.