image-unshredding
Image reassembly algorithm
An algorithm to reconstruct images by solving the Travelling Salesman Problem with a specific dissimilarity measure
607 stars
11 watching
29 forks
Language: C
last commit: about 8 years ago Related projects:
Repository | Description | Stars |
---|---|---|
siavashbigdeli/dmsp | A MATLAB implementation of an image restoration algorithm based on a deep mean-shift prior | 33 |
minyuanye/siun | This project develops a deep learning-based image deblurring algorithm using iterative upsampling network architecture | 162 |
ramenhut/image-resampler | A flexible image resampling library with various sampler options and format support. | 43 |
irvlab/unrolling | A Python project that uses IMU data to correct rolling shutter distortion in single-view images | 18 |
robinrodricks/inspiritimage | A collection of algorithms and tools for image processing and analysis | 3 |
robotsandpencils/rpclarity | Technique for blurring an image behind text to improve readability | 42 |
rimchang/rsblur | This repository provides an implementation of an image deblurring method using realistic blur synthesis. | 82 |
nasa-jpl/autorift | An algorithm for finding pixel displacement between two images | 217 |
fx5/not_random | Reconstructs the internal state of a Mersenne Twister algorithm from partial output data | 71 |
fogleman/quads | An image processing algorithm that recursively subdivides an input image into quadrants and refines it based on color differences. | 1,185 |
ethliup/deepunrollnet | A deep learning network designed to correct rolling shutter distortions in images | 45 |
sanghviyashiitb/poisson-deblurring | An image deblurring algorithm using photon-limited non-blind deconvolution and algorithm unrolling. | 18 |
jarun/imgp | A command-line tool for resizing and rotating images using multiprocessing and SIMD parallelism to optimize storage space | 1,033 |
rahul-sb/rrtx | An implementation of an asymptotically optimal sampling-based replanning algorithm for dynamic environments with unpredictable obstacles | 55 |
zzh-tech/dual-reversed-rs | Reverses rolling shutter distortion in images to produce undistorted global shutter sequences | 52 |