Search:

Type: Posts; User: argb

Search: Search took 0.12 seconds.

  1. Replies
    12
    Views
    1,247

    Re: Image manipulations

    I tried to make the difference between two images in this way, but as a result I get a black image, why?



    public void Diff() throws IOException {
    BufferedImage image1 =...
  2. Replies
    12
    Views
    1,247

    Re: Image manipulations

    You should compare pixel by pixel, but do not know
    Thanks
  3. Replies
    12
    Views
    1,247

    Re: Image manipulations

    I need to load and load image1 image2 applicazioen in MVC, I have to get a immagine3 that contains only the parts common to both image1 and image2. I need to see some sample code. Can you help me? I...
  4. Replies
    12
    Views
    1,247

    Re: Image manipulations

    The question is how do I make the logical operations between images? if there is some sample code in the internet and if I have to use a library or not.
    Thanks
  5. Replies
    12
    Views
    1,247

    Re: Image manipulations

    Thanks Norm for the reply
    logical operations of which I speak have to do such as reported in this file ...
  6. Replies
    12
    Views
    1,247

    Image manipulations

    Hi,
    I am a new user, I hope I have posted in the right section.
    I have an MVC application java that captures an image from file, saving it to an object of type BufferedImage. I would like to do the...
Results 1 to 6 of 6