An open API service providing repository metadata for many open source software ecosystems.

Topic: "patchmatch"

ethan-li-coding/PatchMatchStereo

PatchMatchStereo,倾斜窗口经典,效果极佳,OpenMVS&Colmap稠密匹配算法。完整实现,代码规范,注释清晰,博客教学,欢迎star!

Language: C++ - Size: 3.84 MB - Last synced at: 4 months ago - Pushed at: over 3 years ago - Stars: 749 - Forks: 123

uber-research/DeepPruner

DeepPruner: Learning Efficient Stereo Matching via Differentiable PatchMatch (ICCV 2019)

Language: Python - Size: 19.3 MB - Last synced at: about 1 month ago - Pushed at: almost 5 years ago - Stars: 365 - Forks: 40

MingtaoGuo/PatchMatch

The algorithm of patch match implemented by python

Language: Python - Size: 15.2 MB - Last synced at: about 1 month ago - Pushed at: about 2 years ago - Stars: 258 - Forks: 42

YuanTingHsieh/Image_Completion Fork of WenFuLee/CS-766-Computer-Vision

Image Completion using PatchMatch algorithm

Language: C++ - Size: 44.1 MB - Last synced at: over 1 year ago - Pushed at: over 6 years ago - Stars: 115 - Forks: 21

unclearness/nanopm

NanoPM, single header only PatchMatch

Language: C++ - Size: 2.77 MB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 74 - Forks: 2

Zj-BinXia/AMSA

This project is the official implementation of 'Coarse-to-Fine Embedded PatchMatch and Multi-Scale Dynamic Aggregation for Reference-based Super-Resolution', AAAI2022

Language: Python - Size: 4.23 MB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 61 - Forks: 5

zavolokas/PatchMatch

Quickly finds most similar patch(square region) for every patch at an image.

Language: C# - Size: 13.4 MB - Last synced at: about 2 months ago - Pushed at: over 5 years ago - Stars: 59 - Forks: 9

ZQPei/patchmatch_inpainting

Implementation of PatchMatch for image inpainting in cpp

Language: C++ - Size: 3.45 MB - Last synced at: 2 months ago - Pushed at: about 5 years ago - Stars: 49 - Forks: 10

nebula-beta/PatchMatchCuda

The PatchMatch stereo match algorithm implemented by CUDA.

Language: Cuda - Size: 11 MB - Last synced at: over 1 year ago - Pushed at: over 6 years ago - Stars: 40 - Forks: 7

cipollone/spmatch

C++ implementation of PatchMatch Stereo for images

Language: C++ - Size: 16.5 MB - Last synced at: over 1 year ago - Pushed at: about 5 years ago - Stars: 13 - Forks: 11

antoinewdg/stylit

Stylit algorithm for example-base stylization

Language: C++ - Size: 19.5 MB - Last synced at: about 2 years ago - Pushed at: almost 7 years ago - Stars: 13 - Forks: 8

baojunshan/patchmatch

patchmatch和patchmatchstereo算法的python实现

Language: Python - Size: 5.12 MB - Last synced at: over 2 years ago - Pushed at: almost 4 years ago - Stars: 12 - Forks: 2

mohammadul/patchmatch

BruteForce Image Patchmatch

Language: C++ - Size: 968 KB - Last synced at: almost 2 years ago - Pushed at: over 2 years ago - Stars: 11 - Forks: 5

maktu6/PyPatchMatch

a Cython wrapper of inpainting technique based on PatchMatch

Language: Python - Size: 1.36 MB - Last synced at: over 2 years ago - Pushed at: about 5 years ago - Stars: 9 - Forks: 3

eshibusawa/JBF-Stereo

GPU implementation of disparity refinement filter

Language: Python - Size: 9.34 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 8 - Forks: 0

ylochman/comp-vision

Computer Vision coursework | Applied Sciences Faculty, UCU, Lviv (2019)

Language: Jupyter Notebook - Size: 116 MB - Last synced at: over 2 years ago - Pushed at: about 3 years ago - Stars: 3 - Forks: 4

crsegerie/numerical_imaging

Language: Jupyter Notebook - Size: 29.3 MB - Last synced at: about 2 years ago - Pushed at: about 4 years ago - Stars: 2 - Forks: 0

yanqingan/EAGLE-TextureMapping Fork of OneEyedEagle/EAGLE-TextureMapping

Implementation of the paper "Patch-Based Optimization for Image-Based Texture Mapping"

Size: 75 MB - Last synced at: about 2 years ago - Pushed at: over 5 years ago - Stars: 2 - Forks: 2

ImageProcessing-ElectronicPublications/patchmatch_inpainting Fork of ZQPei/patchmatch_inpainting

Implention of PatchMatch for image inpainting in cpp

Language: C++ - Size: 31.3 KB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 0

samson6460/pypatchmatch

Efficiently find the location of patch in one of several WSIs implemented in python

Language: Python - Size: 1.62 MB - Last synced at: over 2 years ago - Pushed at: almost 3 years ago - Stars: 1 - Forks: 0

miloknowles/ocean-perception

Codebase for AUV/USV perception, planning, and controls software.

Language: C++ - Size: 25.4 MB - Last synced at: about 1 year ago - Pushed at: over 3 years ago - Stars: 1 - Forks: 0

manhha1402/ros_patch_match

Language: Cuda - Size: 10.7 MB - Last synced at: about 2 years ago - Pushed at: almost 4 years ago - Stars: 1 - Forks: 0

tsukada-cs/pyVTTrac

pyVTTrac: Python implementation for Velocimetry by Template Tracking

Language: Python - Size: 45.9 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

tsukada-cs/VTTrac.jl

Julia implementation for VTTrac: Velocimetry by Template Tracking

Language: Julia - Size: 353 KB - Last synced at: about 1 month ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

Practice3DVision/libStereoMatch

libStereoMatch is a universal stereo matching library. This library is developed using C++and divides the stereo matching steps into four steps: cost calculation, cost aggregation, disparity calculation, and disparity optimization. Users can build their own stereo matching algorithms through combination.

Language: C++ - Size: 3.02 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0