Ask Your Question

ahmetozlu's profile - activity

2019-07-29 03:46:23 -0600 asked a question convert .txt to .tiff

convert .txt to .tiff I need to read text from a .txt file and put that content on a canvas and get the final result (te

2019-05-04 13:01:58 -0600 commented question OpenCV Transform Shape with Arbitrary Contour into Rectangle

thanks for your reply but I already tried it however it did not work for my case, you can see the result for the input i

2019-05-04 12:41:25 -0600 asked a question OpenCV Transform Shape with Arbitrary Contour into Rectangle

OpenCV Transform Shape with Arbitrary Contour into Rectangle I want to perform book dewarping, the source image is like

2018-08-15 00:33:46 -0600 received badge  Enthusiast
2018-08-14 13:09:08 -0600 commented question Segmentation of Signature

fixed, many thanks..

2018-08-14 13:08:58 -0600 edited question Segmentation of Signature

Segmentation of Signature I need to get just "signature with white background" from the image is like this: Could you

2018-08-14 13:08:22 -0600 edited question Segmentation of Signature

Background Subtaction of Signature I need to subtract background (some texts and numbers) of signature to get just "sign

2018-08-14 12:57:22 -0600 received badge  Editor (source)
2018-08-14 12:57:22 -0600 edited question Segmentation of Signature

Background Subtaction of Signature I need to subtract background (some texts and numbers) of signature to get just "sign

2018-08-14 12:52:06 -0600 asked a question Segmentation of Signature

Background Subtaction of Signature I need to subtract background (some texts and numbers) of signature to get just "sign

2017-12-26 05:58:53 -0600 asked a question How can Color Histogram perfomed on KNN to classify colors?

How can Color Histogram perfomed on KNN to classify colors? General Topic: Color Matching Application by Feature Extract

2017-07-22 02:25:35 -0600 commented answer Object Detection: Wood boards

Thank you so much for your suggestions!

2017-07-16 14:46:07 -0600 asked a question Object Detection: Wood boards

I have a project which are about object detection (detecting the wood boards).

C:\fakepath\pic1.jpg

C:\fakepath\pic2.jpg

"How can I detect the total number of wood boards?"

I want to analyze the rectangular shapes (wood boards) which is given in the images above, and determine each wood board to find the total number of them.

I thought that detecting rectangles in images can help me to detect rectangle wood boards but I can not detect wood boards although detecting some rectangular shapes in images such as;

C:\fakepath\Screenshot_1.jpg

Do you have any ideas/algorithms/ways to detect wood boards?