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.
我有一个包含两种图像的数据库:
我有一个德尔福网络服务,我只想向客户发送照片。是否存在任何简单快速的算法来检测图像是否只是带有文本的背景?应该使用什么类型的方法?
提前致谢
您可以使用 OCR(光学字符识别)库。看看这个问题。
如果您计算图像颜色,您可能会做得更快。请参阅 ImageProcessingPrimitives.PAS 单元中的 CountColors 函数。
因为背景是一种颜色。