Homography and Exposure:- Run on web app or Google Colab
Object extraction :- Run on Vscode.
You can run the Homography and Exposure Correction methods on Google Colab using the following links:
- [Homography Methods Notebook]([https://colab.research.google.com/drive/1pqTYROjO3xhtF1HYJTXW2s6pL50kFQza?usp=sharing]
- [Exposure Correction Methods Notebook]([https://colab.research.google.com/drive/1Qkq_DTAHWGAOuRQUCuhoUGl8jk8_kBjR?usp=sharing]
To run the Streamlit application locally, follow the steps below:
-
Clone the repository:
- Open your terminal or command prompt.
- Run the following command to clone the repository:
git clone https://github.com/Manideep-0503/Exposure-Balancing-and-Extraction-from-Distorted-Images
-
cd Exposure-Balancing-and-Extraction-from-Distorted-Images
-
pip install -r requirements.txt
-
streamlit run final.py
both files cannyedgedetection.py and grab_cut.py are codes for object extraction.Please run them on Vscode.