2020-10-27 13:33:04 -0600 | received badge | ● Notable Question (source) |
2019-07-21 01:39:48 -0600 | received badge | ● Popular Question (source) |
2019-05-08 06:07:38 -0600 | received badge | ● Notable Question (source) |
2018-11-28 21:16:08 -0600 | received badge | ● Popular Question (source) |
2017-12-20 14:58:03 -0600 | received badge | ● Self-Learner (source) |
2017-12-20 14:39:55 -0600 | edited answer | Making Object Detection Faster Thanks to @dkurt my fps went up to 5fps. Which is reasonable for my application. Firstly, I used MobileNet-SSD which ma |
2017-12-20 14:38:23 -0600 | edited answer | Making Object Detection Faster Thanks to @dkurt my fps went up to 5fps. Which is reasonable for my application. Firstly, I used MobileNet-SSD which ma |
2017-12-20 14:37:16 -0600 | answered a question | Making Object Detection Faster Thanks to @dkurt my fps went up to 5fps. Which is reasonable for my application. Firstly, I used MobileNet-SSD which ma |
2017-12-18 13:50:28 -0600 | commented question | Making Object Detection Faster @dkurt Yes, the MobileNet-SSD seems to be faster with a fps of 1.8 To make it faster, would installing opencv 3.3.1 and |
2017-12-18 13:35:13 -0600 | commented question | Making Object Detection Faster @dkurt So does the type of prototxt and caffe model I use affect the speed and accuracy? And I'll try out the MobileNet- |
2017-12-18 03:26:55 -0600 | asked a question | Making Object Detection Faster Making Object Detection Faster Hello, I am currently trying out the deep neural network in OpenCV 3.3.0 I am currently |
2017-12-16 19:34:43 -0600 | commented question | Using the dnn sample from github @sturkmen Why? (By the way, thank you for your reply!) |
2017-12-16 18:04:46 -0600 | asked a question | Using the dnn sample from github Using the dnn sample from github Hello, I am currently using opencv 3.3.0 However, I cannot get this yolo object detect |
2017-12-11 05:58:24 -0600 | marked best answer | Augmented Reality on Google Cardboard Hello, I am currently trying to make google cardboard do augmented reality. However, I will have to make the image displayed on the screen like the following: https://www.androidcentral.com/sites/... Is it possible to use the OpenCV functions to duplicate two images like the image above? Sorry, if my questions isn't clear (tell me if it is unclear, I will edit my question). Thanks in advance. |
2017-12-10 19:53:13 -0600 | commented question | Augmented Reality on Google Cardboard Nevermind, this answer solved my problem! http://answers.opencv.org/question/86605/barrel-distorsion-for-google-cardboar |
2017-12-10 19:03:04 -0600 | commented question | Augmented Reality on Google Cardboard @StevenPuttemans I'm actually thinking about using OpenGL with OpenCV as someone did in this video: https://www.youtube. |
2017-12-09 21:34:37 -0600 | commented question | Augmented Reality on Google Cardboard @StevenPuttemans Oh... That's sad.... Thanks for your reply though! |
2017-12-08 16:45:48 -0600 | commented question | Augmented Reality on Google Cardboard @StevenPuttemans So basically I am trying to duplicate an image which is placed side by side (like the image in the link |
2017-12-08 00:19:17 -0600 | asked a question | Augmented Reality on Google Cardboard Augmented Reality on Google Cardboard Hello, I am currently trying to make google cardboard do augmented reality. Howeve |
2017-10-08 02:57:00 -0600 | marked best answer | Problems with Augmented Reality Hello, I am trying to create a program which uses augmented reality. However, I am currently stuck on drawing the object. This is my code so far: I am trying to draw a triangle with the points in line3d. Can someone please tell me why this isn't drawing? If anyone needs to see more of my code, I will post more on my answer. Thanks in advance. |
2017-10-08 02:56:57 -0600 | commented answer | Problems with Augmented Reality Thank you. My programs seems to work now. Thanks once again. |
2017-10-08 02:45:53 -0600 | commented answer | Problems with Augmented Reality I'm currently struggling to integrate this into my code. Firstly, I cannot convert vector<point2f> to vector<ve |
2017-10-08 01:56:56 -0600 | received badge | ● Editor (source) |
2017-10-08 01:56:56 -0600 | edited question | Problems with Augmented Reality Problems with Augmented Reality Hello, I am trying to create a program which uses augmented reality. However, I am curre |
2017-10-08 01:55:26 -0600 | commented question | Problems with Augmented Reality @berak That's just part of my code. I'll post more of my code. |
2017-10-08 00:38:18 -0600 | asked a question | Problems with Augmented Reality Problems with Augmented Reality Hello, I am trying to create a program which uses augmented reality. However, I am curre |
2017-10-08 00:30:19 -0600 | commented answer | Using multithreading in opencv Thank you. I just realised I didn't really need to use threads. |
2017-10-08 00:29:50 -0600 | marked best answer | Using multithreading in opencv Hello, I am currently trying to use multithreading in opencv. However, this code is not working. If anyone needs to see more of my code, I'll will do so. Can someone please tell what's the problem? Thanks in advance. |
2017-10-07 13:37:59 -0600 | received badge | ● Enthusiast |
2017-10-06 02:38:08 -0600 | commented question | Using multithreading in opencv @berak When I debugged this code, I saw that in the doDecision() method, the waitKey() was not able to pick up the keybo |
2017-10-06 02:30:45 -0600 | commented question | Using multithreading in opencv @berak Oops, I have removed that bit of the code |
2017-10-06 01:00:01 -0600 | commented question | Using multithreading in opencv @berak So, I am trying to display a live video from a camera which is then displayed onto a cvNamedWindow(). While this |
2017-10-06 00:52:47 -0600 | commented question | Using multithreading in opencv @berak However, the imshow still works. I can still see the camera output. It's just that the methods in the doDecision( |
2017-10-06 00:52:34 -0600 | commented question | Using multithreading in opencv However, the imshow still works. I can still see the camera output. It's just that the methods in the doDecision() metho |
2017-10-06 00:17:48 -0600 | asked a question | Using multithreading in opencv Using multithreading in opencv Hello, I am currently trying to use multithreading in opencv. However, this code is not w |
2017-07-01 14:23:18 -0600 | received badge | ● Scholar (source) |
2017-07-01 14:18:24 -0600 | commented question | convert opencv code(c++) code to c Please post the code. |
2017-06-30 04:54:19 -0600 | asked a question | Making Positive Samples Quickly Hello everyone, I am currently trying to make my own haar cascade for detecting fishes. So far, I have collected 65 positive samples. However, this took me a very long time. So I was wondering if there was any fast way to get over 1000 positive samples (as I have noted that this was the recommended number of samples)? Thanks. |
2017-06-20 00:00:57 -0600 | commented answer | Speeding up my code for object recognition Haha thank you for your post... However, I have decided to use the haar classifier method instead (and making my own .xml files) for object detection since you say its abusing the system. Thank you though :) |
2017-06-19 02:45:30 -0600 | commented question | Speeding up my code for object recognition However, on YouTube, I have seen people who has succeeded multiple object detection and their program is quite smooth... |
2017-06-19 02:45:28 -0600 | commented question | Speeding up my code for object recognition what do you mean? |
2017-06-19 02:16:17 -0600 | asked a question | Speeding up my code for object recognition I am working on a multi-object recognition program. I have succeeded recognising two objects. However, the speed of my program is really slow and laggy. Can somebody please tell a way to speed the program up? So far, I have seen that ORB is quite fast at matching features. However, my program is still too slow. I have also noticed that there are three for loops, possibly making the program slow down. Interestingly on YouTube, I have seen videos where the output is really smooth. Is there a way to fix this? Thanks. This is my code: |