Skip to main content

A module used for downsampling high resolution images using the scattering transform

Project description

Downsampling high resolution images using the scattering transform

Atlasing high resolution data,Scattering transform, Visualization of imges, Downsampling with multiple methods

Usage

python3 -m scatter_downsample -i IMAGE -n NUMBER OF DOWNSAMPLE [-s] [filtered standard deviation channels] [-d] [directions for gaussian] [-m] [methods]

or

import scatter_downsample in python3 environment

ScatterDown(img,ndown2,filtered_std=2,method=1,direction=2):

Input:

- img: input image
- ndown2: how many times to downsample by a factor of 2
- filtered_std: how many standard deviations maximum should not get filtered out (default 2)
- direction numbers: for gaussian downsampling (default 2)
- method: (default 1)
    - 2*2 mean and standard deviation (1)
    - 2*2 mean and standard deviation with directions (2)
    - Gaussian filtering (3)

Output:

- high dimensional image in ndarray form
- labels for each channel
- an example visualization that you save as a png file

Tests

installed by: python -m unittest tests/testcase.py

  • an example image to test for the shape of output image and labels for method 1 (mean and std)

Versions

0.2.0

Add in updated methods (mean/std with directions and gaussian filtering), add command line interfaces with argparse

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

scatter_downsample-0.2.2.tar.gz (7.6 kB view details)

Uploaded Source

Built Distribution

scatter_downsample-0.2.2-py3-none-any.whl (13.4 kB view details)

Uploaded Python 3

File details

Details for the file scatter_downsample-0.2.2.tar.gz.

File metadata

  • Download URL: scatter_downsample-0.2.2.tar.gz
  • Upload date:
  • Size: 7.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.1 CPython/3.7.3

File hashes

Hashes for scatter_downsample-0.2.2.tar.gz
Algorithm Hash digest
SHA256 9b79311df06897f167d8c2049a63546ea333babdc1a39be6069428ee680380ba
MD5 06d52d67b8fbba6472b1b8dbb061e85e
BLAKE2b-256 f6ac61c8c5cb9f759b61981a9ae69fa5b5c9633642bb33c2e35de9117111b49a

See more details on using hashes here.

File details

Details for the file scatter_downsample-0.2.2-py3-none-any.whl.

File metadata

  • Download URL: scatter_downsample-0.2.2-py3-none-any.whl
  • Upload date:
  • Size: 13.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.1 CPython/3.7.3

File hashes

Hashes for scatter_downsample-0.2.2-py3-none-any.whl
Algorithm Hash digest
SHA256 5cd74127b38145929aaaed7671052bb86f7126d1773d391bb9cdb83a8ac41506
MD5 94c57997583384bdf8e086c102262fc0
BLAKE2b-256 c68508038c4d5a6eb06273106d4158843f3ba872819795466e11571baa10b6a8

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page