opencv-electron icon indicating copy to clipboard operation
opencv-electron copied to clipboard

Example for using opencv4nodejs with electron.

Results 9 opencv-electron issues
Sort by recently updated
recently updated
newest added

Hi, I need help on how to setup electron with opencv4nodejs. Scenario: I have some nodejs code using opencv4nodejs. Now I want to add electron on top of that. Can...

I download the zip I unzip and rename to C:\Develop\justadudewhohacksopencv-electron So I do not get confused with leopoldodonnell/opencv-electron I open administrator cmd window cd to C:\Develop\justadudewhohacksopencv-electron type in npm install...

const cv = require('opencv4nodejs'); const detector = new cv.SURFDetector({hessianThreshold: 400, nOctaves: 4, nOctaveLayers: 2}); const image = cv.imdecode(buffer, 0); const keyPoints = this.detector.detect(image); failure on only one machine; is there...

Hi, I'm trying to use opencv4nodejs with [Angular Electron](https://github.com/maximegris/angular-electron) on Windows. It seems to build everything correctly. In the end I have a Release directory, including: > obj opencv4nodejs.exp opencv4nodejs.lib...

Im using the following package.json > { "name": "electron-quick-start", "version": "1.0.0", "description": "A minimal Electron application", "main": "main.js", "scripts": { "start": "electron .", "electron-rebuild": "electron-rebuild -f -w opencv4nodejs", "install": "npm...

Hi, I'm trying to use opencv4nodejs with vue on MacOS. It seems to build everything correctly on MacOS. Here is the problem: 1, I build a win32 version on MacOS...

Hey, if I want to use v.4.0.0 of your module with electron and trying to rebuild it with electron-rebuild I get following error: ``` An unhandled error occurred inside electron-rebuild...

Cannot choose image from finder browser error below: objc[54457]: Class FIFinderSyncExtensionHost is implemented in both /System/Library/PrivateFrameworks/FinderKit.framework/Versions/A/FinderKit (0x7fff90a2db68) and /System/Library/PrivateFrameworks/FileProvider.framework/OverrideBundles/FinderSyncCollaborationFileProviderOverride.bundle/Contents/MacOS/FinderSyncCollaborationFileProviderOverride (0x11b568cd8). One of the two will be used. Which one is...