Image Processing

  1. Image Segmentation
    1. Fundamentals of Segmentation
      1. Definition and Objectives
        1. Region Homogeneity
          1. Boundary Detection
          2. Applications of Segmentation
            1. Object Recognition
              1. Medical Image Analysis
                1. Scene Understanding
                2. Segmentation Challenges
                  1. Noise Sensitivity
                    1. Illumination Variations
                      1. Object Occlusion
                    2. Detection of Discontinuities
                      1. Point Detection
                        1. Point Detection Masks
                          1. Isolated Point Detection
                            1. Threshold Selection
                            2. Line Detection
                              1. Line Detection Masks
                                1. Horizontal Lines
                                  1. Vertical Lines
                                    1. Diagonal Lines
                                    2. Line Strength Measurement
                                    3. Edge Detection
                                      1. Edge Models
                                        1. Step Edge
                                          1. Ramp Edge
                                            1. Roof Edge
                                              1. Ridge Edge
                                              2. First-Order Methods
                                                1. Gradient Operators
                                                  1. Sobel Operator
                                                    1. Prewitt Operator
                                                      1. Roberts Operator
                                                      2. Gradient Magnitude and Direction
                                                        1. Non-maximum Suppression
                                                        2. Second-Order Methods
                                                          1. Laplacian of Gaussian
                                                            1. Scale Parameter Selection
                                                              1. Zero-crossing Detection
                                                              2. Difference of Gaussians
                                                              3. Canny Edge Detector
                                                                1. Gaussian Smoothing
                                                                  1. Gradient Computation
                                                                    1. Non-maximum Suppression
                                                                      1. Double Thresholding
                                                                        1. Hysteresis Edge Tracking
                                                                    2. Thresholding
                                                                      1. Global Thresholding
                                                                        1. Simple Thresholding
                                                                          1. Basic Global Thresholding Algorithm
                                                                            1. Threshold Selection Methods
                                                                            2. Optimal Global Thresholding
                                                                              1. Otsu's Method
                                                                                1. Between-class Variance Maximization
                                                                                  1. Within-class Variance Minimization
                                                                                    1. Multi-level Thresholding
                                                                                    2. Entropy-based Methods
                                                                                    3. Adaptive Thresholding
                                                                                      1. Local Mean Thresholding
                                                                                        1. Local Gaussian Thresholding
                                                                                          1. Variable Window Size
                                                                                            1. Threshold Surface Fitting
                                                                                          2. Region-Based Segmentation
                                                                                            1. Region Growing
                                                                                              1. Seed Selection Strategies
                                                                                                1. Manual Seed Selection
                                                                                                  1. Automatic Seed Detection
                                                                                                  2. Growth Criteria
                                                                                                    1. Intensity Similarity
                                                                                                      1. Texture Similarity
                                                                                                        1. Statistical Tests
                                                                                                        2. Stopping Criteria
                                                                                                        3. Region Splitting and Merging
                                                                                                          1. Quadtree Decomposition
                                                                                                            1. Recursive Splitting
                                                                                                              1. Homogeneity Testing
                                                                                                              2. Merging Criteria
                                                                                                                1. Statistical Similarity
                                                                                                                  1. Adjacency Requirements
                                                                                                                  2. Split-and-Merge Algorithm
                                                                                                                2. Watershed Segmentation
                                                                                                                  1. Watershed Algorithm Principles
                                                                                                                    1. Topographic Interpretation
                                                                                                                      1. Flooding Process
                                                                                                                        1. Watershed Lines
                                                                                                                        2. Marker-based Watershed
                                                                                                                          1. Internal Markers
                                                                                                                            1. External Markers
                                                                                                                              1. Marker Selection Strategies
                                                                                                                              2. Watershed Transform
                                                                                                                                1. Distance Transform Preprocessing
                                                                                                                                  1. Gradient Magnitude Images
                                                                                                                                    1. Over-segmentation Issues