IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
Version 3.2.1.2

Table of content

New Features

New Algorithms

Library Algorithm Comments
Global measure image operations Normalized Cross-Correlation Measure 2d measures the global Normalized Cross-Correlation between two images
Global measure image operations Normalized Cross-Correlation Measure 3d measures the global Normalized Cross-Correlation between two 3D images
Filtering image operations Fast Cross-Correlation 2d 2D Cross correlation calculated in the Fourier domain
Filtering image operations Fast Cross-Correlation 3d 3D Cross correlation calculated in the Fourier domain

New Python features



Behavior modifications

Modified Algorithms

Library Algorithm Comments
Filtering image operations Normalized Cross-Correlation Measure 2d Possibility to use an image instead of a kernel as input template
Filtering image operations Normalized Cross-Correlation Measure 3d Possibility to use an image instead of a kernel as input template

Modified Low Level features

Modified C++ features

Library Feature Comments
IPSDKCore library Changing the number maximum of threads The threads manager is reinitialized when changing the maximum number of threads

Modified Python features

Bug Fixes

Measures Bug Fixes

Measure Type Measure Comments
Histogram Histogram IPSDK could crash when calculating an histogram-based measure when labels are missing, for example as a result of smart segmentation
Histogram IPSDKIPLShapeAnalysis_Measure_Intensity_Histogram_HistogramMostPopulated_Grp IPSDK could crash when calculating an histogram-based measure when labels are missing, for example as a result of smart segmentation
Histogram HistogramQuantile IPSDK could crash when calculating an histogram-based measure when labels are missing, for example as a result of smart segmentation


Embedded applications