Ask Your Question

Arun1994's profile - activity

2020-06-13 03:19:36 -0600 received badge  Popular Question (source)
2017-09-13 06:16:17 -0600 commented question rotation-Bicubic resampling -using OpenCV python

Using cv2.INTER_CUBIC, the flags work . cv.warpaffine does not work even using import cv2.cv as cv .

2017-09-12 07:32:57 -0600 answered a question rotation-Bicubic resampling -using OpenCV python

This works for me now :) import cv2 import matplotlib.pyplot as plt img = cv2.imread('1.jpg',0) rows,cols = img.shape

2017-09-12 07:32:05 -0600 commented answer rotation-Bicubic resampling -using OpenCV python

THe answer is in C++. Anyway thanks :)

2017-09-12 04:33:21 -0600 commented question rotation-Bicubic resampling -using OpenCV python

I get the following error ModuleNotFoundError: No module named 'cv' I have tried to use all possible installation me

2017-09-08 13:14:16 -0600 received badge  Student (source)
2017-09-08 04:26:14 -0600 edited question rotation-Bicubic resampling -using OpenCV python

rotation-Bicubic resampling -using OpenCV Hey ! I am trying to rotate an image using cv2.getRotationMatrix2D(center,

2017-09-08 04:23:36 -0600 received badge  Editor (source)
2017-09-08 04:23:36 -0600 edited question rotation-Bicubic resampling -using OpenCV python

rotation Bicubic resampling Hey ! I am trying to rotate an image using cv2.getRotationMatrix2D(center, angle, scale)

2017-09-08 03:55:17 -0600 asked a question rotation-Bicubic resampling -using OpenCV python

rotation Bicubic resampling Hey ! I am trying to rotate an image using cv2.getRotationMatrix2D(center, angle, scale)

2017-08-31 09:19:59 -0600 commented answer Sub-pixel estimation with match template

Thank you , and yes I will take a look at it :)

2017-08-31 05:16:54 -0600 commented answer Sub-pixel estimation with match template

Thanks for the reply . I am not sure if the centroid method is the best idea. I am trying to use it to get velocity com

2017-08-31 05:13:04 -0600 commented question Sub-pixel estimation with match template

Hello Guys , I need to find the first three peaks of the correlation. Can you please say if I can find all the coorelati

2017-08-29 03:47:43 -0600 asked a question Sub-pixel estimation with match template

!!! Sub-pixel estimation !!! match template Hello guys, I am trying to make particle image velocimetry using OpenCV an