How to use SceneTextDetection in Java

asked 2018-07-03 22:39:39 -0600

joyceeeen gravatar image

Is SceneTextDetection function usable for java? I don't see anything in the documentation aside from ERFilter

edit retag flag offensive close merge delete

Comments

assuming, you've build the android sdk locally with opencv_contrib, there's an example for the TextDetectorCNN here

the ERFilters are usable, but there's no java sample code.

berak gravatar imageberak ( 2018-07-03 22:54:02 -0600 )edit

what do you mean with the "assuming, you've build the android sdk locally with opencv_contrib,"

joyceeeen gravatar imagejoyceeeen ( 2018-07-04 00:18:15 -0600 )edit

it is not part of the prebuilt sdk. you have to build it from github src and you also need the opencv_contrib src

berak gravatar imageberak ( 2018-07-04 00:23:37 -0600 )edit