Skip to content
MageshHavoc edited this page May 18, 2019 · 1 revision

Welcome to the data-science-py wiki!

Introduction:
----> This Repository contains various Python Tools, Machine Learning / Deep Learning Projects and Algorithms.
----> Computer Vision Algorithms and APIs ComputerVision

ComputerVision:
Image
<image_drawing.py>
---->1.Reading, Color conversion and displaying image with opencv, numpy and matplotlib.
---->2.Image resizing, drawing shapes over images(fixed size and also mouse drags using callbacks).
<image_processing.py>
---->3. Blending and Pasting of images(Masking included).
---->4. Image threshold(Normal and Adaptive methods).
---->5. Blurring and smoothing(Gaussian Blur, Median_blur, gamma correction).
<image_morphology.py>
---->6. Erosion and Dilation to shrink and expand image region respectively.
---->7. Opening and closing methods to remove background and foreground noise.

Clone this wiki locally