All Projects → colour-science → Colour Demosaicing

colour-science / Colour Demosaicing

Licence: bsd-3-clause
CFA (Colour Filter Array) Demosaicing Algorithms for Python

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Colour Demosaicing

Azure Sentinel Notebooks
Interactive Azure Sentinel Notebooks provides security insights and actions to investigate anomalies and hunt for malicious behaviors.
Stars: ✭ 126 (-0.79%)
Mutual labels:  jupyter-notebook
Mastering Python For Finance Second Edition
Sources codes for: Mastering Python for Finance, Second Edition
Stars: ✭ 127 (+0%)
Mutual labels:  jupyter-notebook
Criteo 1tb Benchmark
Benchmark of different ML algorithms on Criteo 1TB dataset
Stars: ✭ 127 (+0%)
Mutual labels:  jupyter-notebook
Finlib
A streamlined library for getting historical financial price data, fundamental data, and financial ratios.
Stars: ✭ 127 (+0%)
Mutual labels:  jupyter-notebook
Aihub
I use this repository for my Youtube channel where I share videos about Artificial Intelligence. The repository includes Machine Learning, Deep Learning, and Reinforcement learning's code.
Stars: ✭ 127 (+0%)
Mutual labels:  jupyter-notebook
Visual Attribution
Pytorch Implementation of recent visual attribution methods for model interpretability
Stars: ✭ 127 (+0%)
Mutual labels:  jupyter-notebook
Image Matching Benchmark Baselines
Baselines for the Image Matching Benchmark and Challenge
Stars: ✭ 127 (+0%)
Mutual labels:  jupyter-notebook
Ml hacks
Приёмы в машинном обучении
Stars: ✭ 128 (+0.79%)
Mutual labels:  jupyter-notebook
Trustscore
To Trust Or Not To Trust A Classifier. A measure of uncertainty for any trained (possibly black-box) classifier which is more effective than the classifier's own implied confidence (e.g. softmax probability for a neural network).
Stars: ✭ 127 (+0%)
Mutual labels:  jupyter-notebook
Introdatascience
Notes on Data Science. 数理统计、机器学习和数据编程的学习笔记。
Stars: ✭ 127 (+0%)
Mutual labels:  jupyter-notebook
Jupyter Datatables
Jupyter Notebook extension leveraging pandas DataFrames by integrating DataTables and ChartJS.
Stars: ✭ 127 (+0%)
Mutual labels:  jupyter-notebook
Data Science For Marketing Analytics
Achieve your marketing goals with the data analytics power of Python
Stars: ✭ 127 (+0%)
Mutual labels:  jupyter-notebook
Pynq Computervision
Computer Vision Overlays on Pynq
Stars: ✭ 127 (+0%)
Mutual labels:  jupyter-notebook
Earthengine Community
Tutorials and content created by Earth Engine users, for Earth Engine users
Stars: ✭ 127 (+0%)
Mutual labels:  jupyter-notebook
Sandbox
Play time!
Stars: ✭ 127 (+0%)
Mutual labels:  jupyter-notebook
Bnlp
BNLP is a natural language processing toolkit for Bengali Language.
Stars: ✭ 127 (+0%)
Mutual labels:  jupyter-notebook
Python notes
Stars: ✭ 127 (+0%)
Mutual labels:  jupyter-notebook
Machine learning beginner
机器学习初学者公众号作品
Stars: ✭ 1,770 (+1293.7%)
Mutual labels:  jupyter-notebook
Cs231a
Computer Vision: From 3D Reconstruction to Recognition
Stars: ✭ 126 (-0.79%)
Mutual labels:  jupyter-notebook
Algorithms Illuminated
My notes for Tim Roughgarden's awesome course on Algorithms and his 4 part books
Stars: ✭ 127 (+0%)
Mutual labels:  jupyter-notebook

Colour - Demosaicing

.. start-badges

|actions| |coveralls| |codacy| |version|

