GitHub topics: bilinear-interpolation
Abhishek-Nalawade/ARtag-Detection
Tracking the ARTag and Imposing an Image on the tag
Language: Python - Size: 19.6 MB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 0 - Forks: 0

tianyimasf/color-gradients
color changing rest screen generated programmatically
Language: JavaScript - Size: 15.6 KB - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 0 - Forks: 0

therealczr15/NYCU_DIP_2023F
NYCU Digital Image Processing 2023 Fall
Language: C++ - Size: 39.1 MB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

Haggarman/Software-3D-Perspective-Correct-Textured-Triangles
How were 3D triangles drawn on the first graphics accelerators? This dives deep into understanding how perspective correct textured triangles are drawn.
Language: Visual Basic 6.0 - Size: 33.7 MB - Last synced at: 8 months ago - Pushed at: 8 months ago - Stars: 3 - Forks: 1

EPVelasco/livox_360_processing
This package developed in ROS is for point cloud processing of a livox360 sensor.
Language: C++ - Size: 40 KB - Last synced at: 11 months ago - Pushed at: 11 months ago - Stars: 4 - Forks: 0

AloRay/GAS-PRICE-FORECASTING
This repository utilizes time series analysis to predict natural gas prices, aiding informed decisions in the energy market. Through meticulous data preprocessing, visualization, and ARIMA modeling, it provides accurate forecasts. With regression and interpolation techniques, it offers deeper insights for stakeholders, enabling proactive strategies
Language: Jupyter Notebook - Size: 430 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 1 - Forks: 0

tracywong117/Photomosaic-js
Included bilinear interpolation js implementation.
Language: JavaScript - Size: 2.5 MB - Last synced at: 3 months ago - Pushed at: about 1 year ago - Stars: 1 - Forks: 0

sabidea23/Digital-Image-Interpolation
Implements 3 types of interpolation: bicubic, bilinear and nearest-neighbor on black-and-white and color images of different sizes.
Language: MATLAB - Size: 13.7 KB - Last synced at: about 1 year ago - Pushed at: over 3 years ago - Stars: 1 - Forks: 2

pmostoff/lerpFunctions
This Swift Playground contains functions relating to and demonstrating functions of linear interpolation.
Language: Swift - Size: 14.6 KB - Last synced at: about 1 year ago - Pushed at: almost 7 years ago - Stars: 4 - Forks: 0

dmikushin/bilinear
A simple image filter example for those who study GPU/CUDA programming
Language: C++ - Size: 347 KB - Last synced at: about 1 year ago - Pushed at: over 2 years ago - Stars: 7 - Forks: 1

StefanoLusardi/BilinearOscillator
Bilinear Audio oscillator with morphing capabilities and UI controls
Language: C++ - Size: 927 KB - Last synced at: 3 months ago - Pushed at: about 5 years ago - Stars: 4 - Forks: 0

SIZMW/unity-raytracer
Raytracing project in Unity for computer graphics graduate credit.
Language: C# - Size: 1.4 MB - Last synced at: about 1 year ago - Pushed at: over 7 years ago - Stars: 34 - Forks: 8

hamedrq7/Computer-Vision-HW1
This is a homework about Edge detection, various image filters and image transformation for Computer vision course @ FUM.
Language: Jupyter Notebook - Size: 4.99 MB - Last synced at: over 1 year ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 0

3hJalter/ESP32_Image_Reading_Algorithm
ESP32 reading images from SD card and scaling them to fit screen size using algorithm.
Language: C++ - Size: 7.81 KB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

farkoo/CV-with-Matlab
This repository contains my answers to the assignments of the Basics of Computer Vision course.
Language: MATLAB - Size: 21.3 MB - Last synced at: almost 2 years ago - Pushed at: about 4 years ago - Stars: 0 - Forks: 0

dushyant18033/Digital-Image-Processing
A few projects, done as part of the course work for Digital Image Processing, IIIT-D.
Language: Python - Size: 12.2 MB - Last synced at: about 1 year ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

