文件名称:Statistical-Image-Completion-master
- 所属分类:
- 图形图像处理(光照,映射..)
- 资源属性:
- [C/C++] [源码]
- 上传时间:
- 2015-04-20
- 文件大小:
- 1.36mb
- 下载次数:
- 0次
- 提 供 者:
- 毛*
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
Statistical Image Completion. Image processing project realized for the Image Processing class SI241 at Telecom ParisTech. Based on patches statistics of an image, the program aims at completing a missing part of it. It can be used to delete small objects in an image.-Compile the program with a compiler of your choice (tested with GCC). The executable only takes one argument: the image path. Then you have to enter several parameters (size of each patch, minimum offset value, random search parameter, number of offsets, graphcut parameter).
(系统自动生成,下载前可以参看下载内容)
下载文件列表
Statistical-Image-Completion-master\.DS_Store
...................................\algo
...................................\bird.jpg
...................................\graphcut.cpp
...................................\graphcut.o
...................................\GUI.cpp
...................................\GUI.o
...................................\Include\.DS_Store
...................................\.......\CImg.h
...................................\.......\GCO\.DS_Store
...................................\.......\...\block.h
...................................\.......\...\energy.h
...................................\.......\...\GCoptimization.cpp
...................................\.......\...\GCoptimization.h
...................................\.......\...\GCoptimization.o
...................................\.......\...\graph.cpp
...................................\.......\...\graph.h
...................................\.......\...\graph.o
...................................\.......\...\LinkedBlockList.cpp
...................................\.......\...\LinkedBlockList.h
...................................\.......\...\LinkedBlockList.o
...................................\.......\...\maxflow.cpp
...................................\.......\...\maxflow.o
...................................\.......\graphcut.h
...................................\.......\GUI.h
...................................\.......\header.h
...................................\.......\occurrences.h
...................................\.......\patchmatch.h
...................................\.......\switch.h
...................................\main.cpp
...................................\main.o
...................................\Makefile
...................................\occurrences.cpp
...................................\occurrences.o
...................................\patchmatch.cpp
...................................\patchmatch.o
...................................\poppy.jpg
...................................\poppyField.jpg
...................................\README.md
...................................\switch.cpp
...................................\switch.o
...................................\Include\GCO
...................................\Include
Statistical-Image-Completion-master