Location:
Search - object removal
Search list
Description: object removal在图像处理中的意思是用户可以随意擦去图像中的一个物体,算法可以自动的用背景中的信息补去空洞,达到看不出来是处理过的效果,又叫inpainting,该程序由matlab写成,效果非常好,文档、演示、测试图像均齐全
Platform: |
Size: 1770253 |
Author: 辜嘉 |
Hits:
Description: implement siggraph
paper
Object Removal by Exemplar-Based Inpainting
图像修复
Platform: |
Size: 398 |
Author: |
Hits:
Description: implementation of "Region Filling and Object Removal by Exemplar-Based Image Inpainting" and "Gradient based image completion by solving the Poisson equation"
Platform: |
Size: 2332629 |
Author: gweizon@hotmail.com |
Hits:
Description: object removal在图像处理中的意思是用户可以随意擦去图像中的一个物体,算法可以自动的用背景中的信息补去空洞,达到看不出来是处理过的效果,又叫inpainting,该程序由matlab写成,效果非常好,文档、演示、测试图像均齐全-object removal in image processing means that users can remove images of an object, the algorithm can automatically use the background information to fill empty, reaching out is not to look over the effectiveness of treatment, also known as inpainting, the program by matlab languages, has very good results, documents, presentations, test images have complete
Platform: |
Size: 1769472 |
Author: 辜嘉 |
Hits:
Description: 基于样例的图像修补方法,可以用于移除较大的目标,修复较大的区域。VC++环境,Qiushuang Zhang设计,参见A.Criminisi等人的论文:Object Removal by Exemplar-Based Inpainting.-Based on the sample image repair method can be used to remove larger goal, to repair the larger region. VC++ Environment, Qiushuang Zhang design, see A. Criminisi papers and others: Object Removal by Exemplar-Based Inpainting.
Platform: |
Size: 2491392 |
Author: PanHao |
Hits:
Description: ClickRemoval: Interactive Pinpoint Image Object Removal
Platform: |
Size: 1217536 |
Author: TRUONG SON |
Hits:
Description: 实现图像的修复,适用于需要修复面积较大的图像。本算法是采用region filling and object removal by exemplar-based image inpainting ,适用CIE lab颜色空间进行计算,发表于IEEE 2004-A new algorithm is proposed for removing large objects from digital images.the challenge is to fill in the hole that is left behind in a visually plausible way
Platform: |
Size: 6144 |
Author: lizheng |
Hits:
Description: Object Removal by Exemplar-Based Inpainting implementation by Matlab
Platform: |
Size: 1767424 |
Author: neptune |
Hits:
Description: image inpainting
-CS7495 Final Project
Sooraj Bhat
Object Removal by Exemplar-based Inpainting
USING THE CODE
Everything was done in Matlab and MEX (i.e. a C function callable from
Matlab). First, the C code needs to be compiled. At the Matlab
prompt, type:
mex bestexemplarhelper.c
You should then be able to run the following (which takes ~2mins on my
2GHz Pentium 4 laptop with 256MB of RAM):
[i1,i2,i3,c,d,mov] = inpaint( bungee0.png , bungee1.png ,[0 255 0])
A smaller run (~25 seconds) would be:
[i1,i2,i3,c,d,mov] = inpaint( bw0.png , bw2.png ,[0 255 0])
To visualize:
plotall
close movie(mov)
SAMPLE IMAGES & RESULTS
*0.png The original images ( bw and bungee )
*{1,2}.png The different fill region masks.
*P2.png Plots of confidence and data terms.
*P5.png Plots of original, fill region, inpainted images and
confidence and data terms.
Other images in the dir contain redundant information. I di
Platform: |
Size: 1769472 |
Author: majb |
Hits:
Description: object removal在图像处理中的意思是用户可以随意擦去图像中的一个物体,算法可以自动的用背景中的信息补去空洞,达到看不出来是处理过的效果,又叫inpainting,该程序由matlab写成,效果非常好,文档、演示、测试图像均齐全--object removal in image processing means that users can remove images of an object, the algorithm can automatically use the background information to fill empty, reaching out is not to look over the effectiveness of treatment, also known as inpainting, the program by matlab languages, has very good results, documents, presentations, test images have complete
Platform: |
Size: 1795072 |
Author: chenlu |
Hits:
Description: implementation of the inpainting algorithm in the papers
"Region Filling and Object Removal by Exemplar-Based Image Inpainting"
and
"Gradient based image completion by solving the Poisson equation"
Platform: |
Size: 2332672 |
Author: Wu |
Hits:
Description: 《视频监控系统中运动目标检测的阴影去除方法》可以用于交通监控中图像处理阴影去除,对于学习阴影去除算法的学者有很大帮助。 -Approach for Shadow Removal of Moving Object Detection in Surveillance System
Platform: |
Size: 480256 |
Author: 陈立鹏 |
Hits:
Description: 该代码用于在视觉智能监控/视频监控/视觉监控/视频智能监控中,消除阴影。阴影消除对视频监控具有重要的意义,能够有效地降低阴影对目标检测的影响,减小误检率和漏检率,提高对目标的识别效率以及监控系统的稳定性和可靠性。-This code is used to remove shadow in visual intelligent surveillance/video surveillance/visual surveillance/video intelligent surveillance. Shadow removal plays a important role in video surveillance. It reduce the affection of shadow in object detection, decrease false detection rate and missing rate, and improve the stability and reliability of surveillance system.
Platform: |
Size: 4096 |
Author: 朱亮亮 |
Hits:
Description: 论文《Region Filling and Object Removal by Exemplar-Based Image Inpainting》中提出的图像修复算法
1)使用了OpenCV2.2.0和VS2010,设置系统环境变量OPENCV_DIR为OpenCV的安装路径,如C:\OpenCV2.2,在path中添加环境变量C:\OpenCV2.2\bin,可以根据OpenCV提供的用户手册设置属性页文件
2)生产dll,具体的函数可以查看文件Classic_Exemplar.h
3)如有问题请联系zhenjia.dou@gmail.com-The algorithms proposed in 《Region Filling and Object Removal by Exemplar-Based Image Inpainting》
Platform: |
Size: 12288 |
Author: |
Hits:
Description: Use Seam Carving for object removal and region filling-Use Seam Carving for object removal and region filling..
Platform: |
Size: 41984 |
Author: Apraz |
Hits:
Description: 实现图像的修复,适用于需要修复面积较大的图像。本算法是采用region ffilling and object removal by exemplar
-Image restoration, need to repair larger image. This algorithm is a region ffilling and object removal by exemplar
Platform: |
Size: 6144 |
Author: 澄清 |
Hits:
Description: object removal在图像处理中的意思是用户能随意擦去图像中的一个物体,算法能自动的用背景中的信息补去空洞,达到看不出出来是处理过的效果,又叫inpainting,该程序源码由matlab写成,,效果非常好,文档、演示、测试图像均齐全
-object removal in image processing in the meaning of an object in the user can remove images, the algorithm can automatically use the background information to fill empty to not see out the processed results, also known as inpainting, the program source code written by matlab, very good results, documents, presentations, test images are complete
Platform: |
Size: 1768448 |
Author: 门槛 |
Hits:
Description: seam carving for object removal based on Seam Carving For Content Aware Image Resizing Avidan&Shamir2007
Platform: |
Size: 6371328 |
Author: Alex |
Hits:
Description: 参考Object Removal by Exemplar-Based Inpainting中的相关算法,实现图像修补,在搜索匹配patch部分还有些小问题-Reference Object Removal by Exemplar-Based Inpainting the correlation algorithm, image repair, matching patch in the search and there is still some small problems
Platform: |
Size: 5751808 |
Author: wang guanghui |
Hits:
Description: Image Inpainting for object removal project report
Platform: |
Size: 2825216 |
Author: vvishal |
Hits: