Package | Description |
---|---|
edu.stanford.rsl.conrad.utils |
Contains various utility classes.
|
Modifier and Type | Method and Description |
---|---|
static ScaleRotate |
DoublePrecisionPointUtil.estimateRotation(java.util.ArrayList<PointND> list1,
java.util.ArrayList<PointND> list2,
double maxAngle,
int iterations)
Estimates an optimal rotation transform to transform list1 onto list2.
|