Ask Your Question

alittlebirdy's profile - activity

2020-04-09 10:02:06 -0600 commented question Using convertTo corrupts the image

I got the first image by stitching three separate images together. Can you explain what you mean by scale factor vs pixe

2020-04-09 10:01:48 -0600 commented question Using convertTo corrupts the image

I got the first image by stitching three separate images together. Can you explain what you mean by scale factor vs pixe

2020-04-08 20:26:25 -0600 received badge  Editor (source)
2020-04-08 20:26:25 -0600 edited question Using convertTo corrupts the image

Using convertTo corrupts the image I have an image that is 3 channels, 16 bit depth. I am trying to convert it to 8 bits

2020-04-08 20:24:48 -0600 asked a question Using convertTo corrupts the image

Using convertTo corrupts the image I have an image that is 3 channels, 16 bit depth. I am trying to convert it to 8 bits

2020-03-12 15:40:49 -0600 commented question Stitching Images: Homography estimation error

I used the code in opencv github: https://github.com/opencv/opencv/blob/master/samples/cpp/stitching_detailed.cpp. It ju

2020-03-12 15:40:12 -0600 commented question Stitching Images: Homography estimation error

I used the code in opencv github: https://github.com/opencv/opencv/blob/master/samples/cpp/stitching_detailed.cpp. It ju

2020-03-12 15:39:11 -0600 commented question Stitching Images: Homography estimation error

Yes I used that code. It just never moves beyond that point in the code

2020-03-12 01:54:57 -0600 asked a question Stitching Images: Homography estimation error

Stitching Images: Homography estimation error Hi all. I am trying to stitch images together and based my code on this sa