We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
getBestMatch()
1 parent 1f8049b commit 64578d9Copy full SHA for 64578d9
blog/release.md
@@ -224,6 +224,8 @@ Several methods have been renamed for consistency:
224
225
`img.convolution()` ➡️ `img.directConvolution()`
226
227
+`img.getBestMatch()` ➡️ `alignMinDifference()`
228
+
229
### Compatibility requirements
230
231
- Node.js: 18+ (previously 14+)
@@ -250,7 +252,7 @@ The following deprecated features have been removed:
250
252
- `histograms()` and `colorHistogram()` have been removed.
251
253
- `getPixelGrid()` has been removed.
254
- `getClosestCommonParent()` has been removed.
-- `getBestMatch()`,`getSimilarity()` and `getIntersection()` have been removed.
255
+- `getSimilarity()` and `getIntersection()` have been removed.
256
257
#### ROIs and its management
258
0 commit comments