Ask Your Question

essamzaky's profile - activity

2020-11-28 03:40:19 -0600 received badge  Nice Question (source)
2020-10-05 06:08:04 -0600 received badge  Popular Question (source)
2020-09-21 16:36:21 -0600 commented question How to pre-process images for OCR ?

I think it deserve to try Machine learning to detect the noise type in the image , it's good idea and it can be area of

2020-08-19 09:58:57 -0600 commented answer Calculating a template matching similarity score?

Try to use cv2.TM_CCOEFF_NORMED method = cv2.TM_CCOEFF_NORMED res = cv2.matchTemplate(img,template,method) min_val, max

2020-06-24 12:04:39 -0600 edited question What are the differences between OpenCV 4.x and 3.x

What are the difference between OpenCV 4.x and 3.x I see that there are two branches for OpenCV 4.x and 3.x What are the

2020-06-24 12:04:21 -0600 edited question What are the differences between OpenCV 4.x and 3.x

What are the difference between OpenCV 4.x and 3.x I see that there are two branches for OpenCV 4.x and 3.x What are the

2020-06-24 11:55:31 -0600 asked a question What are the differences between OpenCV 4.x and 3.x

What are the difference between OpenCV 4.x and 3.x I see that there are two branches for OpenCV 4.x and 3.x What are the

2020-06-09 09:46:24 -0600 commented answer Calculating a template matching similarity score?

Please upload your code and test images to check

2020-03-01 05:26:15 -0600 commented question Tutorial for creating deep NN model for a dataset and use it in Opencv

thanks @LBerger

2020-03-01 04:14:54 -0600 commented question Tutorial for creating deep NN model for a dataset and use it in Opencv

@LBerger If i create and train model in Tensorflow , what is the steps to use it in OpenCV

2020-03-01 00:27:58 -0600 asked a question Tutorial for creating deep NN model for a dataset and use it in Opencv

Tutorial for creating deep NN model for a dataset and use it in Opencv I have a data set of images and want classify , i

2019-12-15 04:21:43 -0600 commented question Missing region when used findcontours

Thanks @LBerger , i was thinking that RETR_EXTERNAL working as RETR_CCOMP , but RETR_EXTERNAL retrieves only the outer c

2019-12-15 00:56:11 -0600 edited answer How to eliminate small contours in a binary image?

I will write some other methods to find the largest contour the first method use flooFill to eliminate small regions the

2019-12-15 00:54:11 -0600 edited answer How to eliminate small contours in a binary image?

I will write some other methods to find the largest contour the first method use flooFill to eliminate small regions the

2019-12-15 00:52:15 -0600 edited question Missing region when used findcontours

Missing region when used findcontours While i was playing to answer the following question link text i notices that ther

2019-12-15 00:50:10 -0600 edited answer How to eliminate small contours in a binary image?

I will write some other methods to find the largest contour the first method use flooFill to eliminate small regions the

2019-12-14 15:23:03 -0600 asked a question Missing region when used findcontours

Missing region when used findcontours While i was playing to answer the following question link text i notices that ther

2019-12-14 14:47:51 -0600 answered a question How to eliminate small contours in a binary image?

I will write some other methods to find the largest contour the first method use flooFill to eliminate small regions the

2019-10-23 20:34:05 -0600 received badge  Necromancer (source)
2019-10-22 01:03:34 -0600 received badge  Notable Question (source)
2019-10-21 12:48:23 -0600 commented question opencv and tesseract on windows

@strukmen i found your message in junk , are you avaliable now ? i will send Teamviewer session for you

2019-10-21 10:01:26 -0600 commented question opencv and tesseract on windows

@sturkmen i'm still trying to build without success , would you help

2019-10-20 11:27:44 -0600 commented question opencv and tesseract on windows

@sturkmen thanks for your help , but i can not get your email , how i can get it ?,here it's my email essamzaky@hotmail.

2019-10-20 06:34:05 -0600 commented question MatchTemplate and get matching score or confidence hint

when normalize is uncommented i receive value of the dConfidence equal to 1 for all objects , but when comment normalize

2019-10-20 06:33:37 -0600 commented question MatchTemplate and get matching score or confidence hint

