Ask Your Question

Antarus's profile - activity

2018-01-09 07:04:32 -0600 commented question Detecting multiple instances of an object

@jpistorino Did exactly that a while ago but the findCountours often found small parts of the whole contour or took into

2018-01-08 04:25:55 -0600 commented question Detecting multiple instances of an object

@sjhalayka Sure thing! I'll post the code later today, or at the most, tomorrow!. @procton Yea, I've looked into that b

2018-01-05 18:29:49 -0600 commented question Detecting multiple instances of an object

I am using C++.

2018-01-05 17:43:24 -0600 asked a question Detecting multiple instances of an object

Detecting multiple instances of an object I'm aware that this question has been asked over and over again and I thorough

2018-01-05 16:11:21 -0600 commented question Advice regarding pattern recognition on images

First of all, Happy New Year! I thank you for your support, I highly appreciate it! The seam cut method presented on tha

2017-12-21 09:11:51 -0600 asked a question imgproc dll error when trying to use findHomography

imgproc dll error when trying to use findHomography I'm having a hard time figuring how to solve the error. The error sh

2017-12-21 09:02:42 -0600 commented question Advice regarding pattern recognition on images

Thank you! The article proved to be really useful!

2017-12-19 09:40:56 -0600 edited question Advice regarding pattern recognition on images

Advice regarding pattern recognition on images I'm trying to extract the pattern from an image of a textile material. Be

2017-12-19 09:30:30 -0600 asked a question Advice regarding pattern recognition on images

Advice regarding pattern recognition on images I'm trying to extract the pattern from an image of a textile material. Be

2017-12-14 10:08:47 -0600 commented answer How to find a part of an image with the highest density of feature matches

I highly appreciate your answer and your help! I thought about that solution too, ending up with one a bit more time eff

2017-12-14 07:46:33 -0600 edited question How to find a part of an image with the highest density of feature matches

How can find a part of an image with the highest density of feature matches As the title says, I want to find the positi

2017-12-14 07:43:17 -0600 edited question How to find a part of an image with the highest density of feature matches

How can find a part of an image with the highest density of feature matches As the title says, I want to find the positi

2017-12-14 07:39:19 -0600 asked a question How to find a part of an image with the highest density of feature matches

How can find a part of an image with the highest density of feature matches As the title says, I want to find the positi

2017-12-14 07:03:54 -0600 received badge  Student (source)
2017-12-14 05:30:22 -0600 received badge  Supporter (source)
2017-12-14 05:30:20 -0600 commented answer Detecting pattern in an image

Thanks a lot! That really helped me and as I'm a beginner in the computer vision development, I had no idea of such a f

2017-12-14 05:28:41 -0600 marked best answer Detecting pattern in an image

I want to detect a repeating pattern in an image. So far I detected the contours for each individual object, separated each of the objects by their contours, ending up with a vector of objects of type A, a vector of objects of type B and so on.

Next I tried getting the pattern by extracting the object with the biggest area, putting it in a rectangle, next selecting one object of each kind which is positioned the closest to the current rectangle. After finding a new object, the rectangle would be resized, covering the new object too. In the end, after going through every type of objects and selecting the closest one to the current rectangle from each, I would end up with a rectangle inside which I would have the pattern found in the image. Pattern

Well, the problem with the method described is that in a pattern image we can have parts of an object at the sides of the image, and I would end up detecting them as a whole new type of object.

As the method described would try to get one of each type of objects inside a rectangle, I end up with a rectangle with the size of the image.

My questions here is, how could I detect a part of an object A, therefore not detecting it as a new type of an object? Also, could the hierarchy returned by the findContours be used in detecting the pattern from an image?

In case anyone has any idea of how I could detect a pattern in an image or is aware of some research paper related to the subject, I would appreciate if you would share it with me.

2017-12-14 05:28:41 -0600 received badge  Scholar (source)
2017-12-14 05:28:10 -0600 received badge  Enthusiast
2017-12-13 05:46:58 -0600 edited question Detecting pattern in an image

Detecting pattern in an image I want to detect a repeating pattern in an image. So far I detected the contours for each

2017-12-13 05:46:00 -0600 asked a question Detecting pattern in an image

Detecting pattern in an image I want to detect a repeating pattern in an image. So far I detected the contours for each

2017-09-27 05:12:15 -0600 received badge  Editor (source)
2017-09-27 05:12:15 -0600 edited question Incorect feature points of akaze feature matching of deformed objects

Incorect feature points of akaze feature matching of deformed objects I'm trying to match the feature points of a deform

2017-09-27 04:54:34 -0600 asked a question Incorect feature points of akaze feature matching of deformed objects

Incorect feature points of akaze feature matching of deformed objects I'm trying to match the feature points of a deform