Vrushali commited on
Commit
50cdbc5
·
1 Parent(s): 6e67de0

Add image module with required dependencies

Browse files
Files changed (1) hide show
  1. src/module/image.ipynb +47 -0
src/module/image.ipynb ADDED
@@ -0,0 +1,47 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "cells": [
3
+ {
4
+ "cell_type": "code",
5
+ "execution_count": null,
6
+ "metadata": {},
7
+ "outputs": [
8
+ {
9
+ "ename": "",
10
+ "evalue": "",
11
+ "output_type": "error",
12
+ "traceback": [
13
+ "\u001b[1;31mRunning cells with 'catlog' requires the ipykernel package.\n",
14
+ "\u001b[1;31mRun the following command to install 'ipykernel' into the Python environment. \n",
15
+ "\u001b[1;31mCommand: 'conda install -n catlog ipykernel --update-deps --force-reinstall'"
16
+ ]
17
+ }
18
+ ],
19
+ "source": [
20
+ "import cv2\n",
21
+ "import os\n",
22
+ "import matplotlib.pyplot as plt \n",
23
+ "import numpy as np "
24
+ ]
25
+ },
26
+ {
27
+ "cell_type": "code",
28
+ "execution_count": null,
29
+ "metadata": {},
30
+ "outputs": [],
31
+ "source": []
32
+ }
33
+ ],
34
+ "metadata": {
35
+ "kernelspec": {
36
+ "display_name": "catlog",
37
+ "language": "python",
38
+ "name": "python3"
39
+ },
40
+ "language_info": {
41
+ "name": "python",
42
+ "version": "3.10.0"
43
+ }
44
+ },
45
+ "nbformat": 4,
46
+ "nbformat_minor": 2
47
+ }