Work to be done:
Part A
------------
Find Minkowsky distance both due to RGB and HSV

Part B
------------
Equalize the histogram of an image in RGB and HSV (in HSV, equalize only V component)

Part C
-----------
Binarize an image regarding the minimum Minkowsky distance.





PartA
------------

In partA for different sizes of the images we completed the the smaller image with black 
pixels(0,0,0).


PartC
------------

We used  RGB values for computing the minkowsky 
distance.