All Projects → esheldon → Ngmix

esheldon / Ngmix

Licence: other
Gaussian mixtures and image processing implemented in python

Programming Languages

python
139335 projects - #7 most used programming language
c
50402 projects - #5 most used programming language

Projects that are alternatives of or similar to Ngmix

Hnr
🌟 An off-line handwritten numeral recognition system
Stars: ✭ 26 (-3.7%)
Mutual labels:  image-processing
Image Actions
A Github Action that automatically compresses JPEGs, PNGs and WebPs in Pull Requests.
Stars: ✭ 844 (+3025.93%)
Mutual labels:  image-processing
Handy Image Processor
A handy Image Processor for NodeJS. 📷📷📷
Stars: ✭ 14 (-48.15%)
Mutual labels:  image-processing
Imagescout
A Swift implementation of fastimage. Supports PNG, GIF, and JPEG.
Stars: ✭ 940 (+3381.48%)
Mutual labels:  image-processing
Grafika
An image processing library for PHP
Stars: ✭ 838 (+3003.7%)
Mutual labels:  image-processing
Pymatting
A Python library for alpha matting
Stars: ✭ 860 (+3085.19%)
Mutual labels:  image-processing
Sickzil Machine
Manga/Comics Translation Helper Tool
Stars: ✭ 934 (+3359.26%)
Mutual labels:  image-processing
Metalpetal
A GPU accelerated image and video processing framework built on Metal.
Stars: ✭ 907 (+3259.26%)
Mutual labels:  image-processing
Cometa
Super fast, on-demand and on-the-fly, image processing.
Stars: ✭ 8 (-70.37%)
Mutual labels:  image-processing
Playpixels
Swift Playground Book for learning image processing.
Stars: ✭ 14 (-48.15%)
Mutual labels:  image-processing
Giin
Graph-based Image Inpainting
Stars: ✭ 7 (-74.07%)
Mutual labels:  image-processing
Finite Transform Library
Fast transforms over finite fields
Stars: ✭ 7 (-74.07%)
Mutual labels:  image-processing
Spark Edge Detection
Edge detection in Spark AR
Stars: ✭ 13 (-51.85%)
Mutual labels:  image-processing
Segmentation
Catalyst.Segmentation
Stars: ✭ 27 (+0%)
Mutual labels:  image-processing
Fresco Processors
An Android image processor library providing a variety of image transformations for Fresco.
Stars: ✭ 884 (+3174.07%)
Mutual labels:  image-processing
Dockerfile Libvips
🌄 All libvips dependencies & libvips built from source
Stars: ✭ 26 (-3.7%)
Mutual labels:  image-processing
Compositor Api
Compositor is a lightweight utility API for compositing images quickly and efficiently in Unity.
Stars: ✭ 9 (-66.67%)
Mutual labels:  image-processing
Imagery
Imagery simplifies image manipulations.
Stars: ✭ 27 (+0%)
Mutual labels:  image-processing
Detection Of Breast Cancer Using Neural Networks
This project is made in Matlab Platform and it detects whether a person has cancer or not by taking into account his/her mammogram.
Stars: ✭ 15 (-44.44%)
Mutual labels:  image-processing
St Cgan
Dataset and Code for our CVPR'18 paper ST-CGAN: "Stacked Conditional Generative Adversarial Networks for Jointly Learning Shadow Detection and Shadow Removal"
Stars: ✭ 13 (-51.85%)
Mutual labels:  image-processing

ngmix

Build Status

Gaussian mixture models and other tools for working with 2d images, implemented in python. The code is made fast using the numba package.

For some examples, please see the wiki.

dependencies

  • numpy
  • numba >= 0.43

optional dependencies

  • scipy: for image fitting using the Levenberg-Marquardt fitter
  • galsim: for performing metacalibration operations.
  • scikit-learn: for sampling multivariate PDFs

installation

# using conda.  This also installs numba and numpy
conda install -c conda-forge ngmix

# from source. In this case you need to install numba yourself
python setup.py install
conda install numba

Notes on versions

The api for fitting routines and "bootstrapping" code was rewritten for the ngmix version 2 release. This is a "breaking change", so if you have existing code that uses the ngmix version 1 apis you most likely will need to update it. The wiki has been updated to reflect the new usage patterns.

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].