Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在研究光学字符识别。在我们的工作中,我们需要自动生成一些渲染的单词图像,并且我们需要渲染单词图像中的每个字符位置(边界)。这个关于渲染图像的元数据称为ground truth。我怎样才能做到这一点?
我发现了一个名为 Pango 的渲染 c api,它有一个名为 pango_layout_Iter_get_char_extent() 的函数,可用于此目的。
https://developer.gnome.org/pango/stable/pango-Layout-Objects.html#pango-layout-iter-get-char-extents