paper_and_code_of_A_Closed_Form_Solution_to_Natura

所属分类:图形图像处理
开发工具:matlab
文件大小:7556KB
下载次数:80
上传日期:2009-08-05 20:56:56
上 传 者向北航行
说明:  This package contains an implementation of the matting algorithmdescribed in the CVPR2006 paper:"A Closed Form Solution to Natural Image Matting" .
(This package contains an implementation of the matting algorithmdescribed in the CVPR2006 paper: " A Closed Form Solution to Natural Image Matting)

文件列表:
paper and code of A Closed Form Solution to Natural Image Matting\7--A Closed Form Solution to Natural Image Matting.pdf (4378196, 2009-08-04)
paper and code of A Closed Form Solution to Natural Image Matting\matting\chkmem.m (8182, 2009-07-16)
paper and code of A Closed Form Solution to Natural Image Matting\matting\dandelion_clipped.bmp (133866, 2006-04-20)
paper and code of A Closed Form Solution to Natural Image Matting\matting\dandelion_clipped_m.bmp (133868, 2006-04-20)
paper and code of A Closed Form Solution to Natural Image Matting\matting\dandelion_clipped_res_alpha.bmp (45682, 2006-04-21)
paper and code of A Closed Form Solution to Natural Image Matting\matting\downSmpIm.m (300, 2006-04-20)
paper and code of A Closed Form Solution to Natural Image Matting\matting\fire.bmp (720054, 2006-04-20)
paper and code of A Closed Form Solution to Natural Image Matting\matting\fire_m.bmp (720056, 2006-04-20)
paper and code of A Closed Form Solution to Natural Image Matting\matting\fire_res_alpha.bmp (241078, 2006-04-21)
paper and code of A Closed Form Solution to Natural Image Matting\matting\getGMatByMask.m (2146, 2006-04-20)
paper and code of A Closed Form Solution to Natural Image Matting\matting\getLaplacian1.m (1710, 2006-04-20)
paper and code of A Closed Form Solution to Natural Image Matting\matting\getLinearCoeff.m (1192, 2006-04-20)
paper and code of A Closed Form Solution to Natural Image Matting\matting\imIndexToVect.m (137, 2006-04-20)
paper and code of A Closed Form Solution to Natural Image Matting\matting\kid1.bmp (338266, 2006-04-20)
paper and code of A Closed Form Solution to Natural Image Matting\matting\kid1_m.bmp (338240, 2006-04-20)
paper and code of A Closed Form Solution to Natural Image Matting\matting\kid1_res_alpha.bmp (114254, 2006-04-21)
paper and code of A Closed Form Solution to Natural Image Matting\matting\kid2.bmp (272538, 2006-04-20)
paper and code of A Closed Form Solution to Natural Image Matting\matting\kid2_m.bmp (272540, 2006-04-20)
paper and code of A Closed Form Solution to Natural Image Matting\matting\kid2_res_alpha.bmp (91906, 2006-04-21)
paper and code of A Closed Form Solution to Natural Image Matting\matting\KNhair.bmp (278442, 2006-04-20)
paper and code of A Closed Form Solution to Natural Image Matting\matting\KNhair_m.bmp (278444, 2006-04-20)
paper and code of A Closed Form Solution to Natural Image Matting\matting\peacock.bmp (720054, 2006-04-20)
paper and code of A Closed Form Solution to Natural Image Matting\matting\peacock_m.bmp (720056, 2006-04-20)
paper and code of A Closed Form Solution to Natural Image Matting\matting\peacock_res_alpha.bmp (241078, 2006-04-21)
paper and code of A Closed Form Solution to Natural Image Matting\matting\rabbit.bmp (465974, 2006-04-21)
paper and code of A Closed Form Solution to Natural Image Matting\matting\rabbit_m.bmp (465974, 2006-04-21)
paper and code of A Closed Form Solution to Natural Image Matting\matting\rabbit_res_alpha.bmp (157598, 2006-04-21)
paper and code of A Closed Form Solution to Natural Image Matting\matting\runMatting.asv (753, 2009-08-05)
paper and code of A Closed Form Solution to Natural Image Matting\matting\runMatting.m (753, 2009-08-05)
paper and code of A Closed Form Solution to Natural Image Matting\matting\runMatting_Dandelion.m (93, 2006-04-20)
paper and code of A Closed Form Solution to Natural Image Matting\matting\runMatting_Fire.m (98, 2006-04-20)
paper and code of A Closed Form Solution to Natural Image Matting\matting\runMatting_Hair.m (67, 2006-04-20)
paper and code of A Closed Form Solution to Natural Image Matting\matting\runMatting_Kid1.m (111, 2006-04-20)
paper and code of A Closed Form Solution to Natural Image Matting\matting\runMatting_Kid2.m (63, 2006-04-20)
paper and code of A Closed Form Solution to Natural Image Matting\matting\runMatting_Peacock.m (120, 2006-04-20)
paper and code of A Closed Form Solution to Natural Image Matting\matting\runMatting_Rabbit.m (127, 2006-04-20)
paper and code of A Closed Form Solution to Natural Image Matting\matting\runMatting_Teddy.m (114, 2006-04-20)
paper and code of A Closed Form Solution to Natural Image Matting\matting\runMatting_TeddyEar.m (123, 2006-04-20)
paper and code of A Closed Form Solution to Natural Image Matting\matting\solveAlpha.m (308, 2006-04-20)
... ...

This package contains an implementation of the matting algorithm described inthe CVPR2006 paper:"A Closed Form Solution to Natural Image Matting" . To run the matting algorithm, use the runMatting script. The scripts runMatting_*.m are example scripts, calling runMatting on the images used in the paper.simple examples to start with, could be:runMatting_Kid2.m, runMatting_Hair.m, runMatting_Dandelion.m. The runMatting script uses the arguments described below.Input arguments:img_name - input image filescribs_img_name - input image with black&white scribbles.Note that since the code uses a simple diff to find the scribbled pixels, you should not place scribbles with fuzzy boundaries. Photoshop users- use pencil tool, hard brushes.Output arguments:alpha, F,B - representing the alpha matte and the estimation of foreground and background colors.Additional (optional) input arguments: (if you don't define them a default value will be used epsilon regularization term (see eq 3 in the paper).The default value is epsilon=0.1^7. For jpeg or noisy images use epsilon=0.1^5.win_size - size of the windows in which the linear model is used (default is 3x3 windows). For running matting using multi resolutions:levels_num - number of levels to useactive_levels_num -use active_levels_num<=levels_num.If active_levels_num
近期下载者

相关文件


收藏者