public class Aestheticode extends Object
Modifier and Type | Field and Description |
---|---|
int[] |
code
The actual code
|
Contour |
root
The border object describing the shape of the code
|
Constructor and Description |
---|
Aestheticode(Aestheticode acode)
Construct with another
Aestheticode |
Aestheticode(Contour root)
Construct with a border
|
Aestheticode(int[] code)
Construct with a code
|
public int[] code
public Aestheticode(int[] code)
code
- the codepublic Aestheticode(Aestheticode acode)
Aestheticode
acode
- copy this Aestheticode
public Aestheticode(Contour root)
root
- the detected borders to construct a code from