Skip to content
#

image-interpolation

Frame interpolation is used to increase the frame rate of a video, or to create a slow-motion video without lowering the frame rate.

Here are 24 public repositories matching this topic...

This repository contains my assignment solutions for the Digital Image Processing course (M2608.001000_001) offered by Seoul National University (Fall 2020).

  • Updated Apr 11, 2022
  • MATLAB

In this project, I used zero order hold, first order hold, KNN and Bilinear interpolation algorithms for image interpolation. As a result of this, I have shown in my GUI program for an input: zoom in-out with these algorithms and calculated process time for Bresenham line algorithm, DDA line algorithm, grayscale and rotate input image.

  • Updated Sep 9, 2021
  • C#

This experimental work presents a different approach to increase the size and quality of an image by adding a blank pixel around each pixel in an image, enlarging the image, breaking it into parts, and generating these blank pixels by predicting them with models.

  • Updated Sep 7, 2024
  • Python