Skip to content

manhha1402/ros_patch_match

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ros_patch_match

Travis CI status: Build Status

Implementation of PatchMatch algorithm (CPU and GPU version) as a ROS service. The GPU(CUDA) version is much faster than CPU version

Usage:

  1. Run ROS master: roscore
  2. Start ROS PatchMatch service: rosrun ros_patch_match ros_patch_match_node
  3. Call service from client. The parameters of service client are explained in the srv folder

The output is reconstructed_image and ann_image from the PatchMatch algorithm.

Related publications

BibTeX:

@inproceedings{Barnes2009PatchMatchAR,
  title={PatchMatch: a randomized correspondence algorithm for structural image editing},
  author={Connelly Barnes and Eli Shechtman and Adam Finkelstein and Dan B. Goldman},
  booktitle={SIGGRAPH 2009},
  year={2009}
}
    
@article{Simakov2008SummarizingVD,
  title={Summarizing visual data using bidirectional similarity},
  author={Denis Simakov and Yaron Caspi and Eli Shechtman and Michal Irani},
  journal={2008 IEEE Conference on Computer Vision and Pattern Recognition},
  year={2008},
  pages={1-8}
}

About

No description or website provided.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published