Skip to content
Snippets Groups Projects
Commit f2480768 authored by Sven Huesing's avatar Sven Huesing
Browse files

added Einlesen Bilder

parent cd4a3d15
No related branches found
No related tags found
No related merge requests found
%% Cell type:code id:c3669600 tags:
``` python
import cv2
import os
import matplotlib.pyplot as plt
import numpy as np
import pandas as pd
```
%% Cell type:code id:328157d2 tags:
``` python
image = cv2.imread(file, cv2.IMREAD_GRAYSCALE)#Hier Dateinamen eingeben
image
```
%% Cell type:code id:bc27fd82 tags:
``` python
```
%% Cell type:code id:c3669600 tags:
``` python
import cv2
import os
import matplotlib.pyplot as plt
import numpy as np
import pandas as pd
```
%% Cell type:code id:328157d2 tags:
``` python
image = cv2.imread(file, cv2.IMREAD_GRAYSCALE)#Hier Dateinamen eingeben
image
```
%% Cell type:code id:bc27fd82 tags:
``` python
```
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment