Image analysis
Image capture and analysis on Android
Article REF: H1518 V1
Image analysis
Image capture and analysis on Android

Author : Frédéric LEMOINE

Publication date: March 10, 2024 | Lire en français

Logo Techniques de l'Ingenieur You do not have access to this resource.
Request your free trial access! Free trial

Already subscribed?

4. Image analysis

The image analysis use case provides the application with an accessible image to perform some kind of processing. The application implements an analysis method executed on each image. Images are processed by passing an executor in which image analysis is performed via a ImageAnalysis.Analyzer() . Only one analyzer can be registered at a time: registering a new analyzer replaces the existing one.

Image analysis can operate in two modes:

  • in blocking mode, the executor receives images from the camera in sequential order. This means that, if the analysis method takes too long, images will accumulate in a processing buffer. Processed images may then no longer be current;

  • in non-blocking mode (the mode we're using here), the executor receives the last available...

You do not have access to this resource.
Logo Techniques de l'Ingenieur

Exclusive to subscribers. 97% yet to be discovered!

You do not have access to this resource. Click here to request your free trial access!

Already subscribed?


Article included in this offer

"Signal processing and its applications"

( 150 articles )

Complete knowledge base

Updated and enriched with articles validated by our scientific committees

Services

A set of exclusive tools to complement the resources

View offer details