You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
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
pipPyPI
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

3d

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