Ask Your Question

amahta's profile - activity

2019-03-08 02:20:36 -0600 received badge  Good Answer (source)
2017-12-22 05:07:00 -0600 received badge  Necromancer (source)
2016-11-02 19:34:58 -0600 received badge  Supporter (source)
2016-11-01 18:08:41 -0600 answered a question Error in parameter of traincascade?

Does anybody know how exactly "S" can be calculated? I'm using the good old 0.85 percent of all positives but still I'm wondering, how?!

2016-10-13 13:53:18 -0600 commented answer Haar Training hang after few stages.

I'm sure you're a pro ;) , but not everyone is.

2016-10-12 17:48:29 -0600 commented answer Haar Training hang after few stages.

Excuse me if I don't agree with you on the command line speed part. Cascade Trainer GUI actually uses that same command line tools (opencv_createsamples and opencv_traincascade). With the help of it you just skip playing genius by typing lots and lots of commands. In any case, I'll share the source code in its official page very soon.

2016-10-05 06:13:51 -0600 commented answer Haar Training hang after few stages.

OK Steven, I'll try that. Where should I start? By the way you should also try my tool. I've been using it for a long time but just recently decided to share it with the community.

2016-10-04 12:08:40 -0600 answered a question Haartraining vs Traincascade : Object Detection

Try using my Cascade Trainer GUI for a simple and straightforward tool for training Haar and LBP classifiers. It also helps you skip all the fuss about samples and stuff.

http://amin-ahmadi.com/cascade-traine...

2016-10-04 12:07:36 -0600 answered a question Haar Training hang after few stages.

Try using my Cascade Trainer GUI for a simple and straightforward tool for training Haar and LBP classifiers. It also helps you skip all the fuss about samples and stuff.

http://amin-ahmadi.com/cascade-traine...

2015-10-27 08:50:18 -0600 received badge  Enthusiast
2015-10-26 17:27:09 -0600 answered a question How to connect opencv for qt+android

Take a look at this post:
http://amin-ahmadi.com/2015/06/23/ope...

2015-10-26 17:25:34 -0600 answered a question Qt for android with opencv and windows

I'd suggest you take a look at my post:
http://amin-ahmadi.com/2015/06/23/ope...

Also this is an example application on Google Play written using Qt and OpenCV in Windows.
https://play.google.com/store/apps/de...

2015-10-20 09:14:36 -0600 commented answer Best method to track multiple objects?

@Eduardo your suggestion is noted! I have no problem with the license and I'll share through GitHub next time! :)

2015-10-20 08:28:51 -0600 answered a question Best method to track multiple objects?

Actually you can do multiple object tracking using Camshift. It is also pretty efficient.
I suggest you to take a look at my post in the link below. It contains Executable+Binary of the multiple object tracker program written using Qt and OpenCV.

http://amin-ahmadi.com/2015/10/20/camshift-multiple-trackers-application-and-source-code/

Let me know if you have any problems compiling the source code or running the binary.

2015-10-20 02:43:03 -0600 received badge  Nice Answer (source)
2015-10-19 06:20:46 -0600 answered a question opencv+qt+android
2015-10-19 06:18:32 -0600 answered a question Qt + Android + OpenCV is possible?
2015-10-19 06:09:22 -0600 received badge  Self-Learner (source)
2015-10-19 06:06:28 -0600 received badge  Editor (source)
2015-10-19 06:06:11 -0600 answered a question Image Transformer (Fourier Transform App for Android)
2015-10-16 10:16:06 -0600 received badge  Teacher (source)
2015-10-16 07:31:01 -0600 received badge  Necromancer (source)
2015-10-16 07:20:26 -0600 commented question Image Transformer (Fourier Transform App for Android)

Thanks for reminding @sturkmen
I added my website. Hope it helps.

2015-10-16 07:15:51 -0600 answered a question Informative websites related to OpenCV

My personal website, http://www.amin-ahmadi.com
I share tutorials and source codes of the projects I work on.
Mainly speaking, OpenCV, Qt, Android and such categories.

2015-10-16 06:47:12 -0600 received badge  Student (source)
2015-10-16 05:53:38 -0600 asked a question Image Transformer (Fourier Transform App for Android)

This application (Image Transformer) is created using Qt and OpenCV for Android and it is intended to be used by image processing and machine vision enthusiasts, researchers and university students who need to experiment with Fourier transformation of images.
Source codes and functions used in this application are available for request.
Check out the following post from my website for more information:
http://amin-ahmadi.com/2015/10/16/ima...

2015-10-16 05:51:01 -0600 received badge  Autobiographer