Search results for query: *

  1. D

    Calling methods on one form from another

    Ok. Then I can have an operation run on form1 and return the string and integers values back to form2 to be displayed in text boxes?
  2. D

    Calling methods on one form from another

    Hi All. I have a program which when a button is clicked on Form1 it runs a vision system operation on an image in a window on a Form1. There are also other buttons on the Form1 which can change things like threshold levels so the inspection can be run again with different settings. It all works...
  3. D

    adding image pixel values - canny to original - image processing

    I have the information about the overrun problem I found on the site I'm using for this study. Ref: Image Arithmetic - Pixel Addition If the image format being used only supports, say 8-bit integer pixel values, then it is very easy for the result of the addition to be greater than the maximum...
  4. D

    adding image pixel values - canny to original - image processing

    Hi. I'm trying to learn c# by experimenting with image processing techniques. My first is image addition using the original image with pixel values added from the same image but after the canny edge filter was applied. I would then like to click a button on the form and have a new image...
  5. D

    Question buttons not working

    have found solution the problem was on click-events :)
  6. D

    Question buttons not working

    Hi. I have a code which should allow for images to open in the form in c# but buttons 3 and 5 aren't working for some reason and I can't find the problem. The code executes ok, but when I press the buttons I get no response. The other 3 buttons, load image / load image / button 4, are all...
Back
Top Bottom