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 19 public repositories matching this topic...

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#

The 16th project of "100 Days of SwiftUI" tutorial course from Paul Hudson's "Hacking with Swift" website. An app that tracks who the user meets at conferences, presenting the user's QR code and scaning others' codes. Complete project, including solutions to all the challenges.

  • Updated Feb 18, 2023
  • Swift

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
Followers
21 followers
Wikipedia
Wikipedia

Related Topics

ai machine-learning video