Make a 2D Brushlet Packet Crystal.

DESCRIPTION:

Makes an object of class bp.crystal.2d. A bp.crystal.2d is a collection of 2D brushlet packet atoms. This function is defunct.

USAGE:

bp.crystal.2d(x, row.dict=NULL, col.dict=NULL, crystal.name="", ...) 

REQUIRED ARGUMENTS:

x
an image or a matrix.

OPTIONAL ARGUMENTS:

row.dict
brushlet packet dictionary for rows.
col.dict
brushlet packet dictionary for columns.
crystal.name
name of the crystal (same as the name of the first atom in the crystal).
...
additional arguments for cp.dict.2d.

VALUE:

an object of class bp.crystal.2d which is the same as x with attributes: dictionary , crystal.name and interval.

DETAILS:

Generic functions such as reconstruct, print, plot, eda.plot, summary have methods to show the properties of the bp.crystal.2d objects.

SEE ALSO:

, , .