public class BooksImagesDisplacementsCalculation
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
BooksImagesDisplacementsCalculation.DisplacementCalculationResult |
static class |
BooksImagesDisplacementsCalculation.KeyPointMatch
key point
|
| Constructor and Description |
|---|
BooksImagesDisplacementsCalculation() |
| Modifier and Type | Method and Description |
|---|---|
static BooksImagesDisplacementsCalculation.DisplacementCalculationResult |
detectKeyPoint(org.opencv.core.Mat rm1,
org.opencv.core.Mat rm2,
MathVect userCartonVector)
detect image displacement, and return informations
|
public static BooksImagesDisplacementsCalculation.DisplacementCalculationResult detectKeyPoint(org.opencv.core.Mat rm1, org.opencv.core.Mat rm2, MathVect userCartonVector)
rm1 - rm2 - userCartonVector -