Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6143865
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T18:34:35+00:00 2026-05-23T18:34:35+00:00

I have a binary image with curved lines as shown below, but I would

  • 0

I have a binary image with curved lines as shown below, but I would like to know how I can find where they would intersect if they are extended.

So could you give me some ides on how i could:

  • extend the line endpoints in the same direction,
  • how to find the intersections?

I have thought about using hough transform to find lines, then intersection, but in some images my line endpoints are not exactly straight. Is there a way to maybe only find the direction of the line at the end of it instead of over the whole line, as it is a binary image?

Thanks for any help
c
a b

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-23T18:34:35+00:00Added an answer on May 23, 2026 at 6:34 pm

    Applying a dilation and then an erosion will extend your endpoints like this:

    (*Code in Mathematica*)
    Erosion[Dilation[i, 10], 10]
    

    enter image description here

    A full solution could be something like this:

    r = Dilation[MorphologicalBranchPoints[
       Thinning[Binarize@Erosion[Dilation[i, 10], 10], 10]] // Colorize, 3]
    ImageAdd[i, r]
    

    enter image description here

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

when we have two binary image,may be they are similar, How can we let
Would like to ask for advice. there is a need for binary to have
I have a binary image as in figure below, the x-y co-ordinate system is
I have a binary image (a dll) which I wish to view the assembly
I have binary data in a file that I can read into a byte
I have a binary tree where each node can have a value. I want
I have a binary image in Matlab, and I need the binary array(0 and
I have a binary image in matlab and i have a centroid of an
I have an object that has a property: [Column] public Binary Image { get;
One can mark the boundary of a binary image by bwboundaries function of MATLAB.

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.