Develop 2 cloud web apps for GLCM (gray-level co-occurrence matrices) calculation using AWS & Azure

Job ID: 32137078

Budget: $30 – $50 USD

Details are given in the attached pdf file -- Project description

Develop two runnable cloud web apps for GLCM calculation by AWS and Azure, respectively.

The web app can generate an input matrix randomly. As a start, let us say a 5*6 matrix with the values of all the elements in the range of [1, 8].

The simplest GLCM offset is (1, 0), which is in the form of (d, θ), where d means the distance, and θ means the angle.

The offset (1, 0) denotes to calculate the neighbouring (d=1) horizontal (θ=0) relationship.

It should also display the GLCM matrix and contain combinations wherein d can be 1,2,3 etc and θ can be 0, 45, 90, 135.

Event Response Functions

If the user clicks any entry in the GLCM matrix, the corresponding pixel pair(s) in the input matrix be outlined automatically.