Image conversion to number data
조회 수: 4 (최근 30일)
이전 댓글 표시
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
댓글 수: 0
채택된 답변
Walter Roberson
2020년 10월 23일
Image data is numeric data.
There are, however, times when you want to change the numeric representation, such as by using im2double()
Some layers permit rescaling; see for example https://www.mathworks.com/help/deeplearning/ref/nnet.cnn.layer.sequenceinputlayer.html
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
추가 답변 (0개)
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
