Ask Your Question

EdoTwentySix's profile - activity

2018-04-09 06:50:09 -0600 commented question Speeding up HOG compute in Java

Thanks in advance !

2018-04-09 06:18:44 -0600 commented question Speeding up HOG compute in Java

How can i implement that in my HOG ?

2018-04-09 06:01:44 -0600 commented question Speeding up HOG compute in Java

What a SSE/AVX optimized means ?

2018-04-08 14:26:24 -0600 received badge  Editor (source)
2018-04-08 14:26:24 -0600 edited question Speeding up HOG compute in Java

Speeding up HOG compute in Java I have the phyton code like this def hog_single(img): samples=[] gx = cv2.Sobel(img, cv

2018-04-08 14:25:42 -0600 asked a question Speeding up HOG compute in Java

Speeding up HOG compute in Java I have code like this def hog_single(img): samples=[] gx = cv2.Sobel(img, cv2.CV_32F, 1

2018-04-08 07:01:28 -0600 asked a question How to get fixed sized ROI from findCountours

How to get fixed sized ROI from findCountours I have code like this List<MatOfPoint> kontur = new LinkedList<&

2018-04-06 05:03:50 -0600 commented answer Finding center of Rect

How do this in java ?

2018-03-31 15:43:57 -0600 commented answer OpenCV 3.1.0 Assertion failed checkDetectorSize in cv::HOGDescriptor::setSVMDetector

Full code explained please

2018-03-30 09:50:00 -0600 commented answer SVM predict Assertion failed

Are this works ?

2018-03-30 06:24:11 -0600 commented question Training custom dataset using Histogram of Gradients in java

Thanks before berak

2018-03-30 06:10:55 -0600 commented question Training custom dataset using Histogram of Gradients in java

What the name of IRC Channels ?

2018-03-30 05:46:06 -0600 commented question Training custom dataset using Histogram of Gradients in java

Hello berak can you give to me your contact ? of some social media, i have something to ask you in real time.

2018-03-29 13:38:30 -0600 commented question Custom HOG not detecting features

I confuse about getSupportVector() method, because there is no getSupportVector() method in CvSVM java ? Anybody know wh

2018-03-29 11:40:07 -0600 commented question Custom HOG not detecting features

I hope this works, cause i need it.

2018-03-29 11:33:39 -0600 received badge  Enthusiast
2018-03-25 12:36:00 -0600 commented question Training custom dataset using Histogram of Gradients in java

I dont get it about needed to cropped, btw in classify with SVM from HOG there are positif and negative sample, for 4 ge

2018-03-25 10:38:48 -0600 commented question Training custom dataset using Histogram of Gradients in java

But i want to create my own dataset not from other people dataset. Can i generate my own .xml or .yaml dataset ?

2018-03-25 10:36:31 -0600 commented question Training custom dataset using Histogram of Gradients in java

Actually i need this for hand detection

2018-03-25 10:05:48 -0600 asked a question Training custom dataset using Histogram of Gradients in java

Training custom dataset using Histogram of Gradients in java Hello, anybody know how to create own dataset or own traini

2018-03-23 03:03:07 -0600 asked a question How to do Extrema Detection for SIFT in java ?

How to do Extrema Detection for SIFT in java ? Hey guys i working for implementation of SIFT algorithm with openCV 2.4.9

2018-03-23 02:59:02 -0600 commented question Tutorial skin colour detection in openCV java

Thanks before @phillity

2018-03-12 11:43:57 -0600 asked a question Tutorial skin colour detection in openCV java

Tutorial skin colour detection in openCV java Hello i am sorry if i wrong asking question, but is there a way tutorial t

2018-03-11 07:23:28 -0600 commented question ROI on Hand openCV 2.4.9 Java

Thanks before, but can you answer my question please about make ROI for hand segmentation are it's need dataset first ?

2018-03-11 06:59:54 -0600 commented question ROI on Hand openCV 2.4.9 Java

So what is your recommended IDE for build Hand tracking app with openCV on Java ?

2018-03-11 06:20:48 -0600 asked a question ROI on Hand openCV 2.4.9 Java

ROI on Hand openCV 2.4.9 Java Hello guys, i am looking tutorial to make ROI on hand. i am used java in netbeans for deve