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

  • SEARCH
  • Home
  • 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 7078633
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 28, 20262026-05-28T06:34:19+00:00 2026-05-28T06:34:19+00:00

I need to detect the x-axis and y-axis on a diagram. Existing libraries for

  • 0

I need to detect the x-axis and y-axis on a diagram. Existing libraries for PHP cannot detect the lines as this process requires Hough Transform method (please correct me if I am wrong) Is there any way to detect the axises with/without Hough Transform using PHP.

an example to the diagram:
enter image description here

  • 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-28T06:34:19+00:00Added an answer on May 28, 2026 at 6:34 am

    I think if the goal is the detection of the axis only, an easier approach would be using morphological operations (using hough transform could be really computationally demanding, and possibly wouldn’t work with so much “noise”). I would rather use GNU octave to do the image processing operations, than serve the results through a php frontend.

    Possible code for starting could be (e.g. to detect origin and maximum values – filter for minimal x, maximal x, minimal y, maximal y to get the corners):

    I = rgb2gray(imread('iEth9.jpg'));
    I = I < 11;
    A = imopen(I, ones(1,100)');
    B = imopen(I, ones(1,100));
    imagesc(I);hold on;
    [y,x] = find(A&B);
    plot(x,y,'ro');
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I need to detect character encoding in HTTP responses. To do this I look
I need to detect in a method if its caller has internal access to
I need to detect HTML5 Geolocation support using PHP so that I can load
I need to detect the browser and the OS in a way like this:
i need to detect from php if mysql query cache plugin is installed, any
I need to detect WHEN the screen is touched. The onTouchEvent method only detects
I need to detect all the red pixels in an image using Java. What
I need to detect IE7 (and IE6) using the user agent string: I have
I need to detect android device orientation change without playing manually with sensor data,
I need to detect which version of SQL I am dealing with to perorm

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.