Search results for query: *

  • Users: payam1363
  • Content: Threads
  • Order by date
  1. P

    Question about emgu library

    hi guys i wrote this code in c# (winform) . my app use from Emgu-cv library for image processing in c# you can see codes of main file (lineutil.cs) as below with this code app can draw lines with (Houghline) and app can find intersection points between lines and show them with a TiltedCross sign...
  2. P

    i need help to find intersection point of 2 lines in image

    we need to a code for image processing in c# we need help to find intersection point of 2 lines in image you can see my image as below we need to use from Emgu library in c# for find this points we have a code but we don't know how to use it if you can write this code for me that find...
  3. P

    hide and show lines?

    This is main part of my C# code, this is a Windows Forms app. My code works fine, and it runs the app very well, but I need to change it. With this app, I can draw some lines in a picturebox, and after I draw the lines, then I can hide lines with press a Key "E" and I can show these lines...
Back
Top Bottom