cv.DTFilter - MATLAB File Help Go to online doc for cv.DTFilter
cv.DTFilter

Interface for realizations of Domain Transform filter

For more details about this filter see [Gastal11].

References

[Gastal11]:

Eduardo SL Gastal and Manuel M Oliveira. "Domain transform for edge-aware image and video processing". In ACM Transactions on Graphics (TOG), volume 30, page 69. ACM, 2011.

See also
Class Details
Superclasses handle
Sealed false
Construct on load false
Constructor Summary
DTFilter Factory method, create instance of DTFilter and produce initialization routines 
Property Summary
id Object ID 
Method Summary
  addlistener Add listener for event. 
  clear Clears the algorithm state 
  delete Destructor 
Static   dtFilter Simple one-line Domain Transform filter call 
  empty Checks if detector object is empty 
  eq == (EQ) Test handle equality. 
  filter Produce domain transform filtering operation on source image 
  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. 
  listener Add listener for event without binding the listener to the source object. 
  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. 
  save Saves the algorithm parameters to a file 
Event Summary
ObjectBeingDestroyed Notifies listeners that a particular object has been destroyed.