Skip to content

Commit 64578d9

Browse files
committed
docs: put getBestMatch() method as renamed feature, not deleted
1 parent 1f8049b commit 64578d9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

blog/release.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,6 +224,8 @@ Several methods have been renamed for consistency:
224224

225225
`img.convolution()` ➡️ `img.directConvolution()`
226226

227+
`img.getBestMatch()` ➡️ `alignMinDifference()`
228+
227229
### Compatibility requirements
228230

229231
- Node.js: 18+ (previously 14+)
@@ -250,7 +252,7 @@ The following deprecated features have been removed:
250252
- `histograms()` and `colorHistogram()` have been removed.
251253
- `getPixelGrid()` has been removed.
252254
- `getClosestCommonParent()` has been removed.
253-
- `getBestMatch()`,`getSimilarity()` and `getIntersection()` have been removed.
255+
- `getSimilarity()` and `getIntersection()` have been removed.
254256

255257
#### ROIs and its management
256258

0 commit comments

Comments
 (0)