Ask Your Question

cjsb's profile - activity

2018-08-21 11:46:16 -0600 received badge  Enthusiast
2018-08-06 16:50:51 -0600 commented answer Get position of source points in destination after stitching

It worked! Just to need to get the return from the warpPoint function and subtract the roi.tl

2018-08-06 16:35:15 -0600 commented answer Get position of source points in destination after stitching

I thought that the warPoint function were able to calculate the pixel position after the warping. I don't have enough c

2018-08-06 15:55:18 -0600 asked a question WarpPoint returns negative value

WarpPoint returns negative value Hi all, I have some region of interest in my source images which I would like to visua

2018-08-06 12:12:16 -0600 received badge  Editor (source)
2018-08-06 12:12:16 -0600 edited question warpPoint question

warpPoint question Hi all, I have some region of interest in my source images which I would like to visualise after doi

2018-08-06 12:09:30 -0600 commented question warpPoint question

I have a Mat dst; wrap.warp(origImg, K, R, INTER_LINEAR, BORDER_CONSTANT, dst); If I do wrap.warpPoint(Point2f(0, 0),

2018-08-02 19:40:15 -0600 answered a question Get position of source points in destination after stitching

Hi, were you able to solve this issue? I am having the same problem

2018-08-02 19:40:14 -0600 asked a question warpPoint question

warpPoint question Hi all, I have some region of interest in my source images which I would like to visualise after doi