aperrault / DetectText

Detect text with stroke width transform.
GNU General Public License v3.0
331 stars 150 forks source link

Error during conversion to Opencv 2.4.2 #3

Open vivekveeriah opened 11 years ago

vivekveeriah commented 11 years ago

Hi, I am very much interested in using this algorithm for my text recognition system. Your code was using IplImages and older form of opencv and so decided to change it to cv::Mat and use the newer functions. But I am getting not getting the actual outputs which I had got for your code. I know it sounds weird but could you help me out on this.

Vivek

ri-sh commented 8 years ago

hi vivek can i get a look of your code using cv:: Mat instead of IplImage *