Ask Your Question

pakoun's profile - activity

2018-03-12 05:59:28 -0600 commented question How not to crop image when using ThinPlateSplineShapeTransformer

"why not warpAffine or perspective" -- Affine for example is a linear transformation, hence the parallel lines will rema

2018-03-12 05:40:26 -0600 commented question How not to crop image when using ThinPlateSplineShapeTransformer

Ups you are 100% right I added some extra info in my question, I hope that helps now..

2018-03-12 05:39:26 -0600 received badge  Editor (source)
2018-03-12 05:39:26 -0600 edited question How not to crop image when using ThinPlateSplineShapeTransformer

How not to crop image when using ThinPlateSplineShapeTransformer Dear all, I am using the python bindings to cv and I p

2018-03-12 05:38:35 -0600 answered a question How not to crop image when using ThinPlateSplineShapeTransformer

Some more information after realizing that this is quite important as it is kindly been mentioned to me. With respect th

2018-03-12 05:22:09 -0600 commented question How not to crop image when using ThinPlateSplineShapeTransformer

You mean its not clear my question? If thats the case what I would like to do is to use the TPS method to warp an image.

2018-03-12 05:20:22 -0600 commented question How not to crop image when using ThinPlateSplineShapeTransformer

You mean its not clear my question? If thats the case what I would like to do is to use the TPS method to warp an image.

2018-03-12 05:03:31 -0600 commented question How not to crop image when using ThinPlateSplineShapeTransformer

thanks for your time and help berak. Well now it seems a bit difficult what I want to achieve here..

2018-03-12 04:31:47 -0600 commented question How not to crop image when using ThinPlateSplineShapeTransformer

From what I see there is the cv2.warpAffine method which by selecting appropriate bounds the warped image will be not cr

2018-03-09 06:00:42 -0600 asked a question How not to crop image when using ThinPlateSplineShapeTransformer

How not to crop image when using ThinPlateSplineShapeTransformer Dear all, I am using the python bindings to cv and I p