41 - 50 of 386 for binariesSearch Results
View search results from all Wolfram sites (1303 matches)
TreeForm   (Built-in Mathematica Symbol)
TreeForm[expr] displays expr as a tree with different levels at different depths. TreeForm[expr, n] displays expr as a tree only down to level n.
RegionBinarize   (Built-in Mathematica Symbol)
RegionBinarize[image, marker, d] gives a binary version of image that includes the foreground pixels of marker and also connected regions whose pixel values are within a ...
BitOr   (Built-in Mathematica Symbol)
BitOr[n_1, n_2, ...] gives the bitwise OR of the integers n_i.
BinaryImageQ   (Built-in Mathematica Symbol)
BinaryImageQ[image] yields True if image has the form of a binary image, and False otherwise.
ChanVeseBinarize   (Built-in Mathematica Symbol)
ChanVeseBinarize[image] finds a two-level segmentation of image by computing optimal contours around regions of consistent intensity in image.ChanVeseBinarize[image, marker] ...
BaseForm   (Built-in Mathematica Symbol)
BaseForm[expr, n] prints with the numbers in expr given in base n.
FoldList   (Built-in Mathematica Symbol)
FoldList[f, x, {a, b, ...}] gives {x, f[x, a], f[f[x, a], b], ...}.
RealDigits   (Built-in Mathematica Symbol)
RealDigits[x] gives a list of the digits in the approximate real number x, together with the number of digits that are to the left of the decimal point. RealDigits[x, b] ...
Image   (Built-in Mathematica Symbol)
Image[data] represents a raster image with pixel values given by the array data.Image[graphics] creates a raster image from a graphics object. Image[obj, options] gives an ...
Binarize   (Built-in Mathematica Symbol)
Binarize[image] creates a binary image from image by replacing all values above a globally determined threshold with 1 and others with 0.Binarize[image, t] creates a binary ...
1|2|3|4|5|6|7|8 ... 39 Previous Next

...