Graph cuts in computer vision: Difference between revisions

Content deleted Content added
Removed URL that duplicated unique identifier. | You can use this tool yourself. Report bugs here.
FrescoBot (talk | contribs)
Line 82:
=== Implementation (approximation) ===
 
The Sim Cut algorithm<ref>P.J. Yim: "[https://patentimages.storage.googleapis.com/2b/1e/e9/5834a9cc3312a0/US9214029.pdf Method and System for Image Segmentation]," United States Patent US8929636, January 6, 2016</ref> approximates the graph cut. The algorithm implements a solution by simulation of an electrical network. This is the approach suggested by [[Cederbaum's_maximum_flow_theorem|Cederbaum's maximum flow theorem]].<ref>{{Cite journal|last=Cederbaum|first=I.|date=1962-08-01|title=On optimal operation of communication nets|journal=Journal of the Franklin Institute|volume=274|issue=2|pages=130–141|doi=10.1016/0016-0032(62)90401-5|issn=0016-0032}}</ref><ref>I.T. Frisch, "On Electrical analogs for flow networks," Proceedings of IEEE, 57:2, pp. 209-210, 1969</ref> Acceleration of the algorithm is possible through parallel computing.
 
== Software ==