Ask Your Question

sureshbabu's profile - activity

2020-07-03 02:25:04 -0600 commented answer How to do a perspective transformation of an image which is missing corners using opencv java

@supra56 should we draw rect based on the counters or on the original image?

2020-07-02 09:47:03 -0600 commented answer How to do a perspective transformation of an image which is missing corners using opencv java

I already tried drawing rectangle and it worked.The problem is all the images wont be similar. few will have proper four

2020-07-02 09:32:38 -0600 commented answer How to do a perspective transformation of an image which is missing corners using opencv java

@supra56 Are you doing it based on user selection of four points? Because I want to do it automatically without any user

2020-07-02 09:26:51 -0600 commented answer How to do a perspective transformation of an image which is missing corners using opencv java

Thank you @supra56 . I will try that and get back.

2020-07-02 07:45:11 -0600 received badge  Editor (source)
2020-07-02 07:45:11 -0600 edited question How to do a perspective transformation of an image which is missing corners using opencv java

How to crop an image which has missing borders using opencv java I am trying to build a document scanner using openCV. I

2020-07-02 07:44:09 -0600 commented answer How to do a perspective transformation of an image which is missing corners using opencv java

@supra56 Im not able to find four points for the given images above. My question is how can we do that. Can you post it

2020-06-30 08:43:45 -0600 commented answer How to do a perspective transformation of an image which is missing corners using opencv java

My use case is, user will take a picture of his document and upload it. It can be either ID card or an A4 sheet etc. Whe

2020-06-30 06:02:36 -0600 commented answer How to do a perspective transformation of an image which is missing corners using opencv java

Im new to these concepts. Can you elaborate little bit?

2020-06-29 07:10:31 -0600 asked a question How to do a perspective transformation of an image which is missing corners using opencv java

How to crop an image which has missing borders using opencv java I am trying to build a document scanner using openCV. I