avid.externals.plastimatch.parseCompareResult

avid.externals.plastimatch.parseCompareResult(outputStr)

Helper that parses the output of plastimatch compare into a dict. @param outputStr: String that contains the output of plastimatch compare @result Dictionary that containes the result values of the plastimatch call. Keys are (From the plastimatch documentation): MIN Minimum value of difference image AVE Average value of difference image MAX Maximum value of difference image MAE Mean average value of difference image MSE Mean squared difference between images DIF Number of pixels with different intensities NUM Total number of voxels in the difference image And additionally: RATIO ratio between DIF and NUM