Code Monkey home page Code Monkey logo

de_water_print's Introduction

Python-openCV发票去印章

python-openCV写了一个去除发票红色印章水印的小工具。鼠标拖拽,模拟inpaint图像修复的操作去除红色印章。修改HSV颜色值还可以用来去蓝色印章。

文档结构

输入图像input1.png;处理结果new_img.jpg

操作说明

读取待处理图像:

img = cv2.imread("input1.png")  #加载图片

鼠标拖拽完成去水印效果:

英文输入法下,按s保存:

        if cv2.waitKey(0) & 0xFF == ord('s'):
            cv2.imwrite("new_img.jpg", img)
            print("图像已经保存")

运行时Console控制台输出结果为鼠标点击坐标,point1左上角起始点,point2右下角终止点,width为点击横跨宽幅,heigh为横跨高。

de_water_print's People

Contributors

samggggflynn avatar

Stargazers

Aaron avatar  avatar  avatar  avatar Andy Wu avatar  avatar super-nut avatar  avatar  avatar  avatar  avatar rench avatar

Watchers

 avatar

de_water_print's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.