Metadata-Version: 2.1
Name: imp3
Version: 0.1.1
Summary: Interactive tool for image pre-processing and automated pipeline creation
Home-page: https://github.com/bokey007/imp3
Author: Sudhir Arvind Deshmukh
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: matplotlib (==3.6.0)
Requires-Dist: numpy (==1.23.3)
Requires-Dist: opencv-python (==4.6.0.66)
Requires-Dist: Pillow (==9.5.0)
Requires-Dist: streamlit (==1.13.0)

# imp3 (Image pre-preocessing pipeline) :
Interactive tool for image pre-processing and automated pipeline creation

# Following is the list of included pre_preocessors

## 0. read_im
    Folowwing methods are available:
    a. read_to_openCV
    b. 

## 1. map_colore_space
    Folowwing methods are available:
    a. rgb_to_gray
    b. rgb_to_hsv
    c. rgb_to_lab
    d. rgb_to_brg
    e. ch_one
    f. ch_two
    g. ch_three
    h. merge_first_two_ch
    i. merge_last_two_ch

## Brightness and Contrast

## 3. hist and hiss=togram equilisation
    Folowwing methods are available:
    a. 

## 2. smooth
    Folowwing methods are available:
    a. avg
    b. gaussian
    c. median
    d. bilateral
    
    

## 4. threshold
    Folowwing methods are available:
    a. thresh
    b. adaptive_thresh
    c. otsu
    d. 
    

## 5. edge
    Folowwing methods are available:
    a. sobel
    b. laplasian
    c. canny
    d. 
    

## 6. dialate
    Folowwing methods are available:
    a. 


## 7. erode
    Folowwing methods are available:
    a.


## 8. contour
    Folowwing methods are available:
    a. avg
    b. gaussian
    c. median
    d. bilateral

## 9. shape detection
    
## 10. Hough Transform

## 11. harr cascade
    
Development tools:

1. setuptools (https://pypi.org/project/setuptools/): Used to create a python package
2. pipreqs (https://pypi.org/project/pipreqs/): Used to create requirements.txt file
3. twine (https://pypi.org/project/twine/): Used to upload the package to pypi.org
4. Github Actions (): Used to automate the process of uploading the package to pypi.org
5. pytest (https://pypi.org/project/pytest/): Used to write unit tests
6. wheel (https://pypi.org/project/wheel/): Used to create a wheel file

