English 中文(简体)
利用DjVu工具进行背景/地下收集?
原标题:Using the DjVu tools to for background / foreground seperation?

我最初正在研究如何开发自己的 。 但看来,公开文件格式DjVu,如果我仅能理解如何与它合作,便具有自己的理由/背景分离功能。

引证DjVu :

DjVu有3个基本“模块”:

  1. DjVuText -- black and white (bitonal) documents
  2. DjVuPhoto -- continuous-tone images such as photos, scanned graphic art, etc.
  3. DjVuLayered -- color documents such as magazines, catalogs, historical documents, etc.

DjVu Layered模式向DjVu表示,将在30KB和100KB之间生成档案,其中5至40KB将用于地下层,其余用于背景和图片。

软件整合:

DjVuLibre 包括一个独立的观众、一个浏览器、一个浏览器、一个浏览器、一个浏览器、一个浏览器、一个浏览器、一个电网、Galeon和操作器,以及通用线工具(电解机、电灯、公用事业)。

我如何能够与DjVu工具合作,将某一扫描文件的背景和理由分开?

最佳回答

如果用扫描仪对文件进行扫描,那么图像就只是像图像一样的一张平板地图。 没有一层或物体。 Just pixels and more pixels. 为使DjVu成为一层文件,它必须作为一层文件产生。


Edited Response:

我不知道Sorry。 我做了一些研究,你是正确的。 必须在朱瓦乌编码环境中采用分层办法。 该编码将特别图像处理算法用于搜索地和背景物体,并节省了它们分层。

http://djvu.sourceforge.net - DjViLibre是一个C++图书馆,将做你需要的事情。

WinDjView - 它是在DjVuLibre建造的冰箱。 它可以对地物或背景物体进行观察。 因此,这将是检验算法在编造后如何完善的良好方法。

我建议将一些扫描的TIFF/JPEG文档上载到。 http://any2djvu.djvuzone.org/ 。 然后使用WinDjView,查看假肢/后分离的结果。 我上载了1份彩色JPEG文件,并对结果印象深刻。

WinDjView源代码可在。 - RenderThread.cpp - The function CRenderThread:Render() is the平分/viewing Code for the foreground/background viewing functions in WinDjView.

还有一份PDF文件,解释该算法如何发挥作用——“用于DJVU DOCUMENT CompRESSION......”——如果你进行谷歌搜索,“静脉 d分化”,然后点击“Quick View”第1次结果的链接,那么你可以读到PDF。 原先的国防军已不复存在。

我必须做一些更多的测试。 我想知道,商业用具的许可费是什么?

我希望,这比我第一次尝试更能回答你的问题。 我首先看着DjVu,并出于某种原因忽略了这一特征。


补充资料

我再上载大约10份文件,得出以下结论。 300台B/W图像无法由朱瓦乌加工成代/后层。 B/W转换图像的整页只包含在地下。 当你上载到任何2djvu时,它首先要问你它是否是B/W或彩色文件。 当你选择B/W时,你丧失了支持我理论的背景处理选择,B/W没有得到自动背景分离的支持。 Fore/Back的分离在格雷和哥里图画上进行。 我没有足够的扫描图像来测试其业绩。

多年前,在文件管理行业中,DjVu的部分原因没有得到支持。 起初,大多数电脑都很难进行足够的时间处理、桌面处理和B/W图像的pec。 因此,不可能进行灰色或彩色图像处理,大多数解决办法是B/W,因为速度原因。 如果我们再用彩色图像开展工作,那么DjVu本来会是一个很好的解决办法。 释放时,DjVu在扫描申请时没有多大用处。 即便在今天,它也是一种巨大的技术。

问题回答

暂无回答




相关问题
Using QCView and iSight to capture image

I have a QCView that loads a Quartz file which gives you iSights feedback (basically like a QTCaptureView) Everything displays fine The button simply takes a snapshot using the following simple ...

Taking picture with QTCaptureView

Is it possible to simply take a picture and save it somewhere using a QTCaptureView and Apple s built-in iSight? I ve seen lots of tutorials on recording video but none on simply taking a picture. Any ...

Transform rectangular image into trapezoid

In .NET how can I transform an image into a trapezoid. The Matrix class supports rotation, shear, etc, but I can t see a trapezoidal transformation. I m using the usual System.Drawing.* API, but I m ...

Rotate image through Y-axis on web page

What are my options for rotating an image on a web page through the Y-axis? I m not sure if I even have the terminology right. Is this called a rotate or a transform. Most of the searches that I ve ...

Text as watermarking in PHP

I want to create text as a watermark for an image. the water mark should have the following properties front: Impact color: white opacity: 31% Font style: regular, bold Bevel and Emboss size: 30 ...

Editing a xaml icons or images

Is it possible to edit a xaml icons or images in the expression design or using other tools? Is it possible to import a xaml images (that e.g you have exported) in the expression designer for editing?...

Convert from 32-BPP to 8-BPP Indexed (C#)

I need to take a full color JPG Image and remap it s colors to a Indexed palette. The palette will consist of specific colors populated from a database. I need to map each color of the image to it s "...

热门标签