Update getting started with image streams authored by Vsevolod Vlaskine's avatar Vsevolod Vlaskine
......@@ -6,11 +6,13 @@ After reading and trying out this tutorial, you will learn how to use **snark**
- read and save images, image datasets, and image streams in various formats
- convert image streams from/to csv data
Instead of reading the whole tutorial, you could start with the section of your interest. Only if something is unclear, you could refer to the previous sections.
This tutorial covers only basics. Each **snark** imaging utility has extensive **--help** with examples.
As with other **comma** and **snark** utilities, **snark** imaging utilities were written as much as possible as a toolkit of primitives, which, when used in combination, cover vast number of practical use cases in image processing and computer vision.
As with other **comma** and **snark** utilities, **snark** imaging utilities were written as much as possible as a toolkit of primitives, which are powerful when used in combination and cover a vast number of practical use cases of image processing and computer vision.
Other tutorials may cover specific use cases and design recipes. If you have any question or suggestions about extra functionality or more tutorials, you are very welcome to create a ticket.
Other tutorials may cover specific use cases and design recipes. If you have any question or suggestions about extra functionality or more recipes and tutorials, you are very welcome to create a ticket.
# **cv-cat**: image streaming and processing
## hello world
......
......