How to fix image perspective distortion and rotation with JavaScript?

前端 未结 3 1169
臣服心动
臣服心动 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:38

    JSFeat can do that for you. There even is an example for perspective distortion. You'll have to add/compute the source and destination points yourself.

提交回复
热议问题