Uriel Chemouni
Uriel Chemouni
wget https://github.com/UrielCh/opencv4nodejs/raw/master/data/Lenna.png nano index.mjs ```javascript import cv from '@u4/opencv4nodejs'; import {resolve} from 'path'; export async function applyColorMap() { const file = resolve('Lenna.png'); console.log('loading ', file); const image = cv.imread(file); console.log('Lenna.png...
raspberry default modules flags: `opencv_modules.hpp` ```c /* * ** File generated automatically, do not modify ** * * This file defines the list of modules available in current build configuration...
the errors: ``` ERR! install In file included from /usr/include/opencv4/opencv2/ml.hpp:1951, ERR! install from ../cc/machinelearning/machinelearning.h:3, ERR! install from ../cc/opencv4nodejs.cc:29: ERR! install /usr/include/opencv4/opencv2/ml/ml.inl.hpp: In function ‘int cv::ml::simulatedAnnealingSolver(SimulatedAnnealingSolverSystem&, double, double, double, size_t, double*,...
Are you using a 64 or a 32 Kernel, if I remember the RPi3b is 64 capable.
I just ask that to know if the project works build fin with a 32 bit kernel. you are already short in memory on a pi3B so, I do not...
Have you some opensource ressources for ANPR in nodeJS / OpenCV. I would enjoy playing with that to identify cars in my dashcam video stream.
1- use opencv 4.6.0 for now. 2- where is the code ?
``` info config found opencv4nodejs section in D:\data\threejs\threejs-tutorials\package.json info envAutodetect autodetect 0 changes info envAutodetect - failed to resolve OPENCV_BIN_DIR from c:\tools\opencv\build\x64\vc14\bin info envAutodetect - failed to resolve OPENCV_INCLUDE_DIR from...
Still not using electron, can not helps. I have an electron sample [here](https://github.com/UrielCh/opencv-electron) it may be outdated...
I tried, and v 4.7.0 alllllllmost working. I did not get time to deeply check that.