BezierCurve[{pt_1, pt_2, ...}] is a graphics primitive that represents a Bézier curve with control points pt_i.
BezierFunction[{pt_1, pt_2, ...}] represents a Bézier function for a curve defined by the control points pt_i.BezierFunction[array] represents a Bézier function for a surface ...
BilateralFilter[image, \[Sigma], \[Mu]] applies a bilateral filter of spatial spread \[Sigma] and pixel value spread \[Mu] to image.
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 ...
BinaryFormat is an option for OpenRead and related functions that specifies that a stream should be opened in binary format, so that no textual interpretation of newlines or ...
BinaryImageQ[image] yields True if image has the form of a binary image, and False otherwise.
BinaryReadList["file"] reads all remaining bytes from a file, and returns them as a list of integers from 0 to 255. BinaryReadList["file", type] reads objects of the ...
BinaryRead[stream] reads one byte of raw binary data from an input stream, and returns an integer from 0 to 255. BinaryRead[stream, type] reads an object of the specified ...
BinaryWrite[channel, b] writes a byte of data, specified as an integer from 0 to 255. BinaryWrite[channel, {b_1, b_2, ...}] writes a sequence of bytes. BinaryWrite[channel, " ...
BinCounts[{x_1, x_2, ...}] counts the number of elements x_i whose values lie in successive integer bins.BinCounts[{x_1, x_2, ...}, dx] counts the number of elements x_i ...