GrabCut (original) (raw)

About DBpedia

GrabCut is an image segmentation method based on graph cuts. Starting with a user-specified bounding box around the object to be segmented, the algorithm estimates the color distribution of the target object and that of the background using a Gaussian mixture model. This is used to construct a Markov random field over the pixel labels, with an energy function that prefers connected regions having the same label, and running a graph cut based optimization to infer their values. As this estimate is likely to be more accurate than the original, taken from the bounding box, this two-step procedure is repeated until convergence.

Property Value
dbo:abstract GrabCut is an image segmentation method based on graph cuts. Starting with a user-specified bounding box around the object to be segmented, the algorithm estimates the color distribution of the target object and that of the background using a Gaussian mixture model. This is used to construct a Markov random field over the pixel labels, with an energy function that prefers connected regions having the same label, and running a graph cut based optimization to infer their values. As this estimate is likely to be more accurate than the original, taken from the bounding box, this two-step procedure is repeated until convergence. Estimates can be further corrected by the user by pointing out misclassified regions and rerunning the optimization. The method also corrects the results to preserve edges. There are several open source implementations available including OpenCV (as of version 2.1). (en)
dbo:wikiPageExternalLink http://research.microsoft.com/apps/pubs/default.aspx%3Fid=67890''GrabCut:
dbo:wikiPageID 24430952 (xsd:integer)
dbo:wikiPageLength 1525 (xsd:nonNegativeInteger)
dbo:wikiPageRevisionID 1014501536 (xsd:integer)
dbo:wikiPageWikiLink dbc:Image_segmentation dbr:Prim's_algorithm dbr:Connectivity_(graph_theory) dbr:Open_source dbr:Edmonds–Karp_algorithm dbr:Graph_cuts_in_computer_vision dbr:Energy_function dbr:OpenCV dbr:Markov_random_field dbr:Gaussian_mixture_model dbr:Segmentation_(image_processing) dbr:Bounding_box
dbp:wikiPageUsesTemplate dbt:Citation_needed
dcterms:subject dbc:Image_segmentation
gold:hypernym dbr:Method
rdf:type dbo:Software
rdfs:comment GrabCut is an image segmentation method based on graph cuts. Starting with a user-specified bounding box around the object to be segmented, the algorithm estimates the color distribution of the target object and that of the background using a Gaussian mixture model. This is used to construct a Markov random field over the pixel labels, with an energy function that prefers connected regions having the same label, and running a graph cut based optimization to infer their values. As this estimate is likely to be more accurate than the original, taken from the bounding box, this two-step procedure is repeated until convergence. (en)
rdfs:label GrabCut (en)
owl:sameAs freebase:GrabCut wikidata:GrabCut https://global.dbpedia.org/id/4kVL1
prov:wasDerivedFrom wikipedia-en:GrabCut?oldid=1014501536&ns=0
foaf:isPrimaryTopicOf wikipedia-en:GrabCut
is dbo:wikiPageRedirects of dbr:Grabcut
is dbo:wikiPageWikiLink of dbr:Lasso_tool dbr:Grabcut
is foaf:primaryTopic of wikipedia-en:GrabCut