A B C D E F G H I K L M N O P Q R S T U V W X Y Z

O

OpenBrowser - Class in plugins.big.bigsnakeutils.system
Bare Bones Browser Launch for Java
Utility class to open a web page from a Swing application in the user's default browser.
Supports: Mac OS X, GNU/Linux, Unix, Windows XP/Vista/7
Example Usage:
    String url = "http://www.google.com/";
    BareBonesBrowserLaunch.openURL(url);
Latest Version: www.centerkey.com/java/browser
Author: Dem Pilafian
Public Domain Software -- Free to Use as You Like
OpenBrowser() - Constructor for class plugins.big.bigsnakeutils.system.OpenBrowser
 
openURL(String) - Static method in class plugins.big.bigsnakeutils.system.OpenBrowser
Opens the specified web page in the user's default browser
optimize(Snake2D, Snake2DNode[]) - Method in class plugins.big.bigsnakeutils.icy.snake2D.Snake2DOptimizer
This method should perform the optimization of the Snake2DNode[] object configuration which drives the Snake2D object snake.
optimize(Snake2D, Snake2DNode[]) - Method in class plugins.big.bigsnakeutils.icy.snake2D.Snake2DPowellOptimizer
This method evolves the snake.
optimize(Snake3D, Snake3DNode[]) - Method in class plugins.big.bigsnakeutils.icy.snake3D.Snake3DOptimizer
This method should perform the optimization of the Snake3DNode[] object configuration which drives the Snake3D object snake.
optimize(Snake3D, Snake3DNode[]) - Method in class plugins.big.bigsnakeutils.icy.snake3D.Snake3DPowellOptimizer
This method evolves the snake.
Order5BSpline(double) - Static method in class plugins.big.bigsnakeutils.process.process1D.BSplineBasis
Causal B-spline of order 5.
Order6BSpline(double) - Static method in class plugins.big.bigsnakeutils.process.process1D.BSplineBasis
Causal B-spline of order 6.
Order7BSpline(double) - Static method in class plugins.big.bigsnakeutils.process.process1D.BSplineBasis
Causal B-spline of order 7.
orthoProject(Snake2DNode[]) - Method in class plugins.big.bigsnakeutils.shape.priorshapes.ShapeProjector
Projects a set of snake-defining nodes to the subspace orthogonal to the corresponding shape-space.
orthoProjectionDistanceAffine(Snake2DNode[]) - Method in class plugins.big.bigsnakeutils.shape.priorshapes.ShapeProjector
Returns the distance between the shape space and the projection of the input shape to the orthogonal complement.
orthoProjectionDistanceSimilarity(Snake2DNode[]) - Method in class plugins.big.bigsnakeutils.shape.priorshapes.ShapeProjector
Returns the distance between the shape space and the projection of the input shape to the orthogonal complement.

A B C D E F G H I K L M N O P Q R S T U V W X Y Z