https://github.com/carnotresearch/cr-vision

Computer Vision Tools and Applications by Carnot Research

https://github.com/carnotresearch/cr-vision

Science Score: 13.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
  • DOI references
  • Academic publication links
  • Committers with academic emails
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (11.9%) to scientific vocabulary

Keywords

computer-vision opencv opencv-python
Last synced: 5 months ago · JSON representation

Repository

Computer Vision Tools and Applications by Carnot Research

Basic Info
Statistics
  • Stars: 2
  • Watchers: 1
  • Forks: 0
  • Open Issues: 0
  • Releases: 1
Topics
computer-vision opencv opencv-python
Created over 7 years ago · Last pushed almost 5 years ago
Metadata Files
Readme Contributing License Code of conduct

README.rst

CR-Vision: Amazing Computer Vision Pipelines
==============================================

* `Documentation `_
* `GITHUB `_
* `Issue Tracker `_
* `About Us `_

Overview
----------

This package is an excellent collection of modules and 
scripts for day to day computer vision tasks. 

It builds on top of extensive ecosystem of image
processing, computer vision and deep learning libraries
available in Python including OpenCV, ImageIO, Pillow,
TensorFlow, Keras, Scikit-Image and Scikit-Video.
It also leverages other scientific computing and
machine learning packages.

It uses *Rx: Reactive Extensions for Python* to build
sophisticated, optimized, stream oriented and push based
computer vision pipelines. This is great for large 
computer vision applications involving a number of 
moving and sophisticated sub-systems.

Available functionality spans following areas:

* Basic image processing operations
* A variety of filters and effects
* Basic editing of images
* Image restoration (denoising, super-resolution)
* Face detection
* Template matching
* Pedestrian detection
* Image classification
* Traffic monitoring



Installing
--------------------

.. highlight:: shell

From PIP:: 

    python -m pip install cr-vision


Directly from GITHUB::

    python -m pip install git+https://github.com/carnotresearch/cr-vision.git


Working with the source code in development mode
-----------------------------------------------------


Clone the repository::

    git clone https://github.com/carnotresearch/cr-vision.git


Change into the code::

    cd cr-vision


Ensure that the dependencies are installed::

    python -m pip install -r requirements.txt


Install the package in development mode::

    python -m pip install -e .


Examples
-----------------


Explore the examples directory::

    cd examples/basic


Run an example::

    python ex_add_logo.py

Owner

  • Name: Carnot Research Pvt. Ltd.
  • Login: carnotresearch
  • Kind: organization

GitHub Events

Total
Last Year

Committers

Last synced: 9 months ago

All Time
  • Total Commits: 312
  • Total Committers: 2
  • Avg Commits per committer: 156.0
  • Development Distribution Score (DDS): 0.01
Past Year
  • Commits: 0
  • Committers: 0
  • Avg Commits per committer: 0.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email Commits
Shailesh Kumar s****h@i****m 309
Shailesh Kumar 6****h 3
Committer Domains (Top 20 + Academic)

Issues and Pull Requests

Last synced: 6 months ago

All Time
  • Total issues: 0
  • Total pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Total issue authors: 0
  • Total pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 0
  • Pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels

Packages

  • Total packages: 1
  • Total downloads:
    • pypi 8 last-month
  • Total dependent packages: 0
  • Total dependent repositories: 0
  • Total versions: 1
  • Total maintainers: 1
pypi.org: cr-vision

Tools for Computer Vision

  • Versions: 1
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 8 Last month
Rankings
Dependent packages count: 10.1%
Average: 46.5%
Downloads: 62.2%
Dependent repos count: 67.4%
Maintainers (1)
Last synced: 6 months ago