opencv.js node bindings, source directly retrieved from https://docs.opencv.org/ and tested
Compile optional catch bindings
OpenCV JavaScript version for node.js or browser
Allow parsing of optional catch bindings
UnRS Resolver Node API
UnRS Resolver Node API
Fast JavaScript/TypeScript bundler in Rust with Rollup-compatible API.
Precompiled OpenCV 4.3.0 to JavaScript + WebAssembly for node.js environment
Fast JavaScript/TypeScript bundler in Rust with Rollup-compatible API.
UnRS Resolver Node API
Oxc Parser Node API
UnRS Resolver Node API
Open CV package rebundled for Onfido usage
UnRS Resolver Node API
UnRS Resolver Node API
Oxc Resolver Node API
UnRS Resolver Node API
Node binding for rspack
UnRS Resolver Node API
UnRS Resolver Node API
UnRS Resolver Node API
UnRS Resolver Node API
Linter for the JavaScript Oxidation Compiler
UnRS Resolver Node API
Rbind is developed to automatically generate ruby bindings for OpenCV but is not tight to this library.This gem is still under heavy development and the API might change in the future.
ruby-bindgen reads C and C++ headers with libclang and emits Ruby bindings. It supports three output formats: Rice C++ source for high-fidelity C++ wrappers, raw FFI for plain C libraries, and CMake build files to compile the generated extensions. Bindings are driven from a YAML configuration that controls header matching, symbol filtering, name mapping, and version guards. Battle-tested against OpenCV (thousands of classes) and PROJ.