Ask Your Question

Pigeon's profile - activity

2020-06-14 03:44:41 -0600 asked a question How to know the orientation of ArUco marquers?

How to know the orientation of ArUco marquers? Hello, I'd like to be able to know the orientation (possibly in angles °

2020-06-04 20:20:15 -0600 asked a question Could you explain what detectMarkers() does ? (ArUco)

Could you explain what detectMarkers() does ? (ArUco) Hello, I'd like to understant what does the detectMarkes() method

2020-05-31 11:53:37 -0600 asked a question Can I get the center on an ArUco marquer with detectMarkers() ?

Can I get the center on an ArUco marquer with detectMarkers() ? I'd like to have the coordinates of a marquer's center,

2020-05-31 09:05:12 -0600 received badge  Supporter (source)
2020-05-31 09:05:11 -0600 marked best answer fatal error: opencv2/aruco.hpp: No such file or directory

Hello,

I installed Opencv and it worked just fine when I was working on QR Codes but now that i'm trying to use Aruco Markers I get this error.

Is there something I'm missing? My OpenCV version is the 4.1.0, it says "Compatibility: > OpenCV 3.0" here.

What should I do to fix that?

2020-05-31 09:05:11 -0600 received badge  Scholar (source)
2020-05-31 09:04:55 -0600 commented answer fatal error: opencv2/aruco.hpp: No such file or directory

I had the correct versions, but I had previously built opencv in the same path. Someone told me this: As for why the er

2020-05-30 15:31:13 -0600 commented answer fatal error: opencv2/aruco.hpp: No such file or directory

I just tried to install the 4.3 version with opencv_contrib but i got this error: here (sorry for the image, the forum w

2020-05-30 15:28:30 -0600 commented answer fatal error: opencv2/aruco.hpp: No such file or directory

I just tried to install the 4.3 version with opencv_contrib but i got this error: here (sorry for the image, the forum w

2020-05-30 12:40:52 -0600 edited question fatal error: opencv2/aruco.hpp: No such file or directory

fatal error: opencv2/aruco.hpp: No such file or directory Hello, I installed Opencv and it worked just fine when I was

2020-05-30 12:40:35 -0600 asked a question fatal error: opencv2/aruco.hpp: No such file or directory

fatal error: opencv2/aruco.hpp: No such file or directory Hello, I installed Opencv and it worked just fine when I was

2020-04-23 06:28:49 -0600 commented question How to know the orientation of the QR Code?

oh sorry, i was afraid it was lost behind a bunch new posts

2020-04-19 01:08:14 -0600 asked a question How to know the orientation of the QR Code?

How to know the orientation of the QR Code? I'm using the QRCodeDetector class to get a position on a QR Code. So I use

2020-04-16 17:33:26 -0600 commented answer How to compute the center of a bounding box?

I can't find any getBoundingRect() function.

2020-04-16 17:25:39 -0600 asked a question How to know the orientation of the QR Code?

How to know the orientation of the QR Code? I'm using the QRCodeDetector class to get a position on a QR Code. So I use

2020-04-11 15:05:46 -0600 received badge  Enthusiast
2020-04-10 09:54:23 -0600 asked a question How to know the orientation of the QR Code?

How to know the orientation of the QR Code? Right now i'm using the QRCodeDetector class with the method detectAndDecode

2020-04-06 09:22:19 -0600 asked a question How to know the orientation of the QR Code?

How to know the orientation of the QR Code? Right now i'm using the QRCodeDetector class with the method detectAndDecode

2020-03-26 01:33:21 -0600 received badge  Editor (source)
2020-03-26 01:33:21 -0600 edited question How to compute the center of a bounding box?

How to compute the center of a bounding box? I'm using the QRCodeDetector class to get a position on a SR Code. So I use

2020-03-26 01:32:38 -0600 asked a question How to compute the center of a bounding box?

How to compute the center of a bounding box? I'm using the QRCodeDetector class to get a position on a SR Code. So I use

2020-02-19 16:59:12 -0600 commented question Detect the center of a tag

oh right, i'll give this a try, i had in my mind the shape centroid, but yeah no need to transform it, thx

2020-02-19 14:01:45 -0600 commented question Detect the center of a tag

i'v thought of this, just trasnform the tag into a shape, and get centroid of the shape, but if the image captured as an

2020-02-19 11:57:22 -0600 asked a question Detect the center of a tag

Detect the center of a tag Hello, How would I go about getting the position of the center of a tag (QR Code, AprilTag..