585,581 active members*
3,887 visitors online*
Register for free
Login

Thread: need help

Results 1 to 3 of 3
  1. #1
    Join Date
    Dec 2019
    Posts
    17

    need help

    hi ...
    i have a problem with making program , i want to read image and select points on the image so that i can specify a region and convert it to dxf file .. any one help or give me idea
    thnksssssssss

  2. #2
    Join Date
    Dec 2013
    Posts
    5717

    Re: need help

    Here is a good starting place https://stackoverflow.com/questions/...use-in-c-sharp

    Then do a line by line edge find and log the coordinates for each point. It has been a long time since I wrote the code to do something like this, so I forgot exactly how to do it. But I do remember converting the image to a grayscale bmp so I could read the raw image data pixel by pixel.

    You have a lot of studying to do. Google will be your friend here.
    Jim Dawson
    Sandy, Oregon, USA

  3. #3
    Join Date
    Dec 2019
    Posts
    17

    Re: need help

    thnks its really usefull

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •