Projects
Color Transfer Between Images
There have been times when we think about how a particular image would look in a different color space. For instance, an image taken during the day would look like at dusk. A color transfer algorithm aims to transform the color space, mood or style…
Image Registration
INTRODUCTION Image registration is the process of geometrically aligning two or more images of the same scene taken either at different times, or from different viewpoints or by different sensors[1]. It has a wide range of applications like in remote sensing (multispectral classification, environmental monitoring,…
Image Deformation
Image Deformation is a computer vision task which involves manipulating an image to change its shape, as seen in Figure 1. In such cases, the underlying transformation demands a dense correspondence of pixel coordinates between the source and target image [1]. Mathematically, for every pixel…
GANs for Image Editing
In recent years, Generative Adversarial Networks (GANs) have become extensively popular for a lot of computer vision tasks. GANs have increasingly been used for numerous image editing and enhancement applications such as dust and scratch removal [R1], image colorization [R2], and unwanted object removal and…
GAN: Latent Space Exploration
Introduction It is amazing to see how advances in Generative Adversarial Networks have led us to generate realistic high resolution images. We at FlixStock rely on Generative Adversarial Networks for generating realistic high quality model images. When we use GANs to generate images, it is…
AI Model Generation
Introduction While designing fashion catalogs, it is often desired to have control over model features such as ethnicity, pose, color, build, etc. Traditionally, this has been done by shooting catalogs with different models to suit the purpose. However, the current state of the art research…