Sfoglia il codice sorgente

Added reference to sample and matlab files

Clemens-A. Brust 11 anni fa
parent
commit
79630e5ef6
1 ha cambiato i file con 7 aggiunte e 0 eliminazioni
  1. 7 0
      core/tutorial/doc/samples.md

+ 7 - 0
core/tutorial/doc/samples.md

@@ -8,6 +8,7 @@ The following sample programs are available:
 | 02 | Program that optimizes the contrast of a grayscale image|
 | 03 | Program that colorizes a grayscale image using pseudocolors|
 | 04 | Program that applies a motion blur effect to an image using a linear filter|
+| 05 | Program that loads a Matlab file to showcase algebra functions|
 
 # Sample images for sample code
 NICE-core supports PPM and PGM images out of the box without any additional
@@ -29,3 +30,9 @@ The color samples are 8-bit-per-channel PPM images.
 They work with the sample code from these tutorials:
 
 * Tutorial 01
+
+# Other samples
+We also include some Matlab files for use with the following samples:
+
+* Tutorial 05
+* Tutorial 06