소스 검색

Added table with sample programs

Clemens-Alexander Brust 11 년 전
부모
커밋
67625fe0a6
1개의 변경된 파일11개의 추가작업 그리고 0개의 파일을 삭제
  1. 11 0
      core/tutorial/doc/samples.md

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

@@ -1,3 +1,14 @@
+# Sample code
+Some tutorials come with sample code for a more hands-on learning experience.
+The following sample programs are available:
+
+| Tutorial | Sample Program |
+| -: | - |
+| 01 | Simple program that reads a file and writes the image to another|
+| 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|
+
 # Sample images for sample code
 NICE-core supports PPM and PGM images out of the box without any additional
 dependencies.