Image conversion to number data

4 visualizzazioni (ultimi 30 giorni)
What is the best deep learning algorithm to convert Image data to numeric data? As my project required numeric data from image data for adjusting the value for voltage stability. Kindly need assist as im new to this

Risposta accettata

Walter Roberson
Walter Roberson il 23 Ott 2020
Image data is numeric data.
There are, however, times when you want to change the numeric representation, such as by using im2double()
Are you possibly asking about having it interpret a graph? If so then see the File Exchange for the tag "digitize" -- I tagged a number of programs last year.
Possibly OCR (Optical Character Recognition) could also be important for interpreting graphs. That has more often been done with shallow networks instead of deep networks, but deep networks could also be used, especially for hand-written material. Deep networks could also be important for interpreting blueprints and mechanical drawings.
  6 Commenti
supriya Naik
supriya Naik il 10 Dic 2020
Can I convert a group of image data into numerical data???
Walter Roberson
Walter Roberson il 10 Dic 2020
How is the group of image data currently stored?

Accedi per commentare.

Più risposte (0)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by