Ask Your Question

Abdu's profile - activity

2020-04-23 19:32:00 -0600 received badge  Famous Question (source)
2020-01-23 07:10:04 -0600 received badge  Notable Question (source)
2019-10-20 03:41:00 -0600 received badge  Popular Question (source)
2019-03-04 04:31:55 -0600 commented question ROI select from video in the last frame

The object which I would like to track appears in the 3rd or the 4th frame. Please take a look to an example of the obje

2019-03-04 04:31:35 -0600 commented question ROI select from video in the last frame

The object which I would like to track appears in the 3rd or the 4th frame. Please take a look to an example of the obje

2019-03-04 04:04:29 -0600 asked a question ROI select from video in the last frame

ROI select from video in the last frame Hi all, I have found and modified the following code: import cv2 import sys

2019-03-04 04:04:29 -0600 asked a question ROI select from video in the last frame

ROI select from video in the last frame Hi all, I have found and modified the following code: import cv2 import sys

2019-03-04 04:00:13 -0600 commented answer KCF Tracking_ Not responding_Frame

@supra56 could you please let me know if you tried my code and if there is any possibility to help me to choose an ROI f

2019-03-01 08:42:27 -0600 commented answer KCF Tracking_ Not responding_Frame

Thank you so much for your help. I am looking to hearing from you soon.

2019-03-01 04:28:52 -0600 commented answer KCF Tracking_ Not responding_Frame

The issue is that there is no displaying of tracker on frame.

2019-03-01 04:19:59 -0600 commented answer KCF Tracking_ Not responding_Frame

The ROI is correct in my code. Is there anything to change in the code in order to get similar result as: https://www.y

2019-02-28 08:57:47 -0600 received badge  Student (source)
2019-02-28 06:48:10 -0600 commented answer KCF Tracking_ Not responding_Frame

@supra56 thank you for your answer. But, after selecting the ROI,I would like to get another frame of Tracking like in t

2019-02-28 04:55:09 -0600 asked a question KCF Tracking_ Not responding_Frame

KCF Tracking_ Not responding_Frame Hi, I tried to use the following code: import numpy as np import cv2 import sys c

2019-02-27 04:20:33 -0600 commented answer AttributeError: 'NoneType' object has no attribute 'shape'

I was able to solve the problem. I just need to figure out how to loop: import numpy as np import cv2 cap = cv2.VideoC

2019-02-27 03:55:58 -0600 commented answer AttributeError: 'NoneType' object has no attribute 'shape'

Yes, I tried the code in the link of @LBerger, the error persists.

2019-02-27 03:31:56 -0600 commented answer AttributeError: 'NoneType' object has no attribute 'shape'

@supra56 Python 3.7

2019-02-27 03:28:12 -0600 received badge  Enthusiast
2019-02-26 11:01:07 -0600 commented answer AttributeError: 'NoneType' object has no attribute 'shape'

Thank you for your answers. @supra56 your code shows me the same error.

2019-02-26 05:37:44 -0600 asked a question AttributeError: 'NoneType' object has no attribute 'shape'

AttributeError: 'NoneType' object has no attribute 'shape' Hi all! I need your help regarding the following code. My goa

2019-02-25 14:37:45 -0600 asked a question Detection of Foot in video

Detection of Foot in video Hi, I am looking for a help with video detection. I would like to detect a player foot when

2018-11-26 09:51:34 -0600 commented question Extract the contour of two images

I don't want to draw the line using Paint. The yellow line in fact is the line of intersection of the green and white im

2018-11-26 09:18:28 -0600 commented question Extract the contour of two images

I have got the yellow line by using Photoshop.

2018-11-24 09:34:46 -0600 edited answer Extract the contour of two images

Thank you for your help. I tried the following code: import cv2 import numpy as np img1 = cv2.imread("IMG_B_TestCube&

2018-11-24 09:34:30 -0600 edited question Extract the contour of two images

Extract the contour of two images I tried the following code: import cv2 import numpy as np img1 = cv2.imread("IMG_B_

2018-11-24 09:34:14 -0600 edited question Extract the contour of two images

extract the contour of two images I would like to combine two images as showed in the attached figure and to extract the

2018-11-24 09:34:06 -0600 received badge  Editor (source)
2018-11-24 09:34:06 -0600 edited question Extract the contour of two images

Combine two images and extract the contour I would like to combine two images as showed in the attached figure and to ex

2018-11-24 09:02:59 -0600 answered a question Extract the contour of two images

Thank you for your help. I tried the following code: import cv2 import numpy as np img1 = cv2.imread("IMG_B_TestCube&

2018-11-19 07:50:01 -0600 asked a question Extract the contour of two images

Combine two images and extract the contour I would like to combine two images as showed in the attached figure and to ex