@udarrr/template-matcher
Advanced tools
Comparing version 4.1.3 to 4.2.1
@@ -42,2 +42,6 @@ "use strict"; | ||
let m_bToleranceRange = false; | ||
let startTimeCheck = 0; | ||
if (debug) { | ||
startTimeCheck = performance.now(); | ||
} | ||
let iTopLayer = InvariantRotatingHandler.GetTopLayer(matDst, Math.sqrt(iMinDstLength)); | ||
@@ -292,2 +296,4 @@ const vecMatSrcPyr = await matSrc.buildPyramidAsync(iTopLayer); | ||
} | ||
const endTimeCheck = performance.now(); | ||
console.log(`Performing time was ${endTimeCheck - startTimeCheck}`); | ||
cv.imshow('debug', matSrc); | ||
@@ -294,0 +300,0 @@ cv.waitKey(0); |
@@ -22,3 +22,3 @@ "use strict"; | ||
isRotation: false, | ||
rotationOption: { range: 180, overLap: 0.1, minDstLength: 256 }, | ||
rotationOption: { range: 180, overLap: 0.1, minDstLength: 32 }, | ||
}, | ||
@@ -25,0 +25,0 @@ }; |
/** | ||
@udarrr/template-matcher | ||
License: Apache License 2.0 (<https://www.apache.org/licenses/LICENSE-2.0>) | ||
Copyright 2023 Siarhei Kliushnikau. | ||
@@ -4,0 +5,0 @@ |
"use strict"; | ||
/** | ||
@udarrr/template-matcher | ||
License: Apache License 2.0 (<https://www.apache.org/licenses/LICENSE-2.0>) | ||
Copyright 2023 Siarhei Kliushnikau. | ||
@@ -5,0 +6,0 @@ |
{ | ||
"name": "@udarrr/template-matcher", | ||
"version": "4.1.3", | ||
"version": "4.2.1", | ||
"main": "dist/index", | ||
@@ -5,0 +5,0 @@ "typings": "dist/index", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
197422
1689