TODO 969 B

12345678910111213141516171819202122232425262728293031
  1. # Tutorials TODO
  2. ## General
  3. - Add "tutorial 0", a cheat sheet-like overview of NICE?
  4. ## Tutorial 1 - Basic Image I/O Operations
  5. - Complete list of file formats vs. dependencies
  6. - Write down what parts of NICE support certain ImageT<> instances
  7. - Add recommendations on what pixel formats to use because of this
  8. ## Tutorial 2 - Grayscale Image Operations
  9. - Add overview of different gray value transforms
  10. - Expand section about Image operator overloads
  11. - Add section on histogram specifications
  12. ## Tutorial 3 - Color Image Operations
  13. - Section about differences and similarities between ImageT<> and ColorImageT<>
  14. - Section about conversion between color spaces
  15. ## Tutorial 4 - Filters
  16. - Section about mean filters
  17. - Section about separable linear filters
  18. - Section about gaussian filters
  19. - Section about gradient images
  20. # Proposals for tutorials > 4
  21. - Drawing
  22. - Gauss pyramids? (Requires IPP)
  23. - Hough transform? (Lots of questions...)
  24. - Linear algebra examples?