I am Pushpak.
I developed a code that takes an image from the Prokudin-Gorskii photo collection and convert it into an RGB image.
It divides the image into three equal parts and aligns them on top of each other.
It checks for similarities in each pixel and then using cat it merges those three sub_images into one.
My First approach was to divide the image into 3 parts and without any aligning algorithm, I combined those three subdivided images.
As you can see the image is totally not aligned and we can’t see the emperor.