Hub
Pricing About
ComponentComponent

HoughCircle

l.thomas profile image
Draft Latest edits on 
Aug 20, 2019 8:42 AM
Drag & drop
Like
Use or download
Detect circles in grayscale images using the Hough Circle transform from scikit-image. The circle detection works both on a initial grayscale images or after edge detection with Sobel or Canny. It is an iterative search that test successive values of radius at all possible places in the image. The larger the radius search range and the smaller the step size, the longer is the computation. Requires Python3 environement with : - Numpy - Scikit-Image (0.15 at time of development)

Component details

Input ports
  1. Type: Table
    Image with circular structure to detect
    Input table with one column of grayscale images
Output ports
  1. Type: Table
    Image and Labeling
    Initial table + Labeling of circle(s)
  2. Type: Table
    Circle coordinates
    Output table with one row per detected circle with (x,y) coordinates for the center, radius and score (accumulator) for the detection

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
  • Go to item
    KNIME Python Integration

    KNIME AG, Zurich, Switzerland

    Version 4.0.0

    knime
  • Go to item
    KNIME Quick FormsTrusted extension

    KNIME AG, Zurich, Switzerland

    Version 4.0.1

    knime

This component does not have nodes, extensions, nested components and related workflows

Legal

By using or downloading the component, 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