Search:

Type: Posts; User: RX9382N

Search: Search took 0.07 seconds.

  1. Replies
    1
    Views
    6,872

    How to implement about Pixel Counter

    Takes one image and four values: A, R, G, B as input. Then, it will use the 4 values as a key, search for similar color and tell whether the color exist in the image. The class will report how many...
  2. Replies
    0
    Views
    1,258

    Reduce the image comparison time

    Have any the better algorithms of image comparison? I would like to ask if there is a way to reduce nanotime to below 80000000 nano sec.

    public static void main(String[] args)
    {
    ...
  3. Replies
    1
    Views
    1,365

    Reduce the image comparison time

    Here's a similar percentage of the two images. I would like to ask if there is a way to reduce nanotime to below 80000000 nano sec.

    public static void main(String[] args)
    {

    ...
Results 1 to 3 of 3