Skip to main content

Minimum distance. Gaussian maximum likelihood . Parallelepiped


Minimum distance to means classification is a supervised classification technique in remote sensing that works by dividing the data into a number of classes based on the mean value of each class. The algorithm works as follows:


First, the mean value of each class is calculated. This is done by taking the average of all the data points in each class.


Next, for each data point, the distance to the mean of each class is calculated. This is done using a distance metric, such as Euclidean distance.


The data point is then assigned to the class with the minimum distance to the mean.


This process is repeated for all data points in the dataset.


Minimum distance to means classification is simple and easy to implement, but it can be sensitive to noise and outliers in the data. It is generally not as accurate as more complex classification algorithms, such as support vector machines or neural networks.


2.

Gaussian maximum likelihood classification is a method of image analysis in remote sensing that involves estimating the probability density function (PDF) of each class in the image and then classifying each pixel based on the class with the highest PDF value.



The PDF of a class is a statistical model that describes the distribution of pixel values within that class. In the case of Gaussian maximum likelihood classification, the PDF is assumed to be a Gaussian, or normal, distribution. This means that the pixel values within the class are assumed to be normally distributed around a mean value, with a certain standard deviation.



To classify each pixel, the PDFs of all classes are calculated using the mean and standard deviation values estimated from the training data. The class with the highest PDF value is then assigned to the pixel.



One advantage of Gaussian maximum likelihood classification is that it can handle continuous variables, such as spectral reflectance values, which can be difficult to classify using other methods. It is also relatively simple to implement and can be easily modified to incorporate additional features or constraints.



However, Gaussian maximum likelihood classification has some limitations. It assumes that the classes are normally distributed, which may not always be the case in real-world data. It is also sensitive to the presence of mixed pixels, or pixels that contain multiple types of land cover.



3

In remote sensing, a parallelepiped is a three-dimensional model used to classify spectral data obtained from a remote sensor. It is a parallelogram with opposite sides parallel, and all its faces are parallelograms.




Parallelepiped classification is a method of image analysis that involves dividing the image data into a set of smaller parallelepipeds, or "bins," and then assigning a class label to each bin based on the characteristics of the pixels within it. This can be done using various techniques, such as k-means clustering or decision tree analysis.




One advantage of parallelepiped classification is that it can be used to analyze large volumes of data quickly, as the bins can be processed in parallel. It is also relatively simple to implement and can be easily modified to incorporate additional features or constraints.




However, parallelepiped classification has some limitations. It can be sensitive to the size and orientation of the bins, and the choice of bin size and orientation can significantly affect the accuracy of the classification. It can also be sensitive to the presence of mixed pixels, or pixels that contain multiple types of land cover.




Comments

Popular posts from this blog

Accuracy Assessment

Accuracy assessment is the process of checking how correct your classified satellite image is . 👉 After supervised classification, the satellite image is divided into classes like: Water Forest Agriculture Built-up land Barren land But classification is done using computer algorithms, so some areas may be wrongly classified . 👉 Accuracy assessment helps to answer this question: ✔ "How much of my classified map is correct compared to real ground conditions?"  Goal The main goal is to: Measure reliability of classified maps Identify classification errors Improve classification results Provide scientific validity to research 👉 Without accuracy assessment, a classified map is not considered scientifically reliable . Reference Data (Ground Truth Data) Reference data is real-world information used to check classification accuracy. It can be collected from: ✔ Field survey using GPS ✔ High-resolution satellite images (Google Earth etc.) ✔ Existing maps or survey reports 🧭 Exampl...

Change Detection

Change detection is the process of finding differences on the Earth's surface over time by comparing satellite images of the same area taken on different dates . After supervised classification , two classified maps (e.g., Year-1 and Year-2) are compared to identify land use / land cover changes .  Goal To detect where , what , and how much change has occurred To monitor urban growth, deforestation, floods, agriculture, etc.  Basic Concept Forest → Forest = No change Forest → Urban = Change detected Key Terminologies Multi-temporal images : Images of the same area at different times Post-classification comparison : Comparing two classified maps Change matrix : Table showing class-to-class change Change / No-change : Whether land cover remains same or different Main Methods Post-classification comparison – Most common and easy Image differencing – Subtract pixel values Image ratioing – Divide pixel values Deep learning methods – Advanced AI-based detection Examples Agricult...

Development and scope of Environmental Geography and Recent concepts in environmental Geography

Environmental Geography studies the relationship between humans and nature in a spatial (place-based) way. It combines Physical Geography (natural processes) and Human Geography (human activities). A. Early Stage 🔹 Environmental Determinism Concept: Nature controls human life. Meaning: Climate, landforms, and soil decide how people live. Example: People in deserts (like Sahara Desert) live differently from people in fertile river valleys. 🔹 Possibilism Concept: Humans can modify nature. Meaning: Environment gives options, but humans make choices. Example: In dry areas like Rajasthan, people use irrigation to grow crops. 👉 In this stage, geography was mostly descriptive (explaining what exists). B. Evolution Stage (Mid-20th Century) Environmental problems increased due to: Industrialization Urbanization Deforestation Pollution Geographers started studying: Environmental degradation Resource management Human impact on ecosystems The field became analytical and problem-solving...

Geographic phenomena fields objects boundaries.

In geography, geographic phenomena refer to features or processes that can be observed and studied on Earth's surface. These phenomena can be classified into three main categories: fields , objects , and boundaries . Each category has distinct characteristics, representations, and applications in Geographic Information Systems (GIS). 1. Fields A field represents continuous, spatially varying data where a value is present at every location within the study area. It describes conditions that exist across a geographic area. Characteristics : Continuity : Fields have no discrete boundaries; the data is continuous. Gradual Variability : The values of a field change gradually across space. Representation : Typically modeled using raster data in GIS, where a grid structure assigns a value (e.g., temperature or elevation) to each cell. Examples : Temperature Map : Shows temperature variation across a region. Rainfall Distribution : Displays rainfall levels over a large g...

Landsat band composition

Short-Wave Infrared (7, 6 4) The short-wave infrared band combination uses SWIR-2 (7), SWIR-1 (6), and red (4). This composite displays vegetation in shades of green. While darker shades of green indicate denser vegetation, sparse vegetation has lighter shades. Urban areas are blue and soils have various shades of brown. Agriculture (6, 5, 2) This band combination uses SWIR-1 (6), near-infrared (5), and blue (2). It's commonly used for crop monitoring because of the use of short-wave and near-infrared. Healthy vegetation appears dark green. But bare earth has a magenta hue. Geology (7, 6, 2) The geology band combination uses SWIR-2 (7), SWIR-1 (6), and blue (2). This band combination is particularly useful for identifying geological formations, lithology features, and faults. Bathymetric (4, 3, 1) The bathymetric band combination (4,3,1) uses the red (4), green (3), and coastal bands to peak into water. The coastal band is useful in coastal, bathymetric, and aerosol studies because...