.. |actions| image:: https://img.shields.io/github/workflow/status/colour-science/colour-demosaicing/Continuous%20Integration?label=actions&logo=github&style=flat-square :target: https://github.com/colour-science/colour-demosaicing/actions :alt: Develop Build Status .. |coveralls| image:: http://img.shields.io/coveralls/colour-science/colour-demosaicing/develop.svg?style=flat-square :target: https://coveralls.io/r/colour-science/colour-demosaicing :alt: Coverage Status .. |codacy| image:: https://img.shields.io/codacy/grade/984900e3a85e40239a0f8f633dd1ebcb/develop.svg?style=flat-square :target: https://www.codacy.com/app/colour-science/colour-demosaicing :alt: Code Grade .. |version| image:: https://img.shields.io/pypi/v/colour-demosaicing.svg?style=flat-square :target: https://pypi.org/project/colour-demosaicing :alt: Package Version

.. end-badges

A Python <https://www.python.org/>__ package implementing various CFA (Colour Filter Array) demosaicing algorithms and related utilities.

It is open source and freely available under the New BSD License <https://opensource.org/licenses/BSD-3-Clause>__ terms.

.. image:: https://raw.githubusercontent.com/colour-science/colour-demosaicing/master/docs/_static/Demosaicing_001.png

.. contents:: Table of Contents :backlinks: none :depth: 3

.. sectnum::

Features

The following CFA (Colour Filter Array) demosaicing algorithms are implemented:

  • Bilinear
  • Malvar (2004)
  • DDFAPD - Menon (2007)

Installation

Because of their size, the resources dependencies needed to run the various examples and unit tests are not provided within the Pypi package. They are separately available as Git Submodules <https://git-scm.com/book/en/v2/Git-Tools-Submodules>__ when cloning the repository <https://github.com/colour-science/colour-demosaicing>__.

Primary Dependencies ^^^^^^^^^^^^^^^^^^^^

Colour - Demosaicing requires various dependencies in order to run:

  • python>=2.7 <https://www.python.org/download/releases/>__ or python>=3.5 <https://www.python.org/download/releases/>__
  • colour-science <https://pypi.org/project/colour-science/>__

Pypi ^^^^

Once the dependencies are satisfied, Colour - Demosaicing can be installed from the Python Package Index <http://pypi.python.org/pypi/colour-demosaicing>__ by issuing this command in a shell::

pip install --user colour-demosaicing

The overall development dependencies are installed as follows::

pip install --user 'colour-demosaicing[development]'

Usage

API ^^^

The main reference for Colour - Demosaicing <https://github.com/colour-science/colour-demosaicing>__ is the Colour - Demosaicing Manual <https://colour-demosaicing.readthedocs.io/en/latest/manual.html>__.

Examples ^^^^^^^^

Various usage examples are available from the examples directory <https://github.com/colour-science/colour-demosaicing/tree/master/colour_demosaicing/examples>__.

Contributing

If you would like to contribute to Colour - Demosaicing <https://github.com/colour-science/colour-demosaicing>, please refer to the following Contributing <https://www.colour-science.org/contributing/> guide for Colour <https://github.com/colour-science/colour>__.

Bibliography

The bibliography is available in the repository in BibTeX <https://github.com/colour-science/colour-demosaicing/blob/develop/BIBLIOGRAPHY.bib>__ format.

Code of Conduct

The Code of Conduct, adapted from the Contributor Covenant 1.4 <https://www.contributor-covenant.org/version/1/4/code-of-conduct.html>, is available on the Code of Conduct <https://www.colour-science.org/code-of-conduct/> page.

Contact & Social

The Colour Developers can be reached via different means:

  • Email <mailto:[email protected]>__
  • Discourse <https://colour-science.discourse.group/>__
  • Facebook <https://www.facebook.com/python.colour.science>__
  • Github Discussions <https://github.com/colour-science/colour-demosaicing/discussions>__
  • Gitter <https://gitter.im/colour-science/colour>__
  • Twitter <https://twitter.com/colour_science>__

About

| Colour - Demosaicing by Colour Developers | Copyright © 2015-2021 – Colour Developers – [email protected] <[email protected]>__ | This software is released under terms of New BSD License: https://opensource.org/licenses/BSD-3-Clause | https://github.com/colour-science/colour-demosaicing <https://github.com/colour-science/colour-demosaicing>__

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].