tf_ThinPlateSpline icon indicating copy to clipboard operation
tf_ThinPlateSpline copied to clipboard

one question

Open wushilian opened this issue 7 years ago • 2 comments

control points. shape [num_batch, nx*ny, 2]. If the value of control points is between 0 and 1? And (0,0) point is the upper left corner of the image or the center of image

wushilian avatar Nov 24 '17 06:11 wushilian

The x and y values of the control points are between -1 and 1. (0,0) is the center of the image.

DominikLorenz avatar Jan 31 '18 11:01 DominikLorenz

what the value of t_ indicates is it relative position of src control points or absolute position? the example of spline2 function given the logic goes with relative coordinate concept but then if i give t_ as all 0 then the src image should be intact after transformation but its not coming according to this concept. please help .

dp-isi avatar Jun 07 '19 12:06 dp-isi