aperrault / DetectText

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

infinite loop: after run this code "findLegallyConnectedComponents " #8

Open yangysc opened 9 years ago

yangysc commented 9 years ago

I wonder that when the function""findLegallyConnectedComponents " is planning to return,but it stuck into returning .Could someone help me with that?

kitog commented 9 years ago

@yangysc, did you find a solution to this problem as I'm seeing it as well?

yangysc commented 9 years ago

@kitog In fact ,if you use the release mode instead of debug mode,it can work. It seems that in debug mode ,when it is planning to return ,it will check something ,which makes it stick into infinite loop.