CVStudio

CV Studio with GUI using Qt for Computer Vision

Stars
16

CV Studio

CV Studio with GUI using Qt for Computer Vision


Requirements

tested on Ubuntu 16.04 and Ubuntu 18.04

  • Qt5
  • OpenCV 2 (or above)

Build & Run

  • GUI

    • Qt Creator
  • CLI

    • qmake

      mkdir build
      cd build
      
      qmake ..
      make -j4
      
      # run    
      ../Output/DIPDemoQt
      
    • cmake

      mkdir build
      cd build
      
      cmake ..
      make -j4
      
      # run    
      ./DIPDemoQt
      

TODO

  • 2D Image Processing

    • Salt and pepper noise
    • Color reduce
    • Image sharpening
    • Color model transformation
    • Histogram
    • Binary image
    • Look up table
    • Histogram equalization
    • Back Project
    • Gaussian Blur(Gaussian Distribution,Gaussian Function)
    • Median filtering
    • Mean filtering
    • CamShift & MeanShift
  • 3D Point Cloud