# GuidedLinearUpsampling **Repository Path**: cvbubbles/guided-linear-upsampling ## Basic Information - **Project Name**: GuidedLinearUpsampling - **Description**: The source code of our paper "Guided Linear Upsampling, Siggraph'2023" - **Primary Language**: C++ - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2023-07-21 - **Last Updated**: 2023-10-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # GuidedLinearUpsampling The code of our paper [Guided Linear Upsampling, SIGGRAPH'2023](https://arxiv.org/abs/2307.09582), which provides a simple and effective way for high-resolution image processing. ## Installation The code is dependent on only OpenCV (3.x) and is tested with visual studio 2019, but it should be easy to be ported to other platforms such as Linux. In visual studio you can modify the macros in config.props to config OpenCV on your machine. ## Run the demo We have provided a pair of test images so that you can test the code easily. In the main() function you can switch the commands for self upsampling or gudied upsampling. ## Bibtex ``` @article{glu2023, title={Guided Linear Upsampling}, author={Song, Shuangbing and Zhong, Fan and Wang, Tianju and Qin, Xueying and Tu, Changhe}, journal={ACM Transactions on Graphics (Siggraph'2023)}, year={2023}, } ```