Ask Your Question

AP108's profile - activity

2019-11-22 07:40:55 -0600 received badge  Popular Question (source)
2018-03-22 07:58:54 -0600 commented question Edge/Contour identification

I don't know.. The lines may be broken or of uneven breadth, so something like hough lines may not be suitable. So, my m

2018-03-20 13:12:39 -0600 commented question Edge/Contour identification

I have thought of using some kind of masks which would let only one horizontal line per time to check, but I am not quit

2018-03-20 12:41:46 -0600 commented question Edge/Contour identification

I have thought of using some kind of masks which would let only one horizontal image per time to check, but I am not qui

2018-03-20 12:37:36 -0600 commented answer Edge/Contour identification

First of all, thanks for your reply. Yes, I already have the contours but the problem is that the images donnot have the

2018-03-20 06:44:40 -0600 asked a question Edge/Contour identification

Edge/Contour identification Hello, Let's say we have one original/ prototype image and one for testing as below. A

2018-03-11 18:24:36 -0600 asked a question Contour isolation

Contour isolation Hello, Let's say that I have two similar images, one prototype and one to test, where I have found th

2017-12-19 05:06:55 -0600 commented answer Defect detection on metal Object

Well that's what I suspected, too. At the end, I may have to narrow it down to specific defects at specific regions.

2017-12-19 04:52:08 -0600 commented question Defect detection on metal Object

Thank you very much for your answer. Yes, the distance and orientation of the part is supposed to be the same for each p

2017-12-19 04:38:28 -0600 received badge  Enthusiast
2017-12-18 15:42:10 -0600 edited question Defect detection on metal Object

Defect detection on metal Object Hello, As a part of a project, I have to decide if a metal object has acceptable quali

2017-12-18 15:25:04 -0600 edited question Defect detection on metal Object

Defect detection on metal Object Hello, As a part of a project, I have to decide if a metal object has acceptable quali

2017-12-18 14:59:38 -0600 commented question Defect detection on metal Object

yes, let's say a misformed(or missing) tooth from the row on the right or not a good rim because of a hit or something

2017-12-18 14:56:26 -0600 commented question Defect detection on metal Object

Too general approach?? Looking for specific defect on specific regions is unavoidable?

2017-12-18 14:53:47 -0600 commented question Defect detection on metal Object

Well, my goal is having two images, one of reference part and one of to be tested, in one way to determine if they matc

2017-12-18 14:35:39 -0600 edited question Defect detection on metal Object

Defect detection on metal Object Hello, As a part of a project, I have to decide if a metal object has acceptable quali

2017-12-18 14:30:39 -0600 edited question Defect detection on metal Object

Defect detection on metal Object Hello, As a part of a project, I have to decide if a metal object has acceptable quali

2017-12-18 14:29:11 -0600 edited question Defect detection on metal Object

Defect detection on metal Object Hello, As a part of a project, I have to decide if a metal object has acceptable quali

2017-12-18 14:05:05 -0600 edited question Defect detection on metal Object

Defect detection on metal Object Hello, As a part of a project, based on a reference image like this one (acceptable o

2017-12-18 14:01:07 -0600 asked a question Defect detection on metal Object

Defect detection on metal Object Hello, As a part of a project, based on a reference image like this one image: (accept

2017-12-18 14:01:04 -0600 asked a question Defect detection on metal Object

Defect detection on metal Object Hello, As a part of a project, based on a reference image like this one image: (accept

2017-12-10 06:35:15 -0600 commented question TRAIN_HOG.cpp

Actually, no I don't have sample images, not yet at least. Mainly, I wanted to familiarize with the general steps that h

2017-12-09 15:49:19 -0600 commented answer TRAIN_HOG.cpp

Thank you very much for your answer.

2017-12-09 05:53:42 -0600 marked best answer TRAIN_HOG.cpp

Hello! To begin with, I'm new to the opencv world so my questions about the implementation of train_hog.cpp, may be of basic nature.

A)First of all, in the main() what's the purpose of the line:

                   pos_image_size = pos_image_size / 8 * 8;

B)In the function computeHOGs, the choice of the specific part of the image(instead of starting from 0,0):

             Rect r = Rect(( img_lst[i].cols - wsize.width ) / 2,
                      ( img_lst[i].rows - wsize.height ) / 2,
                      wsize.width,
                      wsize.height);

is done in order to capture the region which probably has more information (a more 'central')?

C)In get_svm_detector function what's the meaning of

           hog_detector[sv.cols] = (float)-rho;

Thanks in advance and sorry for the multiple questions...

2017-12-08 10:15:28 -0600 received badge  Student (source)
2017-12-08 09:06:01 -0600 received badge  Editor (source)
2017-12-08 09:06:01 -0600 edited question TRAIN_HOG.cpp

TRAIN_HOG.cpp Hello! To begin with, I'm new to the opencv world so my questions about the implementation of train_hog.cp

2017-12-08 08:59:32 -0600 commented answer TRAIN_HOG.cpp

Thanks for your immediate answers. 2. Actually I misphrased. We chose the specific start of the Rect (instead of 0,0) in

2017-12-07 23:55:06 -0600 asked a question TRAIN_HOG.cpp

TRAIN_HOG.cpp Hello! To begin with, I'm new to the opencv world so my questions about the implementation of train_hog.cp