Hub
Pricing About
WorkflowWorkflow

Analyze Particles

ImagejSegmentationAnalyze-particlesObject-detectionFeature-extraction
ctrueden profile image
Draft Latest edits on 
Sep 18, 2019 7:43 PM
Drag & drop
Like
Download workflow
Workflow preview
This workflow performs very simple image segmentation and object feature calculation on ImageJ’s Blobs sample image. It is modeled after an equivalent ImageJ macro: // read the image data //run("Blobs (25K)"); open("blobs.tif"); // preprocessing -- image smoothing run("Duplicate...", " "); run("Median...", "radius=1"); // thresholding -- separate foreground from background setAutoThreshold("Huang"); // morphological operations -- erode x2 run("Create Mask"); setOption("BlackBackground", false); run("Erode"); run("Erode"); // define measurements run("Set Measurements...", "area mean standard redirect=None decimal=3"); // segment objects -- i.e. connected component analysis run("Analyze Particles...", "add"); // cleanup temporary images close(); close(); // measure objects on the original data selectWindow("blobs.tif"); roiManager("Measure"); // save the measurements to a CSV file saveAs("Results", "measurements.csv");

External resources

  • ImageJ
Loading deploymentsLoading ad hoc jobs

Used extensions & nodes

Created with KNIME Analytics Platform version 4.0.1
  • Go to item
    KNIME CoreTrusted extension

    KNIME AG, Zurich, Switzerland

    Version 4.0.1

    knime
  • Go to item
    KNIME Image ProcessingTrusted extension

    University of Konstanz / KNIME

    Version 1.8.0

    bioml-konstanz

Legal

By using or downloading the workflow, you agree to our terms and conditions.

KNIME
Open for Innovation

KNIME AG
Talacker 50
8001 Zurich, Switzerland
  • Software
  • Getting started
  • Documentation
  • Courses + Certification
  • Solutions
  • KNIME Hub
  • KNIME Forum
  • Blog
  • Events
  • Partner
  • Developers
  • KNIME Home
  • Careers
  • Contact us
Download KNIME Analytics Platform Read more about KNIME Business Hub
© 2025 KNIME AG. All rights reserved.
  • Trademarks
  • Imprint
  • Privacy
  • Terms & Conditions
  • Data Processing Agreement
  • Credits