A new field rawImage has been introduced to MedImage. We need to migrate all code pieces to use rawImage instead of the image, so all the algorithms would run correctly on Android devices.
RawImage is a class to solve the problem of platform dependent classes BufferedImage and Bitmap