ReadingNotes icon indicating copy to clipboard operation
ReadingNotes copied to clipboard

:pencil: Reading Note

Reading Notes

Reading

  • [ ] C++ Primer 5th

    • [x] Chapter 1. Getting Started
    • [x] Chapter 2. Variables and Basic Types
    • [x] Chapter 3. Strings, Vectors, and Arrays
    • [x] Chapter 4. Expressions
    • [x] Chapter 5. Statements
    • [x] Chapter 6. Functions
    • [x] Chapter 7. Classes
    • [x] Chapter 8. The IO Library
    • [x] Chapter 9. Sequential Containers
    • [x] Chapter 10. Generic Algorithms
    • [x] Chapter 11. Associative Containers
    • [x] Chapter 12. Dynamic Memory
    • [x] Chapter 13. Copy Control
    • [x] Chapter 14. Overloaded Operations and Conversions
    • [x] Chapter 15. Object-Oriented Programming
    • [x] Chapter 16. Templates and Generic Programming
    • [ ] Chapter 17. Specialized Library Facilities
    • [ ] Chapter 18. Tools for Large Programs
    • [ ] Chapter 19. Specialized Tools and Techniques
  • [ ] Learning OpenCV 3

    • [x] Chapter 1 Overview
    • [x] Chapter 2 Introduction to OpenCV
    • [ ] Chapter 3 Getting to Know OpenCV Data Types
    • [ ] Chapter 4 Images and Large Array Types
    • [ ] Chapter 5 Array Operations
    • [ ] Chapter 6 Drawing and Annotating
    • [ ] Chapter 7 Functors in OpenCV
    • [ ] Chapter 8 Image, Video, and Data Files
    • [ ] Chapter 9 Cross-Platform and Native Windows
    • [ ] Chapter 10 Filters and Convolution
    • [ ] Chapter 11 General Image Transforms
    • [ ] Chapter 12 Image Analysis
    • [ ] Chapter 13 Histograms and Templates
    • [ ] Chapter 14 Contours
    • [ ] Chapter 15 Background Subtraction
    • [ ] Chapter 16 Keypoints and Descriptors
    • [ ] Chapter 17 Tracking
    • [ ] Chapter 18 Camera Models and Calibration
    • [ ] Chapter 19 Projection and Three-Dimensional Vision
    • [ ] Chapter 20 The Basics of Machine Learning in OpenCV
    • [ ] Chapter 21 StatModel: The Standard Model for Learning in OpenCV
    • [ ] Chapter 22 Object Detection
    • [ ] Chapter 23 Future of OpenCV

Todo


Cache