How to access Scene Text Detection in OpenCV 3 in python ?
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 ?
unfortunately, this is not possible atm.
(those functions are just not wrapped into python or java)
Too bad. Thanks for reply!
Is this possible already (I am needing this)? If not, how can I contribute? Is there any resources that show to do the wrapper?
http://docs.opencv.org/ref/master/df/...
Has the release of OpenCV 3.1 changed this and if so is scene text recognition also now available?