Huffman Encoding of Input Images with Image Processing and Comparison
Develop a program to perform Huffman encoding on input images, displaying the original image's entropy, average codeword length after encoding, and reconstructing the image from the encoded data. Implement image sharpening using Sobel and Laplacian operators, and compare the results with performance analysis.