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

From Eigenvector Research Documentation Wiki
(Difference between pages)
Jump to navigation Jump to search
imported>Scott
(New page: ===Purpose=== Open-convolution for a binary image. ===Synopsis=== :imout = open_img(im,window) ===Description=== Returns the binary image (im) after applying a open filter of the speci...)
 
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 */


Open-convolution for a binary image.
#ca-talk { display:none!important; }
 
===Synopsis===
 
:imout = open_img(im,window)
 
===Description===
Returns the binary image (im) after applying a open filter of the specified size (window). A open operation is an erode operation followed by a dilate 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===
 
[[close_img]], [[dilate_img]], [[erode_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; }