From 75e449b3c325093e4de6b9a4f90ba42bdda49633 Mon Sep 17 00:00:00 2001 From: Maximilian Papa <33787692+m-papa@users.noreply.github.com> Date: Fri, 26 Jan 2018 14:13:14 +0100 Subject: [PATCH] Improved the size of the constraint matrix --- .../Layer_SURFFeatures/AbstractionLayer_SURFFeatures.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/functions/AbstractionLayers/Layer_SURFFeatures/AbstractionLayer_SURFFeatures.cpp b/Source/functions/AbstractionLayers/Layer_SURFFeatures/AbstractionLayer_SURFFeatures.cpp index ece2fa0..e4922a0 100644 --- a/Source/functions/AbstractionLayers/Layer_SURFFeatures/AbstractionLayer_SURFFeatures.cpp +++ b/Source/functions/AbstractionLayers/Layer_SURFFeatures/AbstractionLayer_SURFFeatures.cpp @@ -2,7 +2,7 @@ bool AbstractionLayer_SURFFeatures::PreProcessing(coor mySize, const vector* partArray) { - InitialiseConstraintMatrixSize(mySize.col+2, mySize.row+2); + InitialiseConstraintMatrixSize(mySize.col, mySize.row); //TODO: Gesamtbild mit OpenCV einlesen //TODO: Gesamtbild anhand der berechneten Spalten und Zeilen auseinander schneiden (Sind in der puzzleKlasse gespeichert)