chran554/imageinterpolation
Image resize (upscale and downscale) implementation written in golang
Language: Go - Size: 1.52 MB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

ggcr/demosaicing
Going from a CFA RAW format image to a full-color RGB image through the process of applying the Bayer filter and Demosaicing by interpolating the missing parts of the channels with different algorithms, in the frequency and spatial domains.
Language: Python - Size: 12.5 MB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 0

MasterCourses/Image-Processing
Digital Image Processing
Language: Python - Size: 16.7 MB - Last synced at: almost 2 years ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 0

alwynmathew/bilinear-sampler-pytorch
Pytorch implimentation of STN bilinear sampler
Language: Python - Size: 21.5 KB - Last synced at: almost 2 years ago - Pushed at: over 6 years ago - Stars: 20 - Forks: 4

VladislavPVI/Bilinear-interpolation-CUDA
Bilinear interpolation CUDA and CPU
Language: C++ - Size: 4.37 MB - Last synced at: over 2 years ago - Pushed at: almost 5 years ago - Stars: 1 - Forks: 0

ventsin/coloris
Basic image editor focused on simple gradients.
Language: C++ - Size: 2.67 MB - Last synced at: about 2 years ago - Pushed at: almost 6 years ago - Stars: 2 - Forks: 0

jaafersheriff/CPU-Ray-Tracer
Fully parameterized ray tracer
Language: C++ - Size: 19.8 MB - Last synced at: about 2 years ago - Pushed at: almost 7 years ago - Stars: 9 - Forks: 2

TheShubhamArya/Computer-Vision
This repository contains my work for CSE 4310 Computer Vision course in Spring 2022 with Professor Alex Dilhoff at UTA.
Language: Python - Size: 3.9 MB - Last synced at: over 2 years ago - Pushed at: about 3 years ago - Stars: 0 - Forks: 1

andresbejarano/ImageInterpolation
An implementation of bi-linear, barycentric and Shepard interpolation methods applied to images.
Language: C++ - Size: 924 KB - Last synced at: over 2 years ago - Pushed at: over 7 years ago - Stars: 3 - Forks: 0

dimikave/dip_auth
Homework Assignents on Digital Image Processing Course / Aristotle University of Thessaloniki / Summer Semester 2021
Language: MATLAB - Size: 14.9 MB - Last synced at: 8 months ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

egemengulpinar/Digital-Image-Interpolation
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.
Language: C# - Size: 1.4 MB - Last synced at: about 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

cjw1115/BitmapScale
a demo for BitmapSource scale using interpolation algorithm.such as bilinear,bicubic...
Language: C# - Size: 16.6 KB - Last synced at: about 2 years ago - Pushed at: about 8 years ago - Stars: 3 - Forks: 0

BogdanKocsis/Image_Processing
Language: Python - Size: 1.42 MB - Last synced at: about 2 years ago - Pushed at: almost 4 years ago - Stars: 0 - Forks: 0

arjangupta/cpp-diary
Misc. and practice programs written in C++
Language: C++ - Size: 221 KB - Last synced at: about 2 years ago - Pushed at: about 4 years ago - Stars: 0 - Forks: 0

tom-weatherhead/thaw-image-processing.ts
Raster image processing functions implemented in TypeScript
Language: TypeScript - Size: 2.25 MB - Last synced at: 11 days ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 1

elkaRD/ARKO_BmpScaling_MIPS
MIPS program for BMP scaling using bilinear interpolation. Project for Computer Architecture course on the 3rd semester of CS at WUT
Language: Assembly - Size: 2.93 KB - Last synced at: 3 months ago - Pushed at: almost 6 years ago - Stars: 0 - Forks: 0

e-ivkov/landscape-generation
Procedural Terrain Generation Methods
Language: Rust - Size: 42 KB - Last synced at: over 2 years ago - Pushed at: over 6 years ago - Stars: 0 - Forks: 0
