Skip to content

Small Image Editing application using OpenCV and Qt

Notifications You must be signed in to change notification settings

gsc2001/Vizually

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vizually: An Image-Processing application

favicon

Operators

  • Blur

    • Average Blur
    • Gaussian Blur
    • Bilateral Blur
  • Edge Detection

    • Canny Edge Detection
    • Sobel Edge Detection
  • Thresholding

    • Otsu
      Before After
      otsu-before otsu-after
    • Adaptive
    • Absolute
  • Ridge Detection

  • Corner Detection

  • Contour Detection

  • Perspective Transform

  • Image masking

  • Filters

    • Canny Cartoon
    • Color Sheet
    • Day Light
    • Emboss
    • Invert
    • Pencil Sketch
    • Sepia
    • Summer
    • Thresh Cartoon
    • Winter
  • Contrast Filters

    • Contrast
    • Sharpening
    • Hue
    • Splash
  • Blending

  • Interpolation

Installation Instructions

  • Clone the repository
  • To setup the venv and remove conficting qt and opencv
python3 -m venv venv
source venv bin/activate
pip install -r requirements.txt
rm ./venv/lib/python3.8/site-packages/cv2/qt/plugins/platform/libqxcb.so
  • To run do python main.py --style material

Created By

  • Gurkirat Singh
  • Sanchit Arora
  • Kannav Mehta
  • Triansh Sharma
  • Shrey Gupta
  • Pratyush Priyadarshi
  • Raj Maheshwari

About

Small Image Editing application using OpenCV and Qt

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published