├── Output ├── graphCut-man.jpg ├── graphCut4.jpg ├── lableMap-man.jpg ├── lableMap4.jpg ├── result-man.jpg └── result4.jpg ├── Project1 ├── Project1.vcxproj ├── Project1.vcxproj.filters ├── Project1.vcxproj.user └── src │ ├── PoissonBlending.cpp │ ├── PoissonBlending.h │ ├── gco │ ├── GCO_README.TXT │ ├── GCoptimization.cpp │ ├── GCoptimization.h │ ├── LinkedBlockList.cpp │ ├── LinkedBlockList.h │ ├── block.h │ ├── energy.h │ ├── example.cpp │ ├── graph.cpp │ ├── graph.h │ └── maxflow.cpp │ ├── inpainter.cpp │ ├── inpainter.h │ ├── main.cpp │ ├── pm_minimal.cpp │ ├── utils.cpp │ └── utils.h ├── ReadMe.md ├── inpainting.sln ├── pami14completion.pdf └── testsImage ├── image1.jpg ├── image2.jpg ├── image3.jpg ├── image4.jpg ├── man-mask.png ├── man.png ├── mask1.jpg ├── mask2.jpg ├── mask3.jpg ├── mask4.jpg ├── result1.jpg ├── result2.jpg └── result3.jpg /Output/graphCut-man.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chwahaha/statistic-of-similar-patch-offset/HEAD/Output/graphCut-man.jpg -------------------------------------------------------------------------------- /Output/graphCut4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chwahaha/statistic-of-similar-patch-offset/HEAD/Output/graphCut4.jpg -------------------------------------------------------------------------------- /Output/lableMap-man.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chwahaha/statistic-of-similar-patch-offset/HEAD/Output/lableMap-man.jpg -------------------------------------------------------------------------------- /Output/lableMap4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chwahaha/statistic-of-similar-patch-offset/HEAD/Output/lableMap4.jpg -------------------------------------------------------------------------------- /Output/result-man.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chwahaha/statistic-of-similar-patch-offset/HEAD/Output/result-man.jpg -------------------------------------------------------------------------------- /Output/result4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chwahaha/statistic-of-similar-patch-offset/HEAD/Output/result4.jpg -------------------------------------------------------------------------------- /Project1/Project1.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chwahaha/statistic-of-similar-patch-offset/HEAD/Project1/Project1.vcxproj -------------------------------------------------------------------------------- /Project1/Project1.vcxproj.filters: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chwahaha/statistic-of-similar-patch-offset/HEAD/Project1/Project1.vcxproj.filters -------------------------------------------------------------------------------- /Project1/Project1.vcxproj.user: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chwahaha/statistic-of-similar-patch-offset/HEAD/Project1/Project1.vcxproj.user -------------------------------------------------------------------------------- /Project1/src/PoissonBlending.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chwahaha/statistic-of-similar-patch-offset/HEAD/Project1/src/PoissonBlending.cpp -------------------------------------------------------------------------------- /Project1/src/PoissonBlending.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chwahaha/statistic-of-similar-patch-offset/HEAD/Project1/src/PoissonBlending.h -------------------------------------------------------------------------------- /Project1/src/gco/GCO_README.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chwahaha/statistic-of-similar-patch-offset/HEAD/Project1/src/gco/GCO_README.TXT -------------------------------------------------------------------------------- /Project1/src/gco/GCoptimization.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chwahaha/statistic-of-similar-patch-offset/HEAD/Project1/src/gco/GCoptimization.cpp -------------------------------------------------------------------------------- /Project1/src/gco/GCoptimization.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chwahaha/statistic-of-similar-patch-offset/HEAD/Project1/src/gco/GCoptimization.h -------------------------------------------------------------------------------- /Project1/src/gco/LinkedBlockList.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chwahaha/statistic-of-similar-patch-offset/HEAD/Project1/src/gco/LinkedBlockList.cpp -------------------------------------------------------------------------------- /Project1/src/gco/LinkedBlockList.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chwahaha/statistic-of-similar-patch-offset/HEAD/Project1/src/gco/LinkedBlockList.h -------------------------------------------------------------------------------- /Project1/src/gco/block.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chwahaha/statistic-of-similar-patch-offset/HEAD/Project1/src/gco/block.h -------------------------------------------------------------------------------- /Project1/src/gco/energy.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chwahaha/statistic-of-similar-patch-offset/HEAD/Project1/src/gco/energy.h -------------------------------------------------------------------------------- /Project1/src/gco/example.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chwahaha/statistic-of-similar-patch-offset/HEAD/Project1/src/gco/example.cpp -------------------------------------------------------------------------------- /Project1/src/gco/graph.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chwahaha/statistic-of-similar-patch-offset/HEAD/Project1/src/gco/graph.cpp -------------------------------------------------------------------------------- /Project1/src/gco/graph.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chwahaha/statistic-of-similar-patch-offset/HEAD/Project1/src/gco/graph.h -------------------------------------------------------------------------------- /Project1/src/gco/maxflow.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chwahaha/statistic-of-similar-patch-offset/HEAD/Project1/src/gco/maxflow.cpp -------------------------------------------------------------------------------- /Project1/src/inpainter.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chwahaha/statistic-of-similar-patch-offset/HEAD/Project1/src/inpainter.cpp -------------------------------------------------------------------------------- /Project1/src/inpainter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chwahaha/statistic-of-similar-patch-offset/HEAD/Project1/src/inpainter.h -------------------------------------------------------------------------------- /Project1/src/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chwahaha/statistic-of-similar-patch-offset/HEAD/Project1/src/main.cpp -------------------------------------------------------------------------------- /Project1/src/pm_minimal.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chwahaha/statistic-of-similar-patch-offset/HEAD/Project1/src/pm_minimal.cpp -------------------------------------------------------------------------------- /Project1/src/utils.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chwahaha/statistic-of-similar-patch-offset/HEAD/Project1/src/utils.cpp -------------------------------------------------------------------------------- /Project1/src/utils.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chwahaha/statistic-of-similar-patch-offset/HEAD/Project1/src/utils.h -------------------------------------------------------------------------------- /ReadMe.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chwahaha/statistic-of-similar-patch-offset/HEAD/ReadMe.md -------------------------------------------------------------------------------- /inpainting.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chwahaha/statistic-of-similar-patch-offset/HEAD/inpainting.sln -------------------------------------------------------------------------------- /pami14completion.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chwahaha/statistic-of-similar-patch-offset/HEAD/pami14completion.pdf -------------------------------------------------------------------------------- /testsImage/image1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chwahaha/statistic-of-similar-patch-offset/HEAD/testsImage/image1.jpg -------------------------------------------------------------------------------- /testsImage/image2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chwahaha/statistic-of-similar-patch-offset/HEAD/testsImage/image2.jpg -------------------------------------------------------------------------------- /testsImage/image3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chwahaha/statistic-of-similar-patch-offset/HEAD/testsImage/image3.jpg -------------------------------------------------------------------------------- /testsImage/image4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chwahaha/statistic-of-similar-patch-offset/HEAD/testsImage/image4.jpg -------------------------------------------------------------------------------- /testsImage/man-mask.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chwahaha/statistic-of-similar-patch-offset/HEAD/testsImage/man-mask.png -------------------------------------------------------------------------------- /testsImage/man.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chwahaha/statistic-of-similar-patch-offset/HEAD/testsImage/man.png -------------------------------------------------------------------------------- /testsImage/mask1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chwahaha/statistic-of-similar-patch-offset/HEAD/testsImage/mask1.jpg -------------------------------------------------------------------------------- /testsImage/mask2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chwahaha/statistic-of-similar-patch-offset/HEAD/testsImage/mask2.jpg -------------------------------------------------------------------------------- /testsImage/mask3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chwahaha/statistic-of-similar-patch-offset/HEAD/testsImage/mask3.jpg -------------------------------------------------------------------------------- /testsImage/mask4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chwahaha/statistic-of-similar-patch-offset/HEAD/testsImage/mask4.jpg -------------------------------------------------------------------------------- /testsImage/result1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chwahaha/statistic-of-similar-patch-offset/HEAD/testsImage/result1.jpg -------------------------------------------------------------------------------- /testsImage/result2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chwahaha/statistic-of-similar-patch-offset/HEAD/testsImage/result2.jpg -------------------------------------------------------------------------------- /testsImage/result3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chwahaha/statistic-of-similar-patch-offset/HEAD/testsImage/result3.jpg --------------------------------------------------------------------------------