Coder Social home page Coder Social logo

santoshpanda1995 / circular-hough-transform-using-matlab Goto Github PK

View Code? Open in Web Editor NEW
21.0 1.0 2.0 10 KB

Circular Hough transform is used for detecting circles in images. This is a basic implementation of CHT using Matlab

MATLAB 100.00%
circle-detection circular-hough-transform computer-vision hough-transform image-processing matlab matrix biometric-identification digital-image-processing image-transformation

circular-hough-transform-using-matlab's Introduction

Circular-Hough-Transform-using-MATLAB

The circular Hough Transform (CHT) is a basic feature extraction technique in digital image processing that detects circles in imperfect images. The circle candidates are produced by “voting” in the Hough parameter space and then selecting local maxima in an accumulator matrix.

CHT transforms a set of edge points in the image space into a set of accumulated votes in a parameter space. For each edge point, votes are accumulated in an accumulator array for all parameter combinations. The array of elements that contain the highest number of votes indicates the presence of the shape.

So here, three ways of representing the CHT are presented. The codes are implemented in MATLAB. The mesh plots are also plotted, which show the highest number of votes, or, we can say, the intersection points between the actual and assumed circles. The three cases with their plots are as follows:

Having Greater Radius

ss_nop40

video_nop40.mp4

The Plot for the same is as follows:

plot_nop40

Having Smaller Radius

ss_nop40

video_nop40.mp4

The Plot for the same is as follows:

plot_nop40

Having Same Radius

ss_nop40

video_nop40.mp4

The Plot for the same is as follows:

plot_nop40

circular-hough-transform-using-matlab's People

Contributors

santoshpanda1995 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

circular-hough-transform-using-matlab's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.