h2oai / wave-apps

Sample AI Apps built with H2O Wave.
MIT License
144 stars 51 forks source link

Initial implementation of image-processing app #44

Closed Mathanraj-Sharma closed 1 year ago

Mathanraj-Sharma commented 3 years ago

Implementing a wave app with image processing functionalities using OpenCV and skimage

  1. Added
    • Image Translation
    • Image rotation
      • with respect to the center point,
      • and with respect to given arbitrary point
        • RGB2GRAY conversion
        • Histogram Generation
        • Histogram Mataching
        • Edge Detection
        • Image Blurring
        • Average Blurring
        • Gaussian Blurring
        • Median Blurring
        • Bilateral Blurring
  2. Features to be implemented
    • Image arithmetic
    • Bitwise Operations
    • Channel Merging and Splitting
    • Histogram Equalization
    • Image Threshold
    • Contour Detection
    • Image Augmentations

later plans -

Mathanraj-Sharma commented 1 year ago

Considering this as stale and closing it. Will submit a new PR with changes.