Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
I
image-compression
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Elphel
image-compression
Commits
fcbea69e
Commit
fcbea69e
authored
Mar 24, 2022
by
Nathaniel Callens
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
changes
parent
f7bbe036
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
579 additions
and
40 deletions
+579
-40
Error_to_Image-checkpoint.ipynb
.ipynb_checkpoints/Error_to_Image-checkpoint.ipynb
+285
-15
Encoding_Kelly.ipynb
Encoding_Kelly.ipynb
+9
-10
Error_to_Image.ipynb
Error_to_Image.ipynb
+285
-15
No files found.
.ipynb_checkpoints/Error_to_Image-checkpoint.ipynb
View file @
fcbea69e
This diff is collapsed.
Click to expand it.
Encoding_Kelly.ipynb
View file @
fcbea69e
...
...
@@ -2,7 +2,7 @@
"cells": [
{
"cell_type": "code",
"execution_count":
2
,
"execution_count":
1
,
"id": "8868bc30",
"metadata": {},
"outputs": [],
...
...
@@ -24,7 +24,7 @@
},
{
"cell_type": "code",
"execution_count":
397
,
"execution_count":
2
,
"id": "76317b02",
"metadata": {},
"outputs": [],
...
...
@@ -79,7 +79,7 @@
},
{
"cell_type": "code",
"execution_count": 3
98
,
"execution_count": 3,
"id": "be1ff8a1",
"metadata": {},
"outputs": [],
...
...
@@ -125,7 +125,7 @@
},
{
"cell_type": "code",
"execution_count":
399
,
"execution_count":
4
,
"id": "8483903e",
"metadata": {},
"outputs": [],
...
...
@@ -173,7 +173,7 @@
},
{
"cell_type": "code",
"execution_count":
400
,
"execution_count":
5
,
"id": "64a3a193",
"metadata": {},
"outputs": [],
...
...
@@ -614,17 +614,17 @@
},
{
"cell_type": "code",
"execution_count":
427
,
"execution_count":
14
,
"id": "15eecad3",
"metadata": {},
"outputs": [
{
"data": {
"text/plain": [
"0.442
25341796875
"
"0.442
7516682942708
"
]
},
"execution_count":
427
,
"execution_count":
14
,
"metadata": {},
"output_type": "execute_result"
}
...
...
@@ -635,7 +635,6 @@
" image = Image.open(image)\n",
" image = np.array(image)[1:,:] #Convert to an array, leaving out the first row because the first row is just housekeeping data\n",
" image = image.astype(int)\n",
"\n",
" \n",
" boundary = np.hstack((image[0,:],image[-1,:],image[1:-1,0],image[1:-1,-1]))\n",
" boundary = boundary - image[0,0]\n",
...
...
@@ -932,7 +931,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.
9.
1"
"version": "3.
8.1
1"
}
},
"nbformat": 4,
...
...
Error_to_Image.ipynb
View file @
fcbea69e
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment