filter "medianValue" changed the input image

Issue #6 closed
Johann Krauter created an issue

The image of the input dataobject becomes striped after the filter (observed with a 2d dataobject of type uint16 image)

Hint: calculation takes place in dataObjectFuncs::medianValueFunc possible offenders!?: - temp = ito::makeContinuous(*dObj); //always a copy - temp2.push_back(rowPtr[c]); - temp2.reserve(dObj->getTotal());

Comments (2)

  1. Log in to comment