react-native-rectangle-doc-scanner 10.26.0 → 10.27.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -174,7 +174,6 @@ class DocumentDetector {
|
|
|
174
174
|
val clahe = Imgproc.createCLAHE()
|
|
175
175
|
clahe.clipLimit = 2.5
|
|
176
176
|
clahe.apply(grayMat, grayMat)
|
|
177
|
-
clahe.release()
|
|
178
177
|
|
|
179
178
|
// Apply a light blur to reduce noise without killing small edges.
|
|
180
179
|
Imgproc.GaussianBlur(grayMat, blurredMat, Size(5.0, 5.0), 0.0)
|
package/package.json
CHANGED