Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
python3-imagej-tiff
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
python3-imagej-tiff
Commits
3927efe2
Commit
3927efe2
authored
Jul 19, 2018
by
Oleg Dzhimiev
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of git.elphel.com:Elphel/python3-imagej-tiff
parents
11036a17
e38c724b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
0 deletions
+15
-0
README.md
README.md
+15
-0
No files found.
README.md
View file @
3927efe2
...
...
@@ -3,6 +3,21 @@ Class imagej_tiff to read multilayer tiff files and parse tags
*
layers are stacked along depth (think RGB)
*
parse imagej generated tags (50838 and 50839)
# More info
*
Presentation for CVPR2018:
[
Elphel_TP-CNN_slides.pdf
](
https://community.elphel.com/files/presentations/Elphel_TP-CNN_slides.pdf
)
*
[
TIFF Image stacks for Machine Learning
](
https://wiki.elphel.com/wiki/Tiff_file_format_for_pre-processed_quad-stereo_sets#TIFF_image_stacks_for_ML
)
# Samples
*
[
models/all/state_street/1527256815_150165/v01/ml/
](
https://community.elphel.com/3d+biquad/models/all/state_street/1527256815_150165/v01/ml/
)
or
*
go to
[
3d+biquad
](
https://community.elphel.com/3d+biquad/
)
, open individual models and hit the light green button to ‘Download source files for ml’
# Dependencies
*
Python 3.5.2 (not strict)
*
Pillow 5.1.0+ (strict)
*
Numpy 1.14.2 (not strict)
*
Matplotlib 2.2.2 (not strict)
# Examples
```
#!/usr/bin/env python3
...
...
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