About 1,510,000 results
Open links in new tab
  1. java - Is there a proper algorithm for detecting the background color ...

    Oct 21, 2012 · Working on implementation using Finite State machine. in the first state you're inside the image, hence 0,0 is the background color, then when there is a change, the change …

  2. A basic Java implementation of "Search by Image" - GitHub

    A basic Java implementation of "Search by Image" In this project, we use an algorithm called ‘Perceptual Hash Algorithms’, which works for creating a ‘fingerprint’ --- unique character string …

  3. Searching Algorithms in Java - GeeksforGeeks

    Nov 10, 2022 · Searching Algorithms are designed to check for an element or retrieve an element from any data structure where it is stored. Based on the type of search operation, these …

  4. Working with Images in Java - Baeldung

    Mar 19, 2025 · In this tutorial, we are going to take a look at a few available image-processing libraries, and perform simple image processing operation – loading an image and drawing a …

  5. image recognition - Finding a picture in a picture with java?

    Sep 26, 2012 · Here's a simple implementation that uses the brute-force approach to search the image. With your example images it found the location at (139,55) to be the top-left location of …

  6. Java Search Algorithms: Beginner's Guide | LatinXinAI - Medium

    Mar 15, 2023 · Learn the basics of searching algorithms in Java with this beginner's guide, including linear search, binary search, and Java Collections usage

  7. GitHub - hetelek/ColorRecognition: Color Recognition is a class …

    Color Recognition is a class built in Java that will extract the 4 major colors out of an image (background, primary, secondary, detail). These colors can then be used to enhance your …

  8. Searching Algorithms in Java - Java Guides

    In this article, we will discuss three searching algorithms and it's implementation using the Java Programming language. 1. Linear Search Algorithm. In computer science, linear search or …

  9. Searching Algorithms with Java - DEV Community

    Jun 7, 2023 · In this article, we will explore different searching algorithms and provide examples in Java to illustrate their implementation. 1. Linear Search: Linear search, also known as …

  10. java - Similar image search using an image - Stack Overflow

    The LIRE (Lucene Image REtrieval) library provides a simple way to retrieve images and photos based on their color and texture characteristics. LIRE creates a Lucene index of image …

Refresh