MATLAB File Help: cv.GraphSegmentation Index
cv.GraphSegmentation

Graph Based Segmentation algorithm

The class implements the algorithm described in [PFF2004].

References

[PFF2004]:

Pedro F Felzenszwalb and Daniel P Huttenlocher. "Efficient graph-based image segmentation". volume 59, pages 167-181. Springer, 2004.

See also
Class Details
Superclasses handle
Sealed false
Construct on load false
Constructor Summary
GraphSegmentation Creates a graph based segmentor 
Property Summary
K The k parameter of the algorithm. 
MinSize The minimum size of segments. 
Sigma The sigma parameter, used to smooth image. 
id Object ID 
Method Summary
  addlistener Add listener for event. 
  clear Clears the algorithm state 
  delete Destructor 
  empty Checks if detector object is empty. 
  eq == (EQ) Test handle equality. 
  findobj Find objects matching specified conditions. 
  findprop Find property of MATLAB handle object. 
  ge >= (GE) Greater than or equal relation for handles. 
  getDefaultName Returns the algorithm string identifier 
  gt > (GT) Greater than relation for handles. 
Sealed   isvalid Test handle validity. 
  le <= (LE) Less than or equal relation for handles. 
  load Loads algorithm from a file or a string 
  lt < (LT) Less than relation for handles. 
  ne ~= (NE) Not equal relation for handles. 
  notify Notify listeners of event. 
  processImage Segment an image and store output in dst 
  save Saves the algorithm parameters to a file