Close img and MediaWiki:Common.css: Difference between pages

From Eigenvector Research Documentation Wiki
(Difference between pages)
Jump to navigation Jump to search
imported>Scott
No edit summary
 
imported>Scott
(Created page with "→‎CSS placed here will be applied to all skins: #ca-talk { display:none!important; }")
 
Line 1: Line 1:
===Purpose===
/* CSS placed here will be applied to all skins */


Close-convolution for a binary image.
#ca-talk { display:none!important; }
 
===Synopsis===
 
:imout = close_img(im,window)
 
===Description===
Returns the binary image (im) after applying a close filter of the specified size (window). A close operation is a dilate operation followed by an erode operation. Positive window sizes specify a square filter, negative window sizes specifiy a circular filter.
 
For more advanced options, see [[morph_img|MORPH_IMG]].
 
===See Also===
 
[[dilate_img]], [[erode_img]], [[open_img]], [[morph_img]]

Latest revision as of 09:34, 26 April 2018

/* CSS placed here will be applied to all skins */

#ca-talk { display:none!important; }