User can the image of his choice which is converted to gray scale image. When the Decomposition button is clicked, the image is divided into four bands i.e., LL, LH, HL, HH.
->This is the sequential implementation of LU decomposition. 2. OMP-LUDecomposition.cpp -> This is the code after adding OpenMP directives to the sequential implementation. It uses 4 threads. 3. ...