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#