TextureCoordinateFunction is an option to Plot3D and similar functions that specifies a function that computes texture coordinates.
Thinning[image] finds the skeletons of foreground regions in image by applying morphological thinning until convergence.Thinning[image, n] performs n iterations of ...
TopHatTransform[image, ker] gives the morphological top-hat transform of image with respect to structuring element ker.TopHatTransform[image, r] gives the top-hat transform ...
TotalVariationFilter[image] iteratively reduces noise while preserving edges in image.TotalVariationFilter[image, param] assumes a regularization parameter value param.
TreeGraphQ[g] yields True if the graph g is a tree and False otherwise.
WaveletScale is an option for ContinuousWaveletTransform and related constructs used to specify the smallest resolvable scale.
WeightedGraphQ[g] yields True if the graph g is a weighted graph and False otherwise.
WienerFilter[image, r] removes noise from image by applying a range-r Wiener filter.WienerFilter[image, r, ns] assumes an additive noise power value ns.
$DistributedContexts is the default value of the DistributedContexts option of functions such as ParallelTable and ParallelMap.
$KernelID is a unique ID number assigned to each running parallel kernel.