Hello everyone.

I'm trying to extract the bounding boxes (x0,y0,x1,y1) of the
candidate characters in a line of text with the CurvedCutSegmenter
(using c++). I managed to write some colored images using the function
simple_recolor(), but when I try to use the function bounding_boxes()
to get all the coordinates I obtain only a big vector full of
(0,0,-1,-1) rectangles.  I also tried with a region extractor, but I
couldn't manage to get what I needed.

This is weird, because if I use another line segmenter (i.e. the
connected components segmenter) the function bounding_boxes works as
expected and I can get all the coordinates that I need.

Am I doing something wrong? Thank you very much for your help.

Regards,
Federico

-- 
You received this message because you are subscribed to the Google Groups 
"ocropus" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/ocropus?hl=en.

Reply via email to