Ask Your Question

redhwan's profile - activity

2020-10-16 15:56:05 -0600 received badge  Popular Question (source)
2020-07-01 03:41:03 -0600 commented answer remove opencv 4.2 ubuntu 16.04

@supra56, I did not understand why you gave me a very wide suggestion. If you know a book or something else is benefit

2020-07-01 03:40:22 -0600 commented answer remove opencv 4.2 ubuntu 16.04

@supra56, I did not understand why you give me wide suggestion. If you know book or something else is benefit to solve

2020-07-01 00:08:46 -0600 commented question remove opencv 4.2 ubuntu 16.04

I only need to remove it. So, I used everything in order to remove it.

2020-07-01 00:02:22 -0600 commented answer remove opencv 4.2 ubuntu 16.04

Not work, I used all of them. Something is strange. I can not remove it. Although, I used the command removed all my fil

2020-07-01 00:01:49 -0600 commented answer remove opencv 4.2 ubuntu 16.04

Not work, I used all of them. Something is strange. I can not remove it. Although, I used command remove all my files, y

2020-06-30 23:59:02 -0600 commented answer remove opencv 4.2 ubuntu 16.04

The output: redhwan@redhwan:~$ sudo find / -name "*opencv*4.2*" -exec rm -rf {} \; find: ‘/run/user/1000/gvfs’: Perm

2020-06-30 23:58:36 -0600 commented answer remove opencv 4.2 ubuntu 16.04

The output: redhwan@redhwan:~$ sudo find / -name "*opencv*4.2*" -exec rm -rf {} \; find: ‘/run/user/1000/gvfs’: Permis

2020-06-30 23:55:58 -0600 commented answer remove opencv 4.2 ubuntu 16.04

Not work, I used all of them. Something is strange. I can not remove it.

2020-06-30 21:17:47 -0600 commented answer How to run OpenCV DNN on NVidia GPU

@Yashas when I see all comments here, all of them said that CPU is faster than GPU with SSD, I understood from you that

2020-06-30 21:06:12 -0600 commented answer How to run OpenCV DNN on NVidia GPU

@Yashas when I see all comments here, all of them said that CPU is faster than GPU with SSD, I understood from you that

2020-06-30 21:04:00 -0600 commented answer How to run OpenCV DNN on NVidia GPU

@Yashas when I see all comments here, all of them said that CPU is faster than GPU with SSD, I understood from you that

2020-06-30 06:44:11 -0600 asked a question remove opencv 4.2 ubuntu 16.04

remove opencv 4.2 ubuntu 16.04 I tried to remove OpenCV 4.2 but failed. I built it from the source, First of all, used

2020-05-31 04:10:32 -0600 received badge  Student (source)
2020-05-28 20:48:10 -0600 edited question How do I see outputs of every layer of DNN OpenCV Python (visualization tool)?

How do I see outputs of every layer of DNN OpenCV Python (visualization tool)? I'd like to see the output of every layer

2020-05-28 20:15:15 -0600 asked a question How do I see outputs of every layer of DNN OpenCV Python (visualization tool)?

How do I see outputs of every layer of DNN OpenCV Python (visualization tool)? I'd like to see the output of every layer

2020-04-08 21:54:42 -0600 asked a question How to extract a feature from OpenCV instead of skimage?

How to extract a feature from OpenCV instead of skimage? I'd like to use import cv2 instead of from skimage import featu

2020-03-30 09:14:09 -0600 commented answer Algorithm recommendation for texture analysis/segmentation

Thanks a lot for your reply, @kbarni, I used Gabor filter first, Do I need to use SVM as classifier. here full my code.

2020-03-29 21:11:36 -0600 edited question Algorithm recommendation for image texture

Algorithm recommendation for image texture I am working on the human following robot. The robot follows him/her based on

2020-03-29 21:10:35 -0600 asked a question Algorithm recommendation for image texture

Algorithm recommendation for image texture I am working on the human following robot. The robot follows him/her based on

2020-03-29 20:47:31 -0600 commented answer Algorithm recommendation for texture analysis/segmentation

@kbarni, I used HSV values with robots in real-time, it was very good but when illumination changes happens it is bad. I

2020-03-29 20:47:01 -0600 commented answer Algorithm recommendation for texture analysis/segmentation

@kbarni, I used HSV values with robots in real-time, it was very good but when illumination changes happens it is bad. I

2020-02-25 18:27:54 -0600 commented question how to click the video automatically by mouse every 10 sec, OpenCV

Thanks for your help. Unfortunately, It does not work with me. Meanwhile, the color tracking stops.

2020-02-24 23:04:56 -0600 commented question how to click the video automatically by mouse every 10 sec, OpenCV

No, I'd like to use only the mouse automatically after selecting (x,y).

2020-02-24 22:47:37 -0600 commented question how to click the video automatically by mouse every 10 sec, OpenCV

