Ask Your Question
1

How to access Scene Text Detection in OpenCV 3 in python ?

asked 2015-06-12 13:52:21 -0600

laplace gravatar image

I installed OpenCV 3 for Windows. It seems ok:

import cv2
print cv2.__version__

it returns 3.0.0

My question is: how can I get access to functions mentioned here ?

edit retag flag offensive close merge delete

Comments

1

unfortunately, this is not possible atm.

(those functions are just not wrapped into python or java)

berak gravatar imageberak ( 2015-06-12 23:41:33 -0600 )edit

Too bad. Thanks for reply!

laplace gravatar imagelaplace ( 2015-06-13 09:24:08 -0600 )edit

Is this possible already (I am needing this)? If not, how can I contribute? Is there any resources that show to do the wrapper?

kegan gravatar imagekegan ( 2015-08-31 09:56:22 -0600 )edit
1

Has the release of OpenCV 3.1 changed this and if so is scene text recognition also now available?

mobmsc gravatar imagemobmsc ( 2016-06-07 09:55:39 -0600 )edit

1 answer

Sort by ยป oldest newest most voted
0

answered 2016-08-10 18:59:16 -0600

Maccesch gravatar image

I just found this in GitHub master: https://github.com/opencv/opencv_cont...

Unfortunately in OpenCV 3.1 this isn't present yet. So this probably will be added in the next release. Right now you have to use the latest version from the repository.

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2015-06-12 13:52:21 -0600

Seen: 4,351 times

Last updated: Jun 12 '15