Skip to content

Commit 2d31df6

Browse files
committed
Updated import
1 parent 459dbfc commit 2d31df6

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

lib/provider/opencv/image-processor.class.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import * as cv from "opencv4nodejs";
1+
import * as cv from "opencv4nodejs-prebuilt";
22
import { Image } from "../../image.class";
33
import { Region } from "../../region.class";
44

lib/provider/opencv/image-reader.class.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import * as cv from "opencv4nodejs";
1+
import * as cv from "opencv4nodejs-prebuilt";
22
import { Image } from "../../image.class";
33
import { DataSource } from "./data-source.interface";
44

lib/provider/opencv/image-writer.class.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import * as cv from "opencv4nodejs";
1+
import * as cv from "opencv4nodejs-prebuilt";
22
import { Image } from "../../image.class";
33
import { DataSink } from "./data-sink.interface";
44
import { ImageProcessor } from "./image-processor.class";

lib/provider/opencv/template-matching-finder.class.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import * as cv from "opencv4nodejs";
1+
import * as cv from "opencv4nodejs-prebuilt";
22
import * as path from "path";
33
import { Image } from "../../image.class";
44
import { MatchRequest } from "../../match-request.class";

0 commit comments

Comments
 (0)