How to fix image perspective distortion and rotation with JavaScript?

前端 未结 3 1184
臣服心动
臣服心动 2021-02-02 03:51

I have some images that takes using mobile phone. Is there any JavaScript library which can straighten the photo of a paper and flatten it? For example I want to create a rectan

3条回答
  •  盖世英雄少女心
    2021-02-02 04:31

    Looks like https://www.npmjs.com/package/perspective-transform is what you are looking for.

    Create functions to map points from one arbitrary quadrilateral to another and vice versa with the inverse

提交回复
热议问题