opencv4nodejs
Advanced tools
Comparing version 5.1.0 to 5.2.0
@@ -438,2 +438,4 @@ export const CV_8U: number; | ||
export const LMEDS: number; | ||
export const MIXED_CLONE: number; | ||
export const MONOCHROME_TRANSFER: number; | ||
export const MORPH_BLACKHAT: number; | ||
@@ -459,2 +461,3 @@ export const MORPH_CLOSE: number; | ||
export const NORM_const_MASK: number; | ||
export const NORMAL_CLONE: number; | ||
export const RANSAC: number; | ||
@@ -461,0 +464,0 @@ export const REGULAR: number; |
@@ -136,2 +136,3 @@ import { Mat } from './Mat.d'; | ||
export function minMaxLocAsync(mat: Mat, mask?: Mat): Promise<{ minVal: number, maxVal: number, minLoc: Point2, maxLoc: Point2 }>; | ||
export function moveWindow(winName: string, x: number, y: number): void; | ||
export function mulSpectrums(mat: Mat, mat2: Mat, dftRows?: boolean, conjB?: boolean): Mat; | ||
@@ -166,2 +167,4 @@ export function mulSpectrumsAsync(mat: Mat, mat2: Mat, dftRows?: boolean, conjB?: boolean): Promise<Mat>; | ||
export function sampsonDistanceAsync(pt1: Vec2, pt2: Vec2, F: Mat): Promise<number>; | ||
export function seamlessClone(src: Mat, dst: Mat, mask: Mat, p: Point2, flags: number): Mat; | ||
export function seamlessCloneAsync(src: Mat, dst: Mat, mask: Mat, p: Point2, flags: number): Promise<Mat>; | ||
export function solve(mat: Mat, mat2: Mat, flags?: number): Mat; | ||
@@ -168,0 +171,0 @@ export function solveAsync(mat: Mat, mat2: Mat, flags?: number): Promise<Mat>; |
@@ -266,2 +266,4 @@ import { Size } from './Size.d'; | ||
scharrAsync(ddepth: number, dx: number, dy: number, scale?: number, delta?: number, borderType?: number): Promise<Mat>; | ||
seamlessClone(dst: Mat, mask: Mat, p: Point2, flags: number): Mat; | ||
seamlessCloneAsync(dst: Mat, mask: Mat, p: Point2, flags: number): Promise<Mat>; | ||
sepFilter2D(ddepth: number, kernelX: Mat, kernelY: Mat, anchor?: Point2, delta?: number, borderType?: number): Mat; | ||
@@ -268,0 +270,0 @@ sepFilter2DAsync(ddepth: number, kernelX: Mat, kernelY: Mat, anchor?: Point2, delta?: number, borderType?: number): Promise<Mat>; |
{ | ||
"name": "opencv4nodejs", | ||
"version": "5.1.0", | ||
"version": "5.2.0", | ||
"description": "Asynchronous OpenCV 3.x nodejs bindings with JavaScript and TypeScript API.", | ||
@@ -43,3 +43,3 @@ "keywords": [ | ||
"native-node-utils": "^0.2.7", | ||
"opencv-build": "^0.1.4" | ||
"opencv-build": "^0.1.5" | ||
}, | ||
@@ -46,0 +46,0 @@ "optionalDependencies": { |
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
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
11316919
347
2292
Updatedopencv-build@^0.1.5