when normalize is unchecked i receive value of the dConfidence equal to 1 for all objects , but when comment normalize t

2019-10-20 06:27:52 -0600 answered a question Calculating a template matching similarity score?

It seems you are using the documentation sample normalize in this samples makes the matching score always equal to one

2019-10-20 06:12:20 -0600 asked a question MatchTemplate and get matching score or confidence hint

MatchTemplate and get matching score or confidence hint I read the matchtemplate tutorial in the documenation , when i

2019-10-20 05:01:23 -0600 commented question opencv and tesseract on windows

@sturkmen yes i'm using Window and Visual Studio

2019-10-20 05:00:27 -0600 commented question opencv and tesseract on windows

@strukmen yes i'm using Window and Visual Studio

2019-10-19 05:54:36 -0600 commented question opencv and tesseract on windows

@sturkmen Would you write steps and prerequisites to build openCV + Tesseract I has cloned OpenCV 4.1.2 , Tesseract5.0 a

2019-10-08 11:54:23 -0600 commented question wrong result when Port code from OpenCV V2.3 into OpenCV 4.1.2

i'm try to build object detection application and Patch is the object image you need to find in the scene , it takes tha

2019-10-08 11:46:17 -0600 commented question wrong result when Port code from OpenCV V2.3 into OpenCV 4.1.2

Yes the scene image is png and the object image (Patch to detect is jpg) i use the same images in OpenCV 2.3 , but the f

2019-10-08 11:19:34 -0600 commented question wrong result when Port code from OpenCV V2.3 into OpenCV 4.1.2

Thanx @LBerger , the default values are different , i hade updated the following line to take same values as Opencv v2.3

2019-10-08 10:25:41 -0600 asked a question wrong result when Port code from OpenCV V2.3 into OpenCV 4.1.2

wrong result when Port code from OpenCV V2.3 into OpenCV 4.1.2 I have the following code written and tested by using ope

2019-05-02 01:23:19 -0600 received badge  Popular Question (source)
2019-04-27 15:21:06 -0600 received badge  Famous Question (source)
2018-01-30 09:06:35 -0600 received badge  Notable Question (source)
2017-11-07 12:32:51 -0600 received badge  Popular Question (source)
2017-10-25 07:22:17 -0600 commented answer How to detect circles with +/-5% error margin?

good to know it works with you , would you up vote the answer

2017-10-23 09:40:50 -0600 answered a question Opencv output not matching examples

I think you can convert image to black and while before executing the laplacian function . note the image is degraded so

2017-10-23 09:25:40 -0600 answered a question How to detect circles with +/-5% error margin?

You can try watershed to segment the image into pieces see the following link Watershed

2017-08-02 17:24:15 -0600 received badge  Nice Answer (source)
2017-07-31 15:27:11 -0600 received badge  Popular Question (source)
2017-07-25 09:50:24 -0600 marked best answer Why there are two versions of OpenCV 3.x and 2.4.xx ?

Why there are two versions of openCV 3.x and 2.4.xx ? I 'm still confused , which one should I select , the two versions seems to be active , is there any plan to stop one of them , what is the rule used to select which version is suitable for my application.

2017-04-21 03:16:08 -0600 received badge  Famous Question (source)
2017-01-12 11:41:49 -0600 commented question Problems with feature detection and Homography

The images are not attached , please add it again

2017-01-09 07:13:23 -0600 answered a question How to extract white paper from image
2016-12-26 08:26:38 -0600 edited answer rectA & rectB not working

you can do the following checking to detect if there is intersection between the two rectangles or not

BOOL IsOverLap(RECT A, RECT B)
{
    //return true if there is overlapping between the two rectangles
    return ! (A.top > B.bottom || A.bottom < B.top || A.left > B.right || A.right < B.left);
}

Edit 26/12/2016

And here it is the implemetation by using cv::Rect

BOOL IsOverLapCV(Rect A, Rect B)
{
    //return true if there is overlapping between the two rectangles
    return ! (A.y > (B.y + B.height) || (A.y + A.height) < B.y || A.x > (B.x + B.width) || (A.x + A.width) < B.x);
}