awesome-repositories.com
ब्लॉग
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेसMCP सर्वर
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
justadudewhohacks avatar

justadudewhohacks/opencv4nodejs

0
View on GitHub↗

Opencv4nodejs

opencv4nodejs, JavaScript रैपर्स और एक C++ नेटिव एडऑन का एक सेट है जो OpenCV लाइब्रेरी के लिए Node.js बाइंडिंग प्रदान करता है। यह एक कंप्यूटर विजन लाइब्रेरी और इमेज प्रोसेसिंग फ्रेमवर्क के रूप में कार्य करता है, जो उच्च-प्रदर्शन C++ एल्गोरिदम को JavaScript एनवायरनमेंट में उजागर करता है। यह प्रोजेक्ट चेहरों का पता लगाने, वस्तुओं को ट्रैक करने और डीप न्यूरल नेटवर्क का उपयोग करके विजुअल डेटा का विश्लेषण करने के लिए विजन एल्गोरिदम के निष्पादन को सक्षम बनाता है। इसमें डेटा पैटर्न क्लासिफिकेशन, टेक्स्ट पैटर्न रिकग्निशन और चेहरे के लैंडमार्क व जेस्चर की पहचान करने की क्षमताएं शामिल हैं। फ्रेमवर्क स्वचालित इमेज प्रोसेसिंग, ऑप्टिकल कैरेक्टर रिकग्निशन और रीयल-टाइम वीडियो विश्लेषण सहित क्षमताओं की एक विस्तृत सतह को कवर करता है।

AI सर्च

और अधिक बेहतरीन रिपॉजिटरी खोजें

अपनी ज़रूरत को सरल भाषा में बताएं — AI हजारों क्यूरेटेड ओपन-सोर्स प्रोजेक्ट्स को प्रासंगिकता के आधार पर रैंक करता है।

Start searching with AI

Features

  • Computer Vision Libraries - Provides a comprehensive library of high-performance tools for image recognition and camera stream processing.
  • OpenCV Bindings - Provides the foundational Node.js bindings for the OpenCV computer vision library.
  • Face Detection - Identifies human faces, hand gestures, and specific objects using pre-trained classifiers and deep neural networks.
  • Machine Learning Classification - Categorizes image data and recognizes complex patterns using support vector machines and deep neural networks.
  • Computer Vision Frameworks - Integrates advanced computer vision and image processing capabilities directly into Node.js applications.
  • Video Object Tracking - Follows specific targets across consecutive video frames using background subtraction and tracking algorithms.
  • Image Processing - Performs image processing tasks including resizing, filtering, and color space conversion via matrix operations.
  • Image Feature Extraction - Extracts structural visual information by detecting keypoints, matching descriptors, and identifying contours.
  • Image Processing and Manipulation - Ships a toolkit for manipulating image matrices, converting color spaces, and applying visual filters.
  • Image Processing - Provides extensive pixel-level transformations including resizing, color space conversion, and Gaussian blurring.
  • Video Input Processing - Captures and streams live video frames from webcams or files for real-time visual analysis.
  • Native C-JavaScript Bridges - Provides a stable N-API bridge for efficient data exchange and function calls between native C++ and JavaScript.
  • Node.js Native Addons - Functions as a C++ native addon providing the Node.js runtime with low-level access to OpenCV algorithms.
  • Facial Landmark Detection - Performs facial landmark detection to locate specific human facial features.
  • Optical Character Recognition - Converts images of text and handwritten patterns into machine-encoded strings via OCR.
  • Handwritten Text Recognition - Identifies handwritten text and visual patterns using gradient histograms and support vector machine classifiers.
  • Pixel Accessors - Provides interfaces for reading and modifying raw pixel data and extracting sub-regions from image matrices.
  • Shared Memory Buffers - Utilizes shared memory buffers to pass large image matrices between JavaScript and C++ without expensive data copying.
  • Real-Time Video Analysis - Processes live webcam and video feeds in real-time for immediate object detection and pattern analysis.
  • Asynchronous Task Execution - Offloads heavy computer vision computations to background threads to prevent blocking the Node.js event loop.
  • External Library Memory Automation - Reports native C++ memory allocations to the JavaScript engine to ensure accurate garbage collection of large matrices.
  • Asynchronous Worker Functions - Implements asynchronous worker functions to offload heavy computer vision tasks and maintain event loop responsiveness.
  • Matrix Arithmetic Operations - Implements fundamental element-wise arithmetic and logical operations on image matrices.
  • Matrix Data Mapping - Maps high-level JavaScript objects to the underlying mathematical matrix structures used for vision algorithms.
5,045 स्टार्स·830 फोर्क्स·C++·MIT·9 व्यूज़

स्टार हिस्ट्री

justadudewhohacks/opencv4nodejs के लिए स्टार हिस्ट्री चार्टjustadudewhohacks/opencv4nodejs के लिए स्टार हिस्ट्री चार्ट

अक्सर पूछे जाने वाले प्रश्न

justadudewhohacks/opencv4nodejs क्या करता है?

