public static class BooksImagesDisplacementsCalculation.DisplacementCalculationResult
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
java.awt.image.BufferedImage |
displacementVectorsImage |
java.util.List<BooksImagesDisplacementsCalculation.KeyPointMatch> |
fixedKeyPointMatches |
java.util.List<BooksImagesDisplacementsCalculation.KeyPointMatch> |
movingKeyPointMatches |
| Constructor and Description |
|---|
DisplacementCalculationResult() |
public java.util.List<BooksImagesDisplacementsCalculation.KeyPointMatch> movingKeyPointMatches
public java.util.List<BooksImagesDisplacementsCalculation.KeyPointMatch> fixedKeyPointMatches
public java.awt.image.BufferedImage displacementVectorsImage