image processing

  1. 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...
  2. P

    Rotate Images in a Parallel For

    Hello Everyone . I've come to ask help with a problem that has been annoying me for days. I'm trying to create five images (read TIFFS from the harddisk), rotate and add them to a collection (List<Image<Bgra,byte>>)(Image<Bgra,byte> is an OpenCV Image). However i'm always having memory problems...
  3. A

    Question Need help moving from GetPixel/SetPixel to Lockbits

    This is my GetPixel/SetPixel code for increasing the reds and purples in an image privatevoid redsAndPurplesToolStripMenuItem_Click(object sender, EventArgs e) {// Get bitmap from picturebox Bitmap bmpMain = (Bitmap)pictureBoxMain.Image.Clone(); // search through each pixel via x, y...
Top Bottom