Iterate Recipe
Add-on

Iterate Recipe

Python (pyscro)

17 Nov 2022 - This module allows you to run a given recipe while varying a chosen parameter value of any of the modules making up the recipe.  Learn more

How to Install the Deep Learning Python Environment
How-to

How to Install the Deep Learning Python Environment

Python (pyscro), Demo, Misc

29 Jul 2022 - Two videos explain how to install the dependencies needed to use Deep Learning within Amira 3D, Avizo 3D, or Pergeos. One covers the standard install and the other is for users without an internet connection.  Learn more

kMeans Clustering on Label Analysis (Python)
Add-on

kMeans Clustering on Label Analysis (Python)

Python (pyscro)

18 Nov 2021 - This Xtra implements kMeans clustering on a label analysis spreadsheet. Separated objects can be clustered based on any measure group that is inbuilt or user customized.  Learn more

Image Segmentation Evaluation Using Standard Metrics
Add-on

Image Segmentation Evaluation Using Standard Metrics

Python (pyscro), Project (hx, pgo)

8 Mar 2021 - Segmentation evaluation using standard precision, and recall metrics for comparing two segmentation labels.  Learn more

Patch Extraction Tools for Deep Learning Data Preparation
Add-on

Patch Extraction Tools for Deep Learning Data Preparation

Python (pyscro)

22 Feb 2021 - A set of tools dedicated to the preparation of data for training Deep Learning models and reducing annotation time.  Learn more

Extract Label
Add-on

Extract Label

Python (pyscro)

11 May 2020 - This module extracts a specified label region by its ID.  Learn more

Scale-Space Laplacian of Gaussian Filter
Add-on

Scale-Space Laplacian of Gaussian Filter

Python (pyscro)

15 Apr 2020 - Image processing filter enhancing spherical or blob like objects of various sizes.  Learn more

Load a Numpy array into PerGeos-Amira-Avizo using the Python API
Add-on

Load a Numpy array into PerGeos-Amira-Avizo using the Python API

Python (pyscro)

21 Oct 2019 - This script simply reads and loads numpy arrays in a user specified directory into PerGeos/Amira-Avizo as an image.  Learn more

Random Forests for Multiclass Segmentation using Python API in PerGeos
Add-on

Random Forests for Multiclass Segmentation using Python API in PerGeos

Python (pyscro), Project (hx, pgo), Data

21 Oct 2019 - Simple demonstration of feature computation where the feature vector contains intensity and 2D eigenvalues (X & Y). This example uses random forests implementation from the sklearn package.  Learn more