MATLAB File Help: cv.FastGlobalSmootherFilter | Index |
Interface for implementations of Fast Global Smoother filter
For more details about this filter see [Min2014] and [Farbman2008].
[Min2014]:
Dongbo Min, Sunghwan Choi, Jiangbo Lu, Bumsub Ham, Kwanghoon Sohn, and Minh N Do. "Fast global image smoothing based on weighted least squares". IEEE Transactions on Image Processing, 23(12):5638-5653, 2014.
[Farbman2008]:
Zeev Farbman, Raanan Fattal, Dani Lischinski, and Richard Szeliski. "Edge-preserving decompositions for multi-scale tone and detail manipulation". In ACM Transactions on Graphics (TOG), volume 27, page 67. ACM, 2008.
Superclasses | handle |
Sealed | false |
Construct on load | false |
FastGlobalSmootherFilter | Factory method, create instance of FastGlobalSmootherFilter and execute the initialization routines |
id | Object ID |
addlistener | Add listener for event. | |
clear | Clears the algorithm state | |
delete | Destructor | |
empty | Checks if detector object is empty. | |
eq | == (EQ) Test handle equality. | |
Static | fastGlobalSmootherFilter | Simple one-line Fast Global Smoother filter call |
filter | Apply smoothing operation to the 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. | |
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 |