Introduction - If you have any usage issues, please Google them yourself
Application that extracts features from segments, retrieved from microscope cell images. Each segment represents one cell. Feature vector consists of following features:
- cell s area
- cell s centroid
- cell s weighted centroid
- cell s convex hull
- cell s maximal density
- cell s minimal density
- cell s density standard deviation
- minimal outwritten elipse
- cell circuit
For each segment found at the microscope image, new feature vector is computed. All of them are then transferred to the output.
That extrator could be used as a plugin to the KNIME Enironment. It is represented by separated node which has to be connected with ImageReader.