Skip to content
Update getting started with image streams authored by Vsevolod Vlaskine's avatar Vsevolod Vlaskine
...@@ -72,15 +72,36 @@ Try to output only image headers: ...@@ -72,15 +72,36 @@ Try to output only image headers:
Byte order as on your system architecture, e.g. little endian on x86 and big endian on ARM. Byte order as on your system architecture, e.g. little endian on x86 and big endian on ARM.
Outputting number of rows, columns, and image type with each image may look redundant and inefficient. It is not for the following reasons: Outputting number of rows, columns, and image type with each image may look redundant and inefficient. It is not for the following reasons:
- 20 bytes is small overhead on large images - 20 bytes is a small overhead on images, which typically are large
- by outputting image size and type, each image record is self-contained - by having image size and type, each image record is self-contained
- each image can be of different size and type (see examples in **image files and file lists** section below) - each image can be of different size and type (see examples in **image files and file lists** section below)
- header is optional (see examples in **\<image\>** section below) - header is optional (see examples in **\<image\>** section below)
### \<image\> ### \<image\>
The image part of the **snark** image format is simply an uncompressed binary image representation.
## image filters
... ...
## image files and file lists ## image files and file lists
single image, from/to ...
supported formats including gz ...
input image lists ...
output image lists ...
combining both ...
## videos
...
# **cv-calc**: more image manipulations
...
# converting images from/to csv
... ...
# potentially unmaintained documentation at other repository fork: # links to more (potentially unmaintained) documentation elsewhere:
See [https://github.com/acfr/snark/wiki/get-started-with-image-data] - [https://github.com/acfr/snark/wiki/get-started-with-image-data]
\ No newline at end of file - [ACFR software blog](https://confluence.acfr.usyd.edu.au/display/ACFRSoft)
\ No newline at end of file