GRSEB9S / IP_MinEx

Image Processing tools for Mineral Exploration

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

IP_MinEx

Image Processing tools for Mineral Exploration

Introduction

This repository deals with image processing tools which are applied on satellite remote sensing data in preliminary stages of mineral exploration. The codes available here are as follows:

  • False Color Composite (FCC)

Usage

False Color Composite (FCC)

The textural characteristics of igneous rocks can be discriminated from those of sedimentary rocks, and structural features are readily recognizable by applying proper RGB color combination of available bands. Several FCC images may be generated by the available bands, but we need to know the combination which is able to discriminate different hydrothermally altered rocks and lithological units as best as possible. There are different statistical methods for determining the best false color composite of the bands, namely, Optimum Index Factor (OIF), Sheffield Index (SI) and Correlation Index (CI). All of these indices rank different band combinations according to the calculated scores.

The input variable A to the FCC codes is an mxnxp matrix which is actually a multispectral image with multiple bands. In this matrix, m equals the number of rows, n equals the number of columns and p equals the number of bands. Each array in this matrix is the brightness value of each pixel. The output variables respectively from the OIF, SI and CI codes in which the band combinations and corresponding score can be found, are called OptimumIndexFactor, SheffiledIndex and CIndex. The band combinations are sorted form the highest to lowest score in the output variables.

References

Beauchemin, M., Fung, K. B., 2001, On statistical band selection for image visualization, Photogrammetric Engineering and Remote Sensing, 67(5), 571-574

Farahbakhsh, E., Chandra, R., Olierook, H. K. H., Scalzo, R., Clark, C., Reddy, S. M., Muller, R. D., Computer vision-based framework for extracting geological lineaments from optical remote sensing data (Under Review)

Chavez, P. S., Berlin, G. L. & Sowers, L. B., 1982, Statistical method for selecting Landsat MSS ratios, Journal of Applied Photographic Engineering, 8(1), 23-30

Sheffield, C., 1985, Selecting band combinations from multispectral data, Photogrammetric Engineering and Remote Sensing, 51, 681-687

About

Image Processing tools for Mineral Exploration

License:GNU General Public License v3.0


Languages

Language:MATLAB 100.0%