Ask Your Question

DoubleR's profile - activity

2020-02-24 09:28:51 -0600 commented question DenseOpticalFlow - Shape problems

I've followed the tutorial. Here's how i construct the HSV. hsv = np.zeros_like(frame1) hsv[...,1] = 255 HSV is only

2020-02-24 09:28:15 -0600 commented question DenseOpticalFlow - Shape problems

I've followed the tutorial. Here's how i construct the HSV. hsv = np.zeros_like(frame1) hsv[...,1] = 255 HSV is only

2020-02-24 08:44:25 -0600 asked a question DenseOpticalFlow - Shape problems

DenseOpticalFlow - Shape problems Hi all, I am working on a project where I have to implement the DOF algorithm: calcOp

2020-01-14 04:46:45 -0600 asked a question FastNlMeanDenoisingMulti - Faster way, improve time

FastNlMeanDenoisingMulti - Faster way, improve time Hi all, I am working with a set of image .tif where i have to apply