Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Q
QcmpCompressionLibrary
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
BioinformaticDataCompression
QcmpCompressionLibrary
Commits
0fa566e2
Commit
0fa566e2
authored
5 years ago
by
Vojtech Moravec
Browse files
Options
Downloads
Patches
Plain Diff
Edited readme
parent
671fd603
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+23
-1
23 additions, 1 deletion
README.md
with
23 additions
and
1 deletion
README.md
+
23
−
1
View file @
0fa566e2
...
...
@@ -14,4 +14,26 @@ usage: azgracompress.DataCompressor [options] input
-v,--verbose Make program verbose
-vq,--vector-quantization <arg> Use vector quantization. Need to pass
vector size eg. 9,9x1,3x3
```
\ No newline at end of file
```
### Application methods:
-
`-c`
,
`--compress`
- Compress image planes file (Currently only RAW image files).
-
Use scalar quantization using
`-sq`
or
`--scalar-quantization`
-
Use vector quantization using
`-vq`
or
`--vector-quantization`
and specify the row vector size (9, 9x1, etc.) or matrix dimensions (2x2, 4x6, etc.)
-
Set the bits per pixel amount using
`-b`
or
`--bits`
and integer value from 1 to 8
-
Set the reference plane index using
`-rp, or `
--reference-plane
`. Reference plane is used to create codebook for all planes.
- `
-d
`, `
--decompress
` - Decompress the file compressed by this application. This options doesn't require any further parameters.
- `
-i
`, `
--inspect
` - Inspect the compressed file. Read compressed file header are write out informations about that file.
### Input file
- Input file is required for compress, decompress and inspect methods
- decompress and inspect require only the input file path
- compress additionaly requires the input file dimensions in format DxDxD [D] [D-D]
- DxDxD is image dimension. Eg. 1920x1080x1, 1041x996x946 (946 planes of 1041x996 images)
- [D] is optional plane index. Only this plane will be compressed.
- [D-D] is optional plane range. Only plane in this range will be compressed.
- D stands for integer values.
### Additional options:
- `
-v
`, `
--verbose
`
- Make program output verbose.
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