Page MenuHomePhabricator

Create SetPixel Function for mitk Image
Closed, DuplicatePublic

Description

The mitk Image class lacks of a setPixel function!
It would be more than useful to have it!
ITK image can do it as well. So far, i need to cast to ITK and back again, if i want to change specific pixels.