I'd like to be this but for video's window, not a screen.

2020-02-24 22:40:01 -0600 asked a question how to install opencv 4.x with python 3 and opencv 3.x with python 2.7 in Linux?

how to install opencv 4.x with python 3 and opencv 3.x with python 2.7 in Linux? I installed OpenCV 3.3.1 with python 2.

2020-02-24 22:27:16 -0600 commented question how to click the video automatically by mouse every 10 sec, OpenCV

Thanks for your help, it is working first time no every 10 sec and the same time it needs to click by hand not automatic

2020-02-24 20:32:21 -0600 asked a question how to click the video automatically by mouse every 10 sec, OpenCV

how to click the video automatically by mouse every 10 sec, OpenCV My algorithm is suffering from illumination change wh

2019-10-28 00:02:36 -0600 commented question Does opencv_dnn use gpu?

@Yashas, thank you so much, it is clear for me now.

2019-10-27 20:49:53 -0600 commented question Does opencv_dnn use gpu?

Sorry, @Yashas, I have other questions, you wrote above "you need to build the master branch from OpenCV GitHub reposit

2019-10-27 20:46:16 -0600 commented question Does opencv_dnn use gpu?

Sorry, @Yashas, I have other questions, you wrote above "you need to build the master branch from OpenCV GitHub reposit

2019-10-27 20:29:55 -0600 commented question Does opencv_dnn use gpu?

@Yashas, I am confused about some things. So, I have some questions? first one: you mean that master is 4.x releases and

2019-10-27 20:26:43 -0600 commented question Does opencv_dnn use gpu?

@Yashas, I am confused about some things. So, I have some questions? first one: you mean that master is 4.x releases and

2019-10-27 00:17:25 -0600 commented question Does opencv_dnn use gpu?

@yashas, thank you so much for your help, I was frustrated, but when I read your response, change my feeling, for more d

2019-10-27 00:16:53 -0600 commented question Does opencv_dnn use gpu?

@yashas, thank you so much for your help, I was frustrated, but when I read your response, change my feeling, the detail

2019-10-27 00:14:35 -0600 commented question Does opencv_dnn use gpu?

@yashas, thank you so much for your help, I was frustrated, but when I read your response, change my feeling, this is a

2019-10-27 00:12:09 -0600 commented answer Does opencv_dnn use gpu?

sorry @Yashas, how to use these lines and modify my code above, blob = cv2.dnn.blobFromImage(cv2.resize(frame, (300, 3

2019-10-26 23:55:11 -0600 commented question Does opencv_dnn use gpu?

@yashas, thank you so much for your help, I was frustrated, but when I read your response, change my feeling, this is de

2019-10-20 21:23:20 -0600 commented question Does opencv_dnn use gpu?

thanks, can I do it but it is bad, I saw that the CPU is faster than GPU with MobileNet SSD, right? https://gist.github.

2019-10-20 21:21:06 -0600 edited question Does opencv_dnn use gpu?

Does opencv_dnn use gpu? I tried to run the code in Jetson GPU but I can't? I just obtained 5 fps, this means that use

2019-10-20 21:19:33 -0600 commented question Does opencv_dnn use gpu?

thanks, can I do it but it is bad, I saw that the CPU is faster than GPU, right? https://gist.github.com/YashasSamaga/a8

2019-10-19 04:11:00 -0600 commented question Does opencv_dnn use gpu?

I can do it but it is bad, I saw that the CPU is faster than GPU, right?

2019-10-19 03:22:44 -0600 received badge  Enthusiast
2019-10-18 03:45:07 -0600 edited question Does opencv_dnn use gpu?

Does opencv_dnn use gpu? I tried to run the code in Jetson GPU but I can't? I just obtained 5 fps, this means that use

2019-10-18 03:42:58 -0600 edited question Does opencv_dnn use gpu?

Does opencv_dnn use gpu? I tried to run the code in Jetson GPU but I can't? this is my full code from imutils.video im

2019-10-18 03:41:43 -0600 asked a question Does opencv_dnn use gpu?

Does opencv_dnn use gpu? I tried to run the code in Jetson GPU but I can't? this is my full code from imutils.video im

2019-10-17 09:32:31 -0600 commented question does JetsonTX2 support CV.dnn ?

the official version is 3.3.1 for JetsonTX2 with Jetpack3.2.1 here

2019-10-17 09:30:29 -0600 commented question does JetsonTX2 support CV.dnn ?

the official version is 3.3.1 for JetsonTX2 with Jetpack3.2.1

2019-10-17 08:57:23 -0600 edited question does JetsonTX2 support CV.dnn ?

does JetsonTX2 support CV.dnn ? I ran this code Real-time object detection with deep learning and OpenCV, Numbers of the

2019-10-17 08:56:05 -0600 received badge  Editor (source)