Applying colour detection and masks to rock sections to detect the possible oil bearing formations, namely Vitrinite and liptinite.
Data consists of images of unlabeled rock sections. The rock sections can be used to predict the possibility and the quantity of hydrocarbons present in the formation. Only the rock types which have a characteristic high carbon content would be considered as possible hydrocarbon bering zones.
This is a section of rock from the Sayal Formation. Scale on top left corner. The data is unlabeled initially for any model to work on. We have total 6 such high resolution images (2560x1920) to work on.
Image no. | Vitrinite | Liptinite | Inertinite |
---|---|---|---|
1. | 62.71 | 7.12 | 8.81 |
2. | 67.31 | 8.89 | 7.30 |
3. | 73.91 | 6.35 | 5.35 |
4. | 26.22 | 12.00 | 7.11 |
5. | 34.13 | 8.87 | 16.72 |
6. | 42.65 | 10.29 | 6.25 |
The above shows the composition of rock section indicating the quantity of various marcels present. Of these, Vitrinite and Liptinite are required to be segmented. Initially, we apply colour detection the the problem.
Colour Detection for Components in the given sample is applied.
The images were first converted to greyscale images.
# We know that Vitrinite is grey(from the sample)
These shades of grey are used to detect Vitrinite
A mask was applied using OpenCV to extract the grey portion of the image.
The grey portion shows vitrinite and thus, a possibility of hydrocarbon presence.