opencv4nodejs, JavaScript रैपर्स और एक C++ नेटिव एडऑन का एक सेट है जो OpenCV लाइब्रेरी के लिए Node.js बाइंडिंग प्रदान करता है। यह एक कंप्यूटर विजन लाइब्रेरी और इमेज प्रोसेसिंग फ्रेमवर्क के रूप में कार्य करता है, जो उच्च-प्रदर्शन C++ एल्गोरिदम को JavaScript एनवायरनमेंट में उजागर करता है। यह प्रोजेक्ट चेहरों का पता लगाने, वस्तुओं को ट्रैक करने और डीप न्यूरल नेटवर्क का उपयोग करके विजुअल डेटा का विश्लेषण करने के लिए विजन एल्गोरिदम के निष्पादन को सक्षम बनाता है। इसमें डेटा…

justadudewhohacks/opencv4nodejs की मुख्य विशेषताएं क्या हैं?

justadudewhohacks/opencv4nodejs की मुख्य विशेषताएं हैं: Computer Vision Libraries, OpenCV Bindings, Face Detection, Machine Learning Classification, Computer Vision Frameworks, Video Object Tracking, Image Processing, Image Feature Extraction।

justadudewhohacks/opencv4nodejs के कुछ ओपन-सोर्स विकल्प क्या हैं?

justadudewhohacks/opencv4nodejs के ओपन-सोर्स विकल्पों में शामिल हैं: dusty-nv/jetson-inference — jetson-inference is a set of libraries and tools for executing optimized deep learning models on embedded GPU… hybridgroup/gocv — GoCV is a computer vision library and Go language binding for OpenCV. It serves as an image processing toolkit and… sixlabors/imagesharp — ImageSharp is a .NET image processing library and manipulation framework used for decoding, encoding, and modifying… accord-net/framework — This project is a scientific computing framework for the .NET ecosystem, providing a comprehensive suite of libraries… peterbraden/node-opencv — node-opencv is a high-performance C++ native addon and bridge that connects Node.js applications to the OpenCV… shiqiyu/libfacedetection — libfacedetection is a C++ face detection library and computer vision tool. It utilizes a neural network face detector…

Opencv4nodejs के ओपन-सोर्स विकल्प

समान ओपन-सोर्स प्रोजेक्ट्स, जो Opencv4nodejs के साथ साझा की गई सुविधाओं के आधार पर रैंक किए गए हैं।
  • dusty-nv/jetson-inferencedusty-nv का अवतार

    dusty-nv/jetson-inference

    8,734GitHub पर देखें↗

    jetson-inference is a set of libraries and tools for executing optimized deep learning models on embedded GPU hardware. Its primary purpose is to enable real-time computer vision and AI inference at the edge with low latency and high throughput. The project distinguishes itself through high-performance streaming analytics and the ability to execute concurrent AI pipelines on auto-grade silicon. It provides specialized support for multi-sensor stream processing, utilizing zero-copy data transport to load camera frames directly into GPU memory. The codebase covers a broad surface of capabiliti

    C++caffecomputer-visiondeep-learning
    GitHub पर देखें↗8,734
  • hybridgroup/gocvhybridgroup का अवतार

    hybridgroup/gocv

    7,463GitHub पर देखें↗

    GoCV is a computer vision library and Go language binding for OpenCV. It serves as an image processing toolkit and deep learning inference engine, providing programmatic access to a wide range of algorithms for image manipulation, object detection, and video analysis. The project differentiates itself through high-performance native bindings and hardware acceleration. It utilizes a foreign function interface to map Go calls to C++ functions and includes a hardware-agnostic backend dispatch to route neural network tasks to computation engines such as CUDA and OpenVINO. The library covers a br

    Go
    GitHub पर देखें↗7,463
  • sixlabors/imagesharpSixLabors का अवतार

    SixLabors/ImageSharp

    7,954GitHub पर देखें↗

    ImageSharp is a .NET image processing library and manipulation framework used for decoding, encoding, and modifying digital images. It functions as a comprehensive toolkit for resizing, cropping, and applying pixel-level filters while managing color profiles and pixel data across various file formats. The project integrates a 2D vector graphics engine and a typography rendering engine to draw geometric shapes, paths, and complex stylized text onto images. It also includes a geometry boolean operation library for calculating intersections, unions, and differences between complex polygons and c

    C#bmpc-sharpdrawing
    GitHub पर देखें↗7,954
  • accord-net/frameworkaccord-net का अवतार

    accord-net/framework

    4,540GitHub पर देखें↗

    This project is a scientific computing framework for the .NET ecosystem, providing a comprehensive suite of libraries for numerical analysis, statistics, and mathematical optimization. It serves as a foundational toolkit for developing applications in machine learning, digital signal processing, and computer vision. The framework provides specialized toolkits for training and deploying predictive models, including neural networks, support vector machines, and decision trees. It further distinguishes itself with deep integrations for real-time visual analysis, such as object tracking and facia

    C#
    GitHub पर देखें↗4,540
  • Opencv4nodejs के सभी 30 विकल्प देखें→