Recent content by atie

  1. A

    Java JAVA how to get rgb values from an image

    hye.. i managed to convert image into grayscale and into binary... however the binary string i got is too long (like 42 pagesssss!). how can i make it shorter? do i need to resize the picture's pixel or something?
  2. A

    Java JAVA how to get rgb values from an image

    thnk you for ur reply mark.. the banana image i have is 400pixels height and 400pixels width.. how may i know how the image is encoded? i don't understand that part. oh, btw, i change my coding. i convert the banana image into binary. is changing the image to binary retain the color...
  3. A

    Java JAVA how to get rgb values from an image

    hello, i'm kinda new in this programming thingy so i hope you guys can help me. i wanted to code a program that can identify whether a banana is ripe or not. basically, i have two image of banana; one yellow in color and another one is green. so I'm thinking about using AI technique...
Back
Top