Page MenuHomePhabricator

Image Statistics calculator intensity profile statistics not computed
Closed, ResolvedPublic

Description

The following statistics are not computed (result: nan) in a line profile although I see no reason why:

  • Median
  • StdDev
  • Skewness
  • Kurtosis
  • Uniformity
  • Entropy
  • MPP
  • UPP

Event Timeline

Currently, we are implementing T22819: Adapt C3js to make it more general and also restructured some Code from the image statistics plugin for histrogram visualization.
Before you put too much effort in this task, postpone it two weeks (in that timeslot I can merge it to the master) as I'm not sure if the task is resolved with the restructured code already.

norajitr added a project: Restricted Project.Aug 4 2017, 10:50 AM

Until further restructuring, image statistics can now be calculated for line profiles, and for non-closed planar figures in general. To this end, the mask generator was extended by poly-line rasterisation.

all statistics are computed now!