Keitel Jovin

Results 51 comments of Keitel Jovin

Thank you xybu for onedrive-d. I have to launch a website in a month or 2, but many song files has been already be entered by Data Entry Operators locally....

I'ved used normal CSS at deep level, plain Bootstrap CSS and Styled Components and Material UI styles in React. I haven't used Tailwind CSS before, heard about it, and read...

@74staz You might try this steps: https://github.com/justadudewhohacks/opencv4nodejs/issues/775#issuecomment-804347861 It will help you solve a lot. And then if your OpenCV installation is correct and matched opencv4nodejs version, than it will build...

@74staz the file hasn't been created. There is some error on the node-gyp build. When its created, it will be a `.node` file under Release. `node_modules/opencv4nodejs/build/Release/oopencv4nodejs.node`.

@74staz follow my suggestion here https://github.com/justadudewhohacks/opencv4nodejs/issues/775#issuecomment-804347861 And this will increase greatly your chance to install it by understanding things better.

@74staz you might also try this if you want to use OpenCV 4.5.0: httpss://github.com/justadudewhohacks/opencv4nodejs/issues/805#issuecomment-806314329

@staz9 then you are very close to it. But you need a bit of easy hacks like I did. First, forget about OpenCV version 4.5.1, that causes the Multitracker error,...

@frudman I got the same issue this morning, OpenCV 4.5.1 put MultiTracker in a legacy directory of `opencv2/tracking` directory 4 months ago, which means `opencv4nodejs` package that has been updated...

@frudman I found a solution for myself by removing `SIFT` 🎉, as I understand everything now on the 3 sides: OpenCV - OpenCV4NodeJS - Node-Gyp. I stick with OpenCV 4.5.0,...

Those are others algorithms for image that are not implemented yet with `opencv4nodejs`: https://stackoverflow.com/a/33670318/5565544 > You can try ORB (Oriented FAST and Rotated BRIEF) as an alternate to SURF in...