Actions
Feature #103
closedcount number of segments
Start date:
06/07/2011
Due date:
07/15/2011
% Done:
0%
Estimated time:
8:00 h
Description
Create a macro that automatically counts the number of segments. The segments are crossing each other.
A first approach is:
- subtract image gaussian blur 10
- blur 3
- iso-threshold
- skeletonize
- create mask with particle analyzer min size 30
- run FindSkeletonEndPoints macro
- measure and report nr / 2
Files
Actions