Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
J
jupyternotebooks
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container registry
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
wiki
jupyternotebooks
Commits
f2480768
There was an error fetching the commit references. Please try again later.
Commit
f2480768
authored
Nov 28, 2023
by
Sven Huesing
Browse files
Options
Downloads
Patches
Plain Diff
added Einlesen Bilder
parent
cd4a3d15
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
Datenaufbereitung/.ipynb_checkpoints/Einlesen von Bilddaten-checkpoint.ipynb
+71
-0
71 additions, 0 deletions
...ipynb_checkpoints/Einlesen von Bilddaten-checkpoint.ipynb
Datenaufbereitung/Einlesen von Bilddaten.ipynb
+71
-0
71 additions, 0 deletions
Datenaufbereitung/Einlesen von Bilddaten.ipynb
with
142 additions
and
0 deletions
Datenaufbereitung/.ipynb_checkpoints/Einlesen von Bilddaten-checkpoint.ipynb
0 → 100644
+
71
−
0
View file @
f2480768
{
"cells": [
{
"cell_type": "code",
"execution_count": null,
"id": "c3669600",
"metadata": {},
"outputs": [],
"source": [
"import cv2\n",
"import os\n",
"import matplotlib.pyplot as plt\n",
"import numpy as np\n",
"import pandas as pd"
]
},
{
"cell_type": "code",
"execution_count": null,
"id": "328157d2",
"metadata": {},
"outputs": [],
"source": [
"image = cv2.imread(file, cv2.IMREAD_GRAYSCALE)#Hier Dateinamen eingeben\n",
"image"
]
},
{
"cell_type": "code",
"execution_count": null,
"id": "bc27fd82",
"metadata": {},
"outputs": [],
"source": []
}
],
"metadata": {
"kernelspec": {
"display_name": "Python 3 (ipykernel)",
"language": "python",
"name": "python3"
},
"language_info": {
"codemirror_mode": {
"name": "ipython",
"version": 3
},
"file_extension": ".py",
"mimetype": "text/x-python",
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.9.12"
},
"toc": {
"base_numbering": 1,
"nav_menu": {},
"number_sections": true,
"sideBar": true,
"skip_h1_title": false,
"title_cell": "Table of Contents",
"title_sidebar": "Contents",
"toc_cell": false,
"toc_position": {},
"toc_section_display": true,
"toc_window_display": false
}
},
"nbformat": 4,
"nbformat_minor": 5
}
%% 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
```
This diff is collapsed.
Click to expand it.
Datenaufbereitung/Einlesen von Bilddaten.ipynb
0 → 100644
+
71
−
0
View file @
f2480768
{
"cells": [
{
"cell_type": "code",
"execution_count": null,
"id": "c3669600",
"metadata": {},
"outputs": [],
"source": [
"import cv2\n",
"import os\n",
"import matplotlib.pyplot as plt\n",
"import numpy as np\n",
"import pandas as pd"
]
},
{
"cell_type": "code",
"execution_count": null,
"id": "328157d2",
"metadata": {},
"outputs": [],
"source": [
"image = cv2.imread(file, cv2.IMREAD_GRAYSCALE)#Hier Dateinamen eingeben\n",
"image"
]
},
{
"cell_type": "code",
"execution_count": null,
"id": "bc27fd82",
"metadata": {},
"outputs": [],
"source": []
}
],
"metadata": {
"kernelspec": {
"display_name": "Python 3 (ipykernel)",
"language": "python",
"name": "python3"
},
"language_info": {
"codemirror_mode": {
"name": "ipython",
"version": 3
},
"file_extension": ".py",
"mimetype": "text/x-python",
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.9.12"
},
"toc": {
"base_numbering": 1,
"nav_menu": {},
"number_sections": true,
"sideBar": true,
"skip_h1_title": false,
"title_cell": "Table of Contents",
"title_sidebar": "Contents",
"toc_cell": false,
"toc_position": {},
"toc_section_display": true,
"toc_window_display": false
}
},
"nbformat": 4,
"nbformat_minor": 5
}
%% 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
```
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment