EricaSkerrett / bme590final

Final project (image processing)
GNU General Public License v3.0
0 stars 1 forks source link

adds histogram and histogram equalization processing #51

Closed EricaSkerrett closed 5 years ago

EricaSkerrett commented 5 years ago
  1. Adds histogram equalization image processing function. Takes a b64 string and returns and image array.
  2. Adds a rough histogram viewer function. This would be on the GUI instead of the server. (@RoujiaW )
RoujiaW commented 5 years ago

@EricaSkerrett Is it possible to make the histogram saved as an array? I won't able to directly put the image viewer on the GUI. It works very differently.