How can i extract text from a camera image? (problem with cob_read_text)

asked 2017-05-22 06:42:02 -0500

Panos686 gravatar image

Hello i am trying to read text from a camera stream any working packages to recommend ?

i tried the cob_read_text from cob_object_perception but i got the following error:

Correlation:/home/panos/catkin_ws/src/cob_perception_data-indigo_dev/cob_read_text_data/fonts/new_correlation.txt cob_read_text: /home/panos/catkin_ws/src/cob_object_perception-indigo_dev/cob_read_text/common/src/text_detect.cpp:122: void DetectText::readLetterCorrelation(const char): Assertion `fin >> number' failed. [cob_read_text-2] process has died [pid 30418, exit code -6, cmd /home/panos/catkin_ws/devel/lib/cob_read_text/cob_read_text /home/panos/catkin_ws/src/cob_perception_data-indigo_dev/cob_read_text_data/fonts/new_correlation.txt /home/panos/catkin_ws/src/cob_perception_data-indigo_dev/cob_read_text_data/dictionary/full-dictionary_eng text_detect:=/read_text/text_detect image_color:=/camera/rgb/image_raw __name:=cob_read_text __log:=/home/panos/.ros/log/9123a7fe-3d47-11e7-9291-848f69c69340/cob_read_text-2.log]. log file: /home/panos/.ros/log/9123a7fe-3d47-11e7-9291-848f69c69340/cob_read_text-2.log

Maybe a package that even extract text from an image will be useful if there is no working package that extract from a camera stream.Thank you

edit retag flag offensive close merge delete