ImageCorrespondingPoints[image_1, image_2] finds a set of matching interest points in image_1 and image_2 and returns their pixel coordinates.
$IterationLimit gives the maximum length of evaluation chain used in trying to evaluate any expression.
$RecursionLimit gives the current limit on the number of levels of recursion that Mathematica can use.
The built-in functions in Mathematica operate in a wide variety of ways. But many of the mathematical functions share an important approach: they are set up so as to reduce ...
TetGen is created by Hang Si, Research Group: Numerical Mathematics and Scientific Computing, Weierstrass Institute for Applied Analysis and Stochastics (WIAS), Berlin. More ...
LinearProgramming[c, m, b] finds a vector x that minimizes the quantity c.x subject to the constraints m.x >= b and x >= 0. LinearProgramming[c, m, {{b_1, s_1}, {b_2, s_2}, ...
ShuffleExchangeGraph[n] returns the n-dimensional shuffle-exchange graph whose vertices are length n binary strings with an edge from w to Derivative[1][w] if (i) ...
ConvexHull
(Computational Geometry Package Symbol) ConvexHull[{{x_1, y_1}, {x_2, y_2}, ...}] yields the planar convex hull of the points {{x_1, y_1}, ...}, represented as a list of point indices arranged in counterclockwise ...
ButcherSimplify is an option to RungeKuttaOrderConditions that specifies whether to apply Butcher's row- and column-simplifying conditions.
Building on Mathematica's integrated symbolic architecture, it becomes easy to introduce powerful dynamic behavior into any aspect of visualization. Single Mathematica ...