Extract symbols from an image [closed]

asked 2017-02-22 11:11:34 -0600

Amr El saeed gravatar image

updated 2017-02-23 12:28:54 -0600

Hi, I'm working on an android app that make some image processing by using opencv , I made a grayscale image, then Canny edge detection Like this photo : image description

Now i need to get every symbol from this equation in a picture alone, How can i do that ?

edit retag flag offensive reopen merge delete

Closed for the following reason the question is answered, right answer was accepted by sturkmen
close date 2020-09-17 05:27:56.234962

Comments

added some karma.

could you try to repair the broken link ?

berak gravatar imageberak ( 2017-02-22 11:20:53 -0600 )edit

@berak,Done

Amr El saeed gravatar imageAmr El saeed ( 2017-02-23 12:29:41 -0600 )edit

I need to get every symbol alone to pass them to neural network and recognize them!

Amr El saeed gravatar imageAmr El saeed ( 2017-02-23 12:32:02 -0600 )edit

that's a lot of "want", while you need "skill"

berak gravatar imageberak ( 2017-02-23 12:37:09 -0600 )edit

I know that, But i'm a beginner with image processing not a professional :)

Amr El saeed gravatar imageAmr El saeed ( 2017-02-23 12:41:13 -0600 )edit

apologies, did not want to put you down there ..

next steps:

  • findContours
  • get boundingRect of each
  • crop content
  • resize to something fixed (the input size of your network)
  • feed that into ml
berak gravatar imageberak ( 2017-02-23 12:46:08 -0600 )edit

thanks for your effort :))

Amr El saeed gravatar imageAmr El saeed ( 2017-02-23 12:50:43 -0600 )edit