Right option is (a) Unsharp masking
For explanation I would say: subtracting Laplacian from an image gives:
f(x,y)- ∇^2 f(x,y) = f(x, y) – [f(x + 1, y) + f(x – 1, y) + f(x, y + 1) + f(x, y – 1) – 4f(x, y)]
That on calculation gives 5[1.2 f(x, y) – f ̅(x, y)] ≈ 5[f(x, y) – f(x, y)]
Where f(x, y) – f(x, y) is the unsharp masking definition.