Open D1935827V opened 3 years ago
Code for model:
Next Goal is to shorten this to a list when we need to add more images:
Individual Grade: 2.9/3 - add more commentary for video and show runtime
Video: Comments: Please use more commentary and show the running code on the runtime.
Overall Comments:
Model improvements 3 Points (is-a extends, has-a is a attribute) ** The model throughout needs to be reworked from prototype, to something that is MORE Java like. Modeling is THE KEY element to learning Java. Please design and model the prototype to be more fully developed. an list_of_image(s)_info object (lii) has-a list of images an image_info object (ii) has-an image file, has-a list of image_property objects (contains original info, original info with watermark, grey, grey with watermark, etc) an image_property object (iprop) has-a description, has-a base64 rendering file, has-a list of RGB attributes an image_property_rgb (iprgb) object has-a has a list of RGB attributes in decimal, hexadecimal, and binary RGB attributes is-an array of 3 or 4 attributes, Hexadecimal is-a list and Binary is-an array of 3 or 4 attributes as well.