Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

vidi3d

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vidi3d

Visualizes 3d/4d NumPy arrays using Matplotlib and PyQt5.

  • 1.3.5
  • PyPI
  • Socket score

Maintainers
1

vidi3d

Visualizes 3D/4D NumPy arrays using Matplotlib and PyQt5.

Installation and Requirements

The following libraries are required:

  • Python 3
  • Numpy: General purpose array-processing package.
  • Matplotlib: Python plotting package .
  • PyQt5: Python bindings for Qt application framework.

To install, use: pip3 install vidi3d.

The software can also be found at https://github.com/AlanKuurstra/vidi3d.

Usage

import vidi3d as v
# compare a list of 2d images (an additional temporal dimension is optional)
v.compare2d(listOf2dImages) 
# compare a list of 3d images (an additional temporal dimension is optional)
v.compare3d(listOf3dImages) 

Some simple examples can be found in the Examples/ folder.

Keywords

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc