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

Table of content

New Features

New Shape Measures

New measures for Shape analysis library

Measure Type Measure Comments
Basic PolygonArea2d Shape 2d area measurement (measure based on polygonal approximation)
Basic MeshVolume3d Shape 3d volume measurement (measure based on polyhedral approximation)


Behavior modifications

Modified Shape Measures

Measure Type Measure Comments
Basic NbPixels2d The measure deprecated, please use Area2d instead.
Basic Area2d The measure now calculates the number of pixels instead of the polygonal area. The measure is equivalent to the deprecated measure NbPixels2d and the processing hole parameter is ignored. To compute the area from the shapes polygons, please use PolygonArea2d
Basic IPSDKIPLShapeAnalysis_Measure_Geometry_Basic_Volumed_Grp The measure now calculates the number of pixels instead of the mesh volume. The measure is equivalent to the deprecated measure NbPixels3d and the processing hole parameter is ignored. To compute the volume from the shapes meshes, please use MeshVolume3d


Bug Fixes

Algorithms Bug Fixes

Library Algorithm Comments
Utility image processing algorithms Comparison Difference not detected out of the image anymore


Embedded applications

IPSDK Explorer

Evolutions on IPSDK Explorer

Bug Fixes on IPSDK Explorer