<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Activity for ArUco</title><link>https://sourceforge.net/p/aruco/activity/</link><description>Recent activity for ArUco</description><language>en</language><lastBuildDate>Sun, 06 Jul 2025 07:02:03 -0000</lastBuildDate><item><title>ArUco released /ArucoNano-v6/aruco_nano.h</title><link>https://sourceforge.net/projects/aruco/files/ArucoNano-v6/aruco_nano.h/download</link><description/><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">ArUco</dc:creator><pubDate>Sun, 06 Jul 2025 07:02:03 -0000</pubDate><guid>https://sourceforge.net/projects/aruco/files/ArucoNano-v6/aruco_nano.h/download</guid></item><item><title>ArUco released /ArucoNano-v5/nanofractal.h</title><link>https://sourceforge.net/projects/aruco/files/ArucoNano-v5/nanofractal.h/download</link><description/><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">ArUco</dc:creator><pubDate>Sun, 01 Oct 2023 15:53:02 -0000</pubDate><guid>https://sourceforge.net/projects/aruco/files/ArucoNano-v5/nanofractal.h/download</guid></item><item><title>ArUco released /ArucoNano-v5/aruco_nano.h</title><link>https://sourceforge.net/projects/aruco/files/ArucoNano-v5/aruco_nano.h/download</link><description/><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">ArUco</dc:creator><pubDate>Sun, 01 Oct 2023 15:52:03 -0000</pubDate><guid>https://sourceforge.net/projects/aruco/files/ArucoNano-v5/aruco_nano.h/download</guid></item><item><title>ArUco released /ArucoNano/aruco_nanov5.h</title><link>https://sourceforge.net/projects/aruco/files/ArucoNano/aruco_nanov5.h/download</link><description/><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">ArUco</dc:creator><pubDate>Sun, 01 Oct 2023 15:51:02 -0000</pubDate><guid>https://sourceforge.net/projects/aruco/files/ArucoNano/aruco_nanov5.h/download</guid></item><item><title>ArUco released /ArucoNano/aruco_nano.h</title><link>https://sourceforge.net/projects/aruco/files/ArucoNano/aruco_nano.h/download</link><description/><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">ArUco</dc:creator><pubDate>Sun, 01 Oct 2023 15:49:03 -0000</pubDate><guid>https://sourceforge.net/projects/aruco/files/ArucoNano/aruco_nano.h/download</guid></item><item><title>ArUco released /ArucoNano/aruco_nanov5.h</title><link>https://sourceforge.net/projects/aruco/files/ArucoNano/aruco_nanov5.h/download</link><description/><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">ArUco</dc:creator><pubDate>Sun, 01 Oct 2023 15:48:03 -0000</pubDate><guid>https://sourceforge.net/projects/aruco/files/ArucoNano/aruco_nanov5.h/download</guid></item><item><title>ArUco updated /ArucoNano/aruco_nano.h</title><link>https://sourceforge.net/projects/aruco/files/ArucoNano/aruco_nano.h/download</link><description/><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">ArUco</dc:creator><pubDate>Sun, 01 Oct 2023 09:35:02 -0000</pubDate><guid>https://sourceforge.net/projects/aruco/files/ArucoNano/aruco_nano.h/download</guid></item><item><title>ArUco updated /ArucoNano/aruco_nano.h</title><link>https://sourceforge.net/projects/aruco/files/ArucoNano/aruco_nano.h/download</link><description/><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">ArUco</dc:creator><pubDate>Sun, 01 Oct 2023 09:31:02 -0000</pubDate><guid>https://sourceforge.net/projects/aruco/files/ArucoNano/aruco_nano.h/download</guid></item><item><title>ArUco updated /ArucoNano/aruco_nano.h</title><link>https://sourceforge.net/projects/aruco/files/ArucoNano/aruco_nano.h/download</link><description/><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">ArUco</dc:creator><pubDate>Tue, 25 Jul 2023 06:36:02 -0000</pubDate><guid>https://sourceforge.net/projects/aruco/files/ArucoNano/aruco_nano.h/download</guid></item><item><title>ArUco updated /README</title><link>https://sourceforge.net/projects/aruco/files/README/download</link><description/><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">ArUco</dc:creator><pubDate>Wed, 10 May 2023 09:31:02 -0000</pubDate><guid>https://sourceforge.net/projects/aruco/files/README/download</guid></item><item><title>ArUco updated /ArucoNano/aruco_nano.h</title><link>https://sourceforge.net/projects/aruco/files/ArucoNano/aruco_nano.h/download</link><description/><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">ArUco</dc:creator><pubDate>Wed, 21 Dec 2022 08:26:04 -0000</pubDate><guid>https://sourceforge.net/projects/aruco/files/ArucoNano/aruco_nano.h/download</guid></item><item><title>GistNoesis posted a comment on ticket #63</title><link>https://sourceforge.net/p/aruco/bugs/63/?limit=25#631c/3f1b</link><description>Yeah you are right good catch, my correction is wrong. There is indeed an additional typo on the tl.y &gt;= im_grey.cols check that should be tl.y &gt;= im_grey.rows But I'm still not sure the -1 is enough because in the next lines there is a im_grey.at&lt;uchar&gt;(tl.y+1,tl.x+1) which will be out of bounds because if tl.y == im_grey.rows -1 then tl.y + 1 = im_greys.rows. Thanks&lt;/uchar&gt; Le jeu. 2 juin 2022 à 18:34, John Baldwin baldwj@users.sourceforge.net a écrit : Ah, I was ignoring this error putting the...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">GistNoesis</dc:creator><pubDate>Sat, 04 Jun 2022 15:26:47 -0000</pubDate><guid>https://sourceforge.net/p/aruco/bugs/63/?limit=25#631c/3f1b</guid></item><item><title>John Baldwin posted a comment on ticket #63</title><link>https://sourceforge.net/p/aruco/bugs/63/?limit=25#631c</link><description>Ah, I was ignoring this error putting the tracker in a try catch block. I finally decided to look into it this week. Found a solution and came here to put in a bug report and found that you beet me to the punch :) Anyways I'm curious if -2 is the proper solution. for myself I was changing the check for tl.y to be on the rows rather than the columns. if(tl.y&gt;=im_grey.cols)tl.y=im_grey.rows-1 to if(tl.y&gt;=im_grey.rows)tl.y=im_grey.rows-1 This fix makes sense to me. My rows and columns are different...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">John Baldwin</dc:creator><pubDate>Thu, 02 Jun 2022 16:34:49 -0000</pubDate><guid>https://sourceforge.net/p/aruco/bugs/63/?limit=25#631c</guid></item><item><title>GistNoesis created ticket #64</title><link>https://sourceforge.net/p/aruco/bugs/64/</link><description>Crash in aruco_dcf 2</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">GistNoesis</dc:creator><pubDate>Tue, 31 May 2022 09:20:53 -0000</pubDate><guid>https://sourceforge.net/p/aruco/bugs/64/</guid></item><item><title>GistNoesis created ticket #63</title><link>https://sourceforge.net/p/aruco/bugs/63/</link><description>Crash in aruco_dcf</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">GistNoesis</dc:creator><pubDate>Tue, 31 May 2022 08:57:08 -0000</pubDate><guid>https://sourceforge.net/p/aruco/bugs/63/</guid></item><item><title>ArUco released /ArucoNano/nanofractal.h</title><link>https://sourceforge.nethttps%3A//sourceforge.net/projects/aruco/files/ArucoNano/nanofractal.h/download</link><description/><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">ArUco</dc:creator><pubDate>Wed, 02 Mar 2022 06:11:02 -0000</pubDate><guid>https://sourceforge.net/projects/aruco/files/ArucoNano/nanofractal.h/download</guid></item><item><title>ArUco released /ArucoNano/aruco_nano.h</title><link>https://sourceforge.nethttps%3A//sourceforge.net/projects/aruco/files/ArucoNano/aruco_nano.h/download</link><description/><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">ArUco</dc:creator><pubDate>Wed, 02 Mar 2022 06:11:02 -0000</pubDate><guid>https://sourceforge.net/projects/aruco/files/ArucoNano/aruco_nano.h/download</guid></item><item><title>ArUco released /3.1.15/3.1.15.zip</title><link>https://sourceforge.nethttps%3A//sourceforge.net/projects/aruco/files/3.1.15/3.1.15.zip/download</link><description/><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">ArUco</dc:creator><pubDate>Fri, 18 Feb 2022 14:58:03 -0000</pubDate><guid>https://sourceforge.net/projects/aruco/files/3.1.15/3.1.15.zip/download</guid></item><item><title>ArUco released /3.1.12/nanofractal.h</title><link>https://sourceforge.nethttps%3A//sourceforge.net/projects/aruco/files/3.1.12/nanofractal.h/download</link><description/><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">ArUco</dc:creator><pubDate>Tue, 01 Feb 2022 11:36:04 -0000</pubDate><guid>https://sourceforge.net/projects/aruco/files/3.1.12/nanofractal.h/download</guid></item><item><title>Chiranjeev Prachand posted a comment on ticket #61</title><link>https://sourceforge.net/p/aruco/bugs/61/?limit=25#447b</link><description>I was also getting the same error. I updated my opencv to version 4.5.4 and tried again and it was built successfully.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Chiranjeev Prachand</dc:creator><pubDate>Fri, 10 Dec 2021 08:12:25 -0000</pubDate><guid>https://sourceforge.net/p/aruco/bugs/61/?limit=25#447b</guid></item><item><title>David modified a comment on ticket #60</title><link>https://sourceforge.net/p/aruco/bugs/60/?limit=25#9a1e</link><description>Hi ! Your CPU/Computer mostly affect the processing speed. The pose accuracy is mostly affected by the camera hardware, in particular its resolution (the bigger the better) in comparison to its field of view, as well as the marker distance from the camera (the further away the marker, the more imprecision increases). (And of course the algorithms, but let's consider the ArUco one here). For the choice of camera/CPU, it depends on your goal. The bigger the resolution, the more processing is needed,...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">David</dc:creator><pubDate>Fri, 19 Nov 2021 15:32:41 -0000</pubDate><guid>https://sourceforge.net/p/aruco/bugs/60/?limit=25#9a1e</guid></item><item><title>David modified a comment on ticket #60</title><link>https://sourceforge.net/p/aruco/bugs/60/?limit=25#9a1e</link><description>Hi ! Your CPU/Computer mostly affect the processing speed. The pose accuracy is mostly affected by the camera hardware, in particular its resolution (the bigger the better) related to its field of view, as well as the marker distance from the camera (the further away the marker, the more imprecision increases). (And of course the algorithms, but let's consider the ArUco one here). For the choice of camera/CPU, it depends on your goal. The bigger the resolution, the more processing is needed, the...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">David</dc:creator><pubDate>Fri, 19 Nov 2021 15:20:24 -0000</pubDate><guid>https://sourceforge.net/p/aruco/bugs/60/?limit=25#9a1e</guid></item><item><title>David modified a comment on ticket #60</title><link>https://sourceforge.net/p/aruco/bugs/60/?limit=25#9a1e</link><description>Hi ! Your CPU/Computer mostly affect the processing speed. The pose accuracy is mostly affected by the camera hardware, in particular its resolution (the bigger the better) related to its field of view, as well as the marker distance from the camera (the further away the marker, the more imprecision increases). (Anf of course the algorithms, but let's consider the ArUco one here). For the choice of camera/CPU, it depends on your goal. The bigger the resolution, the more processing is needed, the...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">David</dc:creator><pubDate>Fri, 19 Nov 2021 15:20:15 -0000</pubDate><guid>https://sourceforge.net/p/aruco/bugs/60/?limit=25#9a1e</guid></item><item><title>David modified a comment on ticket #60</title><link>https://sourceforge.net/p/aruco/bugs/60/?limit=25#9a1e</link><description>Hi ! Your CPU/Computer mostly affect the processing speed. The pose accuracy is mostly affected by the camera hardware, in particular its resolution (the bigger the better) and its field of view (the smaller the better), as well as the marker distance from the camera (the further away the marker, the more imprecision increases). For the choice of camera/CPU, it depends on your goal. The bigger the resolution, the more processing is needed, the lower your FPS will be. If you require 30 FPS with a...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">David</dc:creator><pubDate>Fri, 19 Nov 2021 14:33:44 -0000</pubDate><guid>https://sourceforge.net/p/aruco/bugs/60/?limit=25#9a1e</guid></item><item><title>David posted a comment on ticket #60</title><link>https://sourceforge.net/p/aruco/bugs/60/?limit=25#9a1e</link><description>Hi ! Your CPU/Computer mostly affect the processing speed. The pose accuracy is mostly affected by the camera hardware, in particular its resolution (the bigger the better) and its field of view (the smaller the better), as well as the marker distance from the camera (the further away the marker, the more imprecision increases). For the choice of camera/CPU, it depends on your goal. The bigger the resolution, the more processing is needed, the lower your FPS will be. If you require 30 FPS with a...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">David</dc:creator><pubDate>Fri, 19 Nov 2021 14:33:03 -0000</pubDate><guid>https://sourceforge.net/p/aruco/bugs/60/?limit=25#9a1e</guid></item><item><title>Charles Garraud created ticket #62</title><link>https://sourceforge.net/p/aruco/bugs/62/</link><description>Unimplemented interface in MarkerDetector</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Charles Garraud</dc:creator><pubDate>Fri, 15 Oct 2021 08:29:27 -0000</pubDate><guid>https://sourceforge.net/p/aruco/bugs/62/</guid></item><item><title>Lakshmi Prasanna Kachireddy created ticket #61</title><link>https://sourceforge.net/p/aruco/bugs/61/</link><description>Aruco-3.1.12+Ubuntu 18.04</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Lakshmi Prasanna Kachireddy</dc:creator><pubDate>Fri, 30 Jul 2021 15:12:26 -0000</pubDate><guid>https://sourceforge.net/p/aruco/bugs/61/</guid></item><item><title>Hamid Majidi Balanji created ticket #60</title><link>https://sourceforge.net/p/aruco/bugs/60/</link><description>Effects of hardware on pose estimation accurcy</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Hamid Majidi Balanji</dc:creator><pubDate>Sun, 11 Jul 2021 07:30:50 -0000</pubDate><guid>https://sourceforge.net/p/aruco/bugs/60/</guid></item><item><title>Moritz Mähr created ticket #59</title><link>https://sourceforge.net/p/aruco/bugs/59/</link><description>DM_VIDEO_FAST cornerUpsample-Bug and Workaround</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Moritz Mähr</dc:creator><pubDate>Tue, 02 Feb 2021 18:11:39 -0000</pubDate><guid>https://sourceforge.net/p/aruco/bugs/59/</guid></item><item><title>Moritz Mähr posted a comment on ticket #58</title><link>https://sourceforge.net/p/aruco/bugs/58/?limit=25#ffbf</link><description>Hello Robert, It seems like my bug in DM_VIDEO_FAST originates in the "Autosize" feature. Changing the "params.ts" value altering the MinMarkerSize that is used by the implementation of the markerdetector. This breaks the Resize or the ImagePyramid feature resulting in an error in the ID detection even though the contours are detected correctly (as far as i can tell). If you are having troubles with DM_FAST the only change from DM_NORMAL is the ThresholdMethod. markerdetector.cpp line 384-394: "...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Moritz Mähr</dc:creator><pubDate>Mon, 01 Feb 2021 16:10:33 -0000</pubDate><guid>https://sourceforge.net/p/aruco/bugs/58/?limit=25#ffbf</guid></item><item><title>Moritz Mähr modified a comment on ticket #58</title><link>https://sourceforge.net/p/aruco/bugs/58/?limit=25#2fa1</link><description>Hello Robert, i also want to use the Library for the DM_FAST and the DM_VIDEO_FAST modes. DM_FAST works fine for me on my completely new installed Ubuntu 20.04 with OpenCV 3.4.13 and ArUco 3.1.12. However i also noticed DM_VIDEO_FAST not functioning correctly see picture attached. I tried it with and without a camera.yml and in the YT-Videos you can see Rafael Muñoz Salinas using it both ways and it functions correctly. In the Screenshot you can see the purple "show all"-indicators moving in the...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Moritz Mähr</dc:creator><pubDate>Mon, 01 Feb 2021 16:02:11 -0000</pubDate><guid>https://sourceforge.net/p/aruco/bugs/58/?limit=25#2fa1</guid></item><item><title>Moritz Mähr posted a comment on ticket #58</title><link>https://sourceforge.net/p/aruco/bugs/58/?limit=25#2fa1</link><description>Hello Robert, i also want to use the Library for the DM_FAST and the DM_VIDEO_FAST modes. DM_FAST works fine for me on my completely new installed Ubuntu 20.04 with OpenCV 3.4.13 and ArUco 3.1.12. However i also noticed DM_VIDEO_FAST not functioning correctly see picture attached. I tried it with and without a camera.yml and in the YT-Videos you can see Rafael Muñoz Salinas using it both ways and it functions correctly. In the Screenshot you can see the purple "show all"-indicators moving in the...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Moritz Mähr</dc:creator><pubDate>Fri, 29 Jan 2021 17:34:36 -0000</pubDate><guid>https://sourceforge.net/p/aruco/bugs/58/?limit=25#2fa1</guid></item><item><title>Robert Lacroix created ticket #58</title><link>https://sourceforge.net/p/aruco/bugs/58/</link><description>DM_FAST and DM_VIDEO_FAST consistently throw exceptions on detect()</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Robert Lacroix</dc:creator><pubDate>Sun, 13 Dec 2020 00:39:34 -0000</pubDate><guid>https://sourceforge.net/p/aruco/bugs/58/</guid></item><item><title>andrey volodin created ticket #57</title><link>https://sourceforge.net/p/aruco/bugs/57/</link><description>is it possible to recognize 5x5 dictinoary markers with aruco_simple?</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">andrey volodin</dc:creator><pubDate>Mon, 14 Sep 2020 21:12:14 -0000</pubDate><guid>https://sourceforge.net/p/aruco/bugs/57/</guid></item><item><title>doctorseus created ticket #56</title><link>https://sourceforge.net/p/aruco/bugs/56/</link><description>[CMake] v3 can't be build with add_subdirectory anymore (should use PROJECT_SOURCE_DIR)</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">doctorseus</dc:creator><pubDate>Mon, 31 Aug 2020 15:37:50 -0000</pubDate><guid>https://sourceforge.net/p/aruco/bugs/56/</guid></item><item><title>ArUco updated /3.1.12/aruco_nano.h</title><link>https://sourceforge.nethttps%3A//sourceforge.net/projects/aruco/files/3.1.12/aruco_nano.h/download</link><description/><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">ArUco</dc:creator><pubDate>Wed, 26 Aug 2020 08:41:03 -0000</pubDate><guid>https://sourceforge.net/projects/aruco/files/3.1.12/aruco_nano.h/download</guid></item><item><title>ArUco released /3.1.12/aruco_nano.h</title><link>https://sourceforge.nethttps%3A//sourceforge.net/projects/aruco/files/3.1.12/aruco_nano.h/download</link><description/><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">ArUco</dc:creator><pubDate>Fri, 17 Jul 2020 08:04:02 -0000</pubDate><guid>https://sourceforge.net/projects/aruco/files/3.1.12/aruco_nano.h/download</guid></item><item><title>ArUco released /3.1.12/aruco_nano.h</title><link>https://sourceforge.nethttps%3A//sourceforge.net/projects/aruco/files/3.1.12/aruco_nano.h/download</link><description/><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">ArUco</dc:creator><pubDate>Tue, 07 Jul 2020 11:18:06 -0000</pubDate><guid>https://sourceforge.net/projects/aruco/files/3.1.12/aruco_nano.h/download</guid></item><item><title>ArUco released /3.1.12/aruco_nano.h</title><link>https://sourceforge.nethttps%3A//sourceforge.net/projects/aruco/files/3.1.12/aruco_nano.h/download</link><description/><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">ArUco</dc:creator><pubDate>Tue, 07 Jul 2020 11:06:02 -0000</pubDate><guid>https://sourceforge.net/projects/aruco/files/3.1.12/aruco_nano.h/download</guid></item><item><title>SFforum created ticket #55</title><link>https://sourceforge.net/p/aruco/bugs/55/</link><description>[Feature Request] Ground Plane</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">SFforum</dc:creator><pubDate>Fri, 03 Jul 2020 15:26:50 -0000</pubDate><guid>https://sourceforge.net/p/aruco/bugs/55/</guid></item><item><title>ArUco released /3.1.12/aruco-3.1.12.zip</title><link>https://sourceforge.nethttps%3A//sourceforge.net/projects/aruco/files/3.1.12/aruco-3.1.12.zip/download</link><description/><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">ArUco</dc:creator><pubDate>Fri, 12 Jun 2020 08:17:03 -0000</pubDate><guid>https://sourceforge.net/projects/aruco/files/3.1.12/aruco-3.1.12.zip/download</guid></item><item><title>Felix Rothe posted a comment on ticket #54</title><link>https://sourceforge.net/p/aruco/bugs/54/?limit=25#58d4</link><description>Note: Error persists in Aruco 3.1.11</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Felix Rothe</dc:creator><pubDate>Fri, 03 Apr 2020 10:33:21 -0000</pubDate><guid>https://sourceforge.net/p/aruco/bugs/54/?limit=25#58d4</guid></item><item><title>Felix Rothe posted a comment on ticket #54</title><link>https://sourceforge.net/p/aruco/bugs/54/?limit=25#5a8f</link><description>CMakeOutput.log in addition: The system is: Darwin - 18.7.0 - x86_64 Compiling the CXX compiler identification source file "CMakeCXXCompilerId.cpp" succeeded. Compiler: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ Build flags: Id flags: The output was: 0 Compilation of the CXX compiler identification source "CMakeCXXCompilerId.cpp" produced "a.out" The CXX compiler identification is AppleClang, found in "/Users/frothe/Source/aruco-3.1.2/build/CMakeFiles/3.17.0/CompilerIdCXX/a.out"...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Felix Rothe</dc:creator><pubDate>Fri, 03 Apr 2020 09:11:06 -0000</pubDate><guid>https://sourceforge.net/p/aruco/bugs/54/?limit=25#5a8f</guid></item><item><title>Felix Rothe created ticket #54</title><link>https://sourceforge.net/p/aruco/bugs/54/</link><description>CMake Error when building with flag INSTALLl_DOC on</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Felix Rothe</dc:creator><pubDate>Fri, 03 Apr 2020 09:07:50 -0000</pubDate><guid>https://sourceforge.net/p/aruco/bugs/54/</guid></item><item><title>Nnnb19 created ticket #53</title><link>https://sourceforge.net/p/aruco/bugs/53/</link><description>Aruco Visual Studio build errors</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nnnb19</dc:creator><pubDate>Sun, 29 Mar 2020 20:58:27 -0000</pubDate><guid>https://sourceforge.net/p/aruco/bugs/53/</guid></item><item><title>Fan PI created ticket #52</title><link>https://sourceforge.net/p/aruco/bugs/52/</link><description>marker map test feedback</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Fan PI</dc:creator><pubDate>Tue, 24 Mar 2020 11:53:35 -0000</pubDate><guid>https://sourceforge.net/p/aruco/bugs/52/</guid></item><item><title>JCarlos modified a comment on ticket #51</title><link>https://sourceforge.net/p/aruco/bugs/51/?limit=25#51c5</link><description>Yes, it is. I had calibrated the camera with aruco_calibration.exe several times and generated the .yml file. I got an error around 2 . However, to answer you I decided to repeat the whole process, and I got in calibrate an error of 0.6. And, with that new file, it works perfectly! Sorry for the inconvenience, and thanks for responding! :-) You can close the 'issue'. JC PS: I have suspicions about what could have happened... For some reason aruco_calibration.exe doesn't accept my video stream. So...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">JCarlos</dc:creator><pubDate>Wed, 19 Feb 2020 21:26:30 -0000</pubDate><guid>https://sourceforge.net/p/aruco/bugs/51/?limit=25#51c5</guid></item><item><title>JCarlos posted a comment on ticket #51</title><link>https://sourceforge.net/p/aruco/bugs/51/?limit=25#51c5</link><description>Yes, it is. I had calibrated the camera with aruco_calibration.exe several times and generated the .yml file. I got an error around 2 . However, to answer you I decided to repeat the whole process, and I got in calibrate an error of 0.6. And, with that new file, it works perfectly! Sorry for the inconvenience, and thanks for responding! JC PS: I have suspicions about what could have happened... For some reason aruco_calibration.exe doesn't accept my video stream. So I have to generate a video, convert...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">JCarlos</dc:creator><pubDate>Wed, 19 Feb 2020 21:25:06 -0000</pubDate><guid>https://sourceforge.net/p/aruco/bugs/51/?limit=25#51c5</guid></item><item><title>Rafael Munoz-Salinas posted a comment on ticket #51</title><link>https://sourceforge.net/p/aruco/bugs/51/?limit=25#b861</link><description>Did u calibrate the camera? El 18/2/20 a las 14:56, JCarlos escribió: [bugs:#51] https://sourceforge.net/p/aruco/bugs/51/ Bug in aruco::CvDrawingUtils::draw3dAxis and aruco::CvDrawingUtils::draw3dCube (aruco-3.1.11) Status: open Group: v1.0 (example) Created: Tue Feb 18, 2020 01:56 PM UTC by JCarlos Last Updated: Tue Feb 18, 2020 01:56 PM UTC Owner: nobody Attachments: 2020-02-14_134439.png https://sourceforge.net/p/aruco/bugs/51/attachment/2020-02-14_134439.png (578.3 kB; image/png) 2020-02-14_134831.png...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Rafael Munoz-Salinas</dc:creator><pubDate>Wed, 19 Feb 2020 06:14:56 -0000</pubDate><guid>https://sourceforge.net/p/aruco/bugs/51/?limit=25#b861</guid></item><item><title>JCarlos created ticket #51</title><link>https://sourceforge.net/p/aruco/bugs/51/</link><description>Bug in  aruco::CvDrawingUtils::draw3dAxis and aruco::CvDrawingUtils::draw3dCube (aruco-3.1.11)</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">JCarlos</dc:creator><pubDate>Tue, 18 Feb 2020 13:56:37 -0000</pubDate><guid>https://sourceforge.net/p/aruco/bugs/51/</guid></item><item><title>ArUco released /3.1.11/aruco-3.1.11.zip</title><link>https://sourceforge.nethttps%3A//sourceforge.net/projects/aruco/files/3.1.11/aruco-3.1.11.zip/download</link><description/><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">ArUco</dc:creator><pubDate>Tue, 04 Feb 2020 06:32:02 -0000</pubDate><guid>https://sourceforge.net/projects/aruco/files/3.1.11/aruco-3.1.11.zip/download</guid></item><item><title>Rafael Munoz-Salinas posted a comment on ticket #50</title><link>https://sourceforge.net/p/aruco/bugs/50/?limit=25#80d0</link><description>Dictionary is a set of markers. Each library developer has proposed a set of valid markers they detect. I call this a Dictionary of markers. Aruco can detect markers from many others libraries El 17 ene. 2020 4:13, pwd &lt;pwd@users.sourceforge.net&gt; escribió: [bugs:#50] the 'ditionaries' in the file README Status: open Group: v1.0 (example) Created: Fri Jan 17, 2020 03:13 AM UTC by pwd Last Updated: Fri Jan 17, 2020 03:13 AM UTC Owner: nobody Does the 'ditionaries' mean dictionaries in the file README...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Rafael Munoz-Salinas</dc:creator><pubDate>Fri, 17 Jan 2020 07:03:21 -0000</pubDate><guid>https://sourceforge.net/p/aruco/bugs/50/?limit=25#80d0</guid></item><item><title>pwd created ticket #50</title><link>https://sourceforge.net/p/aruco/bugs/50/</link><description>the 'ditionaries' in the file README</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">pwd</dc:creator><pubDate>Fri, 17 Jan 2020 03:13:15 -0000</pubDate><guid>https://sourceforge.net/p/aruco/bugs/50/</guid></item><item><title>ArUco released /3.1.9/aruco-3.1.9.zip</title><link>https://sourceforge.nethttps%3A//sourceforge.net/projects/aruco/files/3.1.9/aruco-3.1.9.zip/download</link><description/><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">ArUco</dc:creator><pubDate>Wed, 08 Jan 2020 12:15:02 -0000</pubDate><guid>https://sourceforge.net/projects/aruco/files/3.1.9/aruco-3.1.9.zip/download</guid></item><item><title>divjak created ticket #49</title><link>https://sourceforge.net/p/aruco/bugs/49/</link><description>3.1.8 build errors with Visual Studio 2017 on Windows 10 x64</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">divjak</dc:creator><pubDate>Tue, 07 Jan 2020 15:44:11 -0000</pubDate><guid>https://sourceforge.net/p/aruco/bugs/49/</guid></item><item><title>duan posted a comment on ticket #46</title><link>https://sourceforge.net/p/aruco/bugs/46/?limit=25#6218</link><description>@cv-hobbyist i have the same problem， anyone have idea。</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">duan</dc:creator><pubDate>Sat, 04 Jan 2020 01:24:24 -0000</pubDate><guid>https://sourceforge.net/p/aruco/bugs/46/?limit=25#6218</guid></item><item><title>Fan PI posted a comment on ticket #48</title><link>https://sourceforge.net/p/aruco/bugs/48/?limit=25#1f5f/f629/c9b5/7d8d</link><description>The project is OK now,thanks for your work.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Fan PI</dc:creator><pubDate>Tue, 12 Nov 2019 09:37:06 -0000</pubDate><guid>https://sourceforge.net/p/aruco/bugs/48/?limit=25#1f5f/f629/c9b5/7d8d</guid></item><item><title>Rafael Munoz-Salinas posted a comment on ticket #48</title><link>https://sourceforge.net/p/aruco/bugs/48/?limit=25#1f5f/f629/c9b5</link><description>Ive uploaded a new version. Let me know if the problem persists. Thanks El 7/11/19 a las 4:42, Fan PI escribió: Sorry for bothering you again.Does the "-s" parameter represent the side length of the outermost maker?If I set the value like that, the 3d cube result picture is totally wrong,but if I set a far more bigger value,the 3d cube result picture is right. *[bugs:#48] https://sourceforge.net/p/aruco/bugs/48/ Fractal Markers project does not use the parameter of markersize * Status: open Group:...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Rafael Munoz-Salinas</dc:creator><pubDate>Fri, 08 Nov 2019 14:25:12 -0000</pubDate><guid>https://sourceforge.net/p/aruco/bugs/48/?limit=25#1f5f/f629/c9b5</guid></item><item><title>ArUco released /3.1.8/aruco3.1.8.zip</title><link>https://sourceforge.nethttps%3A//sourceforge.net/projects/aruco/files/3.1.8/aruco3.1.8.zip/download</link><description/><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">ArUco</dc:creator><pubDate>Fri, 08 Nov 2019 14:24:02 -0000</pubDate><guid>https://sourceforge.net/projects/aruco/files/3.1.8/aruco3.1.8.zip/download</guid></item><item><title>Rafael Munoz-Salinas posted a comment on ticket #48</title><link>https://sourceforge.net/p/aruco/bugs/48/?limit=25#1f5f/f629/66b2</link><description>My phd student has discovered a bug. He is working on that. Thanks for testing. Ill keep u posted El 7 nov. 2019 4:42, Fan PI &lt;pivapi@users.sourceforge.net&gt; escribió:Sorry for bothering you again.Does the "-s" parameter represent the side length of the outermost maker?If I set the value like that, the 3d cube result picture is totally wrong,but if I set a far more bigger value,the 3d cube result picture is right. [bugs:#48] Fractal Markers project does not use the parameter of markersize Status:...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Rafael Munoz-Salinas</dc:creator><pubDate>Thu, 07 Nov 2019 15:48:30 -0000</pubDate><guid>https://sourceforge.net/p/aruco/bugs/48/?limit=25#1f5f/f629/66b2</guid></item><item><title>ArUco released /3.1.7/aruco3.1.7.zip</title><link>https://sourceforge.nethttps%3A//sourceforge.net/projects/aruco/files/3.1.7/aruco3.1.7.zip/download</link><description/><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">ArUco</dc:creator><pubDate>Thu, 07 Nov 2019 07:59:03 -0000</pubDate><guid>https://sourceforge.net/projects/aruco/files/3.1.7/aruco3.1.7.zip/download</guid></item><item><title>Fan PI posted a comment on ticket #48</title><link>https://sourceforge.net/p/aruco/bugs/48/?limit=25#1f5f/f629</link><description>Sorry for bothering you again.Does the "-s" parameter represent the side length of the outermost maker?If I set the value like that, the 3d cube result picture is totally wrong,but if I set a far more bigger value,the 3d cube result picture is right.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Fan PI</dc:creator><pubDate>Thu, 07 Nov 2019 03:42:14 -0000</pubDate><guid>https://sourceforge.net/p/aruco/bugs/48/?limit=25#1f5f/f629</guid></item><item><title>Fan PI posted a comment on ticket #48</title><link>https://sourceforge.net/p/aruco/bugs/48/?limit=25#a2bf</link><description>By the way,the name of zip file may be named "aruco3.1.7.zip",not "aruco3.7.1.zip",thank you again.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Fan PI</dc:creator><pubDate>Thu, 07 Nov 2019 01:28:32 -0000</pubDate><guid>https://sourceforge.net/p/aruco/bugs/48/?limit=25#a2bf</guid></item><item><title>Fan PI posted a comment on ticket #48</title><link>https://sourceforge.net/p/aruco/bugs/48/?limit=25#1f5f/2ce1</link><description>I really appreciate your help.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Fan PI</dc:creator><pubDate>Thu, 07 Nov 2019 00:59:53 -0000</pubDate><guid>https://sourceforge.net/p/aruco/bugs/48/?limit=25#1f5f/2ce1</guid></item><item><title>Rafael Munoz-Salinas posted a comment on ticket #48</title><link>https://sourceforge.net/p/aruco/bugs/48/?limit=25#1f5f</link><description>Problem solved. Thank for your help. Please check the new version 3.1.7. El 6/11/19 a las 5:00, Fan PI escribió: *[bugs:#48] https://sourceforge.net/p/aruco/bugs/48/ Fractal Markers project does not use the parameter of markersize * Status: open Group: v1.0 (example) Labels: Fractal Created: Wed Nov 06, 2019 04:00 AM UTC by Fan PI Last Updated: Wed Nov 06, 2019 04:00 AM UTC Owner: AVA Group Hiya: The Fractal Markers project is wonderful,but I face a problem,in the file of "fractalposetracker.cpp",the...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Rafael Munoz-Salinas</dc:creator><pubDate>Wed, 06 Nov 2019 12:39:16 -0000</pubDate><guid>https://sourceforge.net/p/aruco/bugs/48/?limit=25#1f5f</guid></item><item><title>ArUco released /3.1.7/aruco3.7.1.zip</title><link>https://sourceforge.nethttps%3A//sourceforge.net/projects/aruco/files/3.1.7/aruco3.7.1.zip/download</link><description/><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">ArUco</dc:creator><pubDate>Wed, 06 Nov 2019 12:39:02 -0000</pubDate><guid>https://sourceforge.net/projects/aruco/files/3.1.7/aruco3.7.1.zip/download</guid></item><item><title>Rafael Munoz-Salinas posted a comment on ticket #48</title><link>https://sourceforge.net/p/aruco/bugs/48/?limit=25#2f57</link><description>Thanks a lot, ill check it ritgh now El 6/11/19 a las 5:00, Fan PI escribió: *[bugs:#48] https://sourceforge.net/p/aruco/bugs/48/ Fractal Markers project does not use the parameter of markersize * Status: open Group: v1.0 (example) Labels: Fractal Created: Wed Nov 06, 2019 04:00 AM UTC by Fan PI Last Updated: Wed Nov 06, 2019 04:00 AM UTC Owner: AVA Group Hiya: The Fractal Markers project is wonderful,but I face a problem,in the file of "fractalposetracker.cpp",the function of "FractalPoseTracker::setParams"...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Rafael Munoz-Salinas</dc:creator><pubDate>Wed, 06 Nov 2019 08:23:01 -0000</pubDate><guid>https://sourceforge.net/p/aruco/bugs/48/?limit=25#2f57</guid></item><item><title>Fan PI created ticket #48</title><link>https://sourceforge.net/p/aruco/bugs/48/</link><description>Fractal Markers project does not use  the parameter of markersize </description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Fan PI</dc:creator><pubDate>Wed, 06 Nov 2019 04:00:50 -0000</pubDate><guid>https://sourceforge.net/p/aruco/bugs/48/</guid></item><item><title>ArUco released /3.1.6/aruco3.1.6.zip</title><link>https://sourceforge.nethttps%3A//sourceforge.net/projects/aruco/files/3.1.6/aruco3.1.6.zip/download</link><description/><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">ArUco</dc:creator><pubDate>Wed, 30 Oct 2019 09:01:05 -0000</pubDate><guid>https://sourceforge.net/projects/aruco/files/3.1.6/aruco3.1.6.zip/download</guid></item><item><title>ArUco released /3.1.5/aruco3.1.5.zip</title><link>https://sourceforge.nethttps%3A//sourceforge.net/projects/aruco/files/3.1.5/aruco3.1.5.zip/download</link><description/><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">ArUco</dc:creator><pubDate>Thu, 10 Oct 2019 05:39:02 -0000</pubDate><guid>https://sourceforge.net/projects/aruco/files/3.1.5/aruco3.1.5.zip/download</guid></item><item><title>ArUco released /3.1.4/aruco-3.1.4.zip</title><link>https://sourceforge.nethttps%3A//sourceforge.net/projects/aruco/files/3.1.4/aruco-3.1.4.zip/download</link><description/><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">ArUco</dc:creator><pubDate>Sat, 31 Aug 2019 08:27:03 -0000</pubDate><guid>https://sourceforge.net/projects/aruco/files/3.1.4/aruco-3.1.4.zip/download</guid></item><item><title>matt6801 posted a comment on ticket #41</title><link>https://sourceforge.net/p/aruco/bugs/41/?limit=25#bf26</link><description>Does the change to the GPLv3 license affect the licensing status for the aruco module in OpenCV (https://github.com/opencv/opencv_contrib/tree/master/modules/aruco)? What was the first version of this library to have a GPLv3 license?</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">matt6801</dc:creator><pubDate>Tue, 27 Aug 2019 22:04:31 -0000</pubDate><guid>https://sourceforge.net/p/aruco/bugs/41/?limit=25#bf26</guid></item><item><title>Ember Autumn Rose Leona created ticket #47</title><link>https://sourceforge.net/p/aruco/bugs/47/</link><description>Idea Binary Scoring and OI TOKEN</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Ember Autumn Rose Leona</dc:creator><pubDate>Tue, 27 Aug 2019 12:29:16 -0000</pubDate><guid>https://sourceforge.net/p/aruco/bugs/47/</guid></item><item><title>ArUco released /3.1.3/aruco-3.1.3.zip</title><link>https://sourceforge.nethttps%3A//sourceforge.net/projects/aruco/files/3.1.3/aruco-3.1.3.zip/download</link><description/><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">ArUco</dc:creator><pubDate>Mon, 19 Aug 2019 14:04:03 -0000</pubDate><guid>https://sourceforge.net/projects/aruco/files/3.1.3/aruco-3.1.3.zip/download</guid></item><item><title>cv-hobbyist posted a comment on ticket #41</title><link>https://sourceforge.net/p/aruco/bugs/41/?limit=25#dff0</link><description>Current 3.1.2 release is GPLv3 with obfuscated code. Is it even compatible with the GPLv3 license (SO post)? They have removed old source code that were under a permissive license (BSD2?). All these moves show a nice spirit from them...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">cv-hobbyist</dc:creator><pubDate>Thu, 11 Jul 2019 15:41:25 -0000</pubDate><guid>https://sourceforge.net/p/aruco/bugs/41/?limit=25#dff0</guid></item><item><title>cv-hobbyist posted a comment on ticket #46</title><link>https://sourceforge.net/p/aruco/bugs/46/?limit=25#a4cd</link><description>Image attached since it seems that I cannot edit the ticket...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">cv-hobbyist</dc:creator><pubDate>Mon, 08 Jul 2019 16:16:28 -0000</pubDate><guid>https://sourceforge.net/p/aruco/bugs/46/?limit=25#a4cd</guid></item><item><title>cv-hobbyist created ticket #46</title><link>https://sourceforge.net/p/aruco/bugs/46/</link><description>Fractal marker is not correctly generated</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">cv-hobbyist</dc:creator><pubDate>Mon, 08 Jul 2019 16:13:01 -0000</pubDate><guid>https://sourceforge.net/p/aruco/bugs/46/</guid></item><item><title>Luis posted a comment on ticket #45</title><link>https://sourceforge.net/p/aruco/bugs/45/?limit=25#2fd7</link><description>I have the same problem, also I can't build marker_mapper 1.0.12 with aruco 3.1.2.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Luis</dc:creator><pubDate>Fri, 21 Jun 2019 17:39:21 -0000</pubDate><guid>https://sourceforge.net/p/aruco/bugs/45/?limit=25#2fd7</guid></item><item><title>Steven Cvetko created ticket #45</title><link>https://sourceforge.net/p/aruco/bugs/45/</link><description>ippe.cpp  computeTranslation error</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Steven Cvetko</dc:creator><pubDate>Tue, 04 Jun 2019 18:52:04 -0000</pubDate><guid>https://sourceforge.net/p/aruco/bugs/45/</guid></item><item><title>ArUco released /3.1.2/aruco-3.1.2.zip</title><link>https://sourceforge.nethttps%3A//sourceforge.net/projects/aruco/files/3.1.2/aruco-3.1.2.zip/download</link><description/><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">ArUco</dc:creator><pubDate>Wed, 22 May 2019 06:37:02 -0000</pubDate><guid>https://sourceforge.net/projects/aruco/files/3.1.2/aruco-3.1.2.zip/download</guid></item><item><title>Rafael Munoz-Salinas posted a comment on ticket #44</title><link>https://sourceforge.net/p/aruco/bugs/44/?limit=25#0c25</link><description>Thanks a lot for your help. Im releasing the new version very soon.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Rafael Munoz-Salinas</dc:creator><pubDate>Wed, 22 May 2019 06:28:35 -0000</pubDate><guid>https://sourceforge.net/p/aruco/bugs/44/?limit=25#0c25</guid></item><item><title>Phil  created ticket #44</title><link>https://sourceforge.net/p/aruco/bugs/44/</link><description>3.1.1 windows build errors</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Phil </dc:creator><pubDate>Tue, 21 May 2019 13:53:01 -0000</pubDate><guid>https://sourceforge.net/p/aruco/bugs/44/</guid></item><item><title>ArUco released /3.1.1/aruco-3.1.1.zip</title><link>https://sourceforge.nethttps%3A//sourceforge.net/projects/aruco/files/3.1.1/aruco-3.1.1.zip/download</link><description/><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">ArUco</dc:creator><pubDate>Fri, 10 May 2019 12:17:02 -0000</pubDate><guid>https://sourceforge.net/projects/aruco/files/3.1.1/aruco-3.1.1.zip/download</guid></item><item><title>andrey volodin created ticket #43</title><link>https://sourceforge.net/p/aruco/bugs/43/</link><description>network gstreamer rtsp argument or loopback causes exceptions</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">andrey volodin</dc:creator><pubDate>Mon, 29 Apr 2019 11:34:19 -0000</pubDate><guid>https://sourceforge.net/p/aruco/bugs/43/</guid></item><item><title>Hamid Majidi Balanji created ticket #42</title><link>https://sourceforge.net/p/aruco/bugs/42/</link><description>aruco_mip_36h12_dict (inter-markerdistnace)</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Hamid Majidi Balanji</dc:creator><pubDate>Wed, 03 Apr 2019 05:28:02 -0000</pubDate><guid>https://sourceforge.net/p/aruco/bugs/42/</guid></item><item><title>Fnoop created ticket #41</title><link>https://sourceforge.net/p/aruco/bugs/41/</link><description>3.1.0 missing source code?</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Fnoop</dc:creator><pubDate>Thu, 28 Mar 2019 11:25:44 -0000</pubDate><guid>https://sourceforge.net/p/aruco/bugs/41/</guid></item><item><title>Fnoop created ticket #40</title><link>https://sourceforge.net/p/aruco/bugs/40/</link><description>opencv4 compile error</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Fnoop</dc:creator><pubDate>Fri, 22 Mar 2019 17:47:16 -0000</pubDate><guid>https://sourceforge.net/p/aruco/bugs/40/</guid></item><item><title>Hamid Majidi Balanji posted a comment on ticket #39</title><link>https://sourceforge.net/p/aruco/bugs/39/?limit=25#7903/53bb/d116</link><description>Thank you Rodrigues. Your sent paper and this last sent official documents really served well for me. Best regards, Hamid On Mon, Mar 11, 2019 at 10:09 AM Rodrigo rodriglez@users.sourceforge.net wrote: Here you´ve got some oficial documentation: https://docs.google.com/document/d/1QU9KoBtjSM2kF6ITOjQ76xqL7H0TEtXriJX5kwi9Kgc/edit [bugs:#39] https://sourceforge.net/p/aruco/bugs/39/ Generating a custom dictionary with a good inter-marker distance* Status: open Group: v1.0 (example) Created: Fri Mar...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Hamid Majidi Balanji</dc:creator><pubDate>Mon, 11 Mar 2019 08:13:59 -0000</pubDate><guid>https://sourceforge.net/p/aruco/bugs/39/?limit=25#7903/53bb/d116</guid></item><item><title>Rodrigo posted a comment on ticket #39</title><link>https://sourceforge.net/p/aruco/bugs/39/?limit=25#7903/53bb</link><description>Here you´ve got some oficial documentation: https://docs.google.com/document/d/1QU9KoBtjSM2kF6ITOjQ76xqL7H0TEtXriJX5kwi9Kgc/edit</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Rodrigo</dc:creator><pubDate>Mon, 11 Mar 2019 07:09:26 -0000</pubDate><guid>https://sourceforge.net/p/aruco/bugs/39/?limit=25#7903/53bb</guid></item><item><title>Hamid Majidi Balanji posted a comment on ticket #39</title><link>https://sourceforge.net/p/aruco/bugs/39/?limit=25#7903</link><description>Thank you a lot RODRIGO... great article, By the way, I have one question of you. Do you have any information about the ArUco marker calculation. For example I would like to create a marker configuration like a octagoan shape. Now, how Can I select markers such that errors rates like the inter-marker distances becomes less. On Fri, Mar 8, 2019 at 4:51 PM Rodrigo rodriglez@users.sourceforge.net wrote: [bugs:#39] https://sourceforge.net/p/aruco/bugs/39/ Generating a custom dictionary with a good inter-marker...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Hamid Majidi Balanji</dc:creator><pubDate>Sat, 09 Mar 2019 15:12:05 -0000</pubDate><guid>https://sourceforge.net/p/aruco/bugs/39/?limit=25#7903</guid></item><item><title>Rodrigo created ticket #39</title><link>https://sourceforge.net/p/aruco/bugs/39/</link><description>Generating a custom dictionary with a good inter-marker distance</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Rodrigo</dc:creator><pubDate>Fri, 08 Mar 2019 13:51:17 -0000</pubDate><guid>https://sourceforge.net/p/aruco/bugs/39/</guid></item><item><title>ArUco released /3.1.0/aruco-3.1.0w64.zip</title><link>https://sourceforge.nethttps%3A//sourceforge.net/projects/aruco/files/3.1.0/aruco-3.1.0w64.zip/download</link><description/><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">ArUco</dc:creator><pubDate>Fri, 22 Feb 2019 11:16:02 -0000</pubDate><guid>https://sourceforge.net/projects/aruco/files/3.1.0/aruco-3.1.0w64.zip/download</guid></item><item><title>ArUco released /3.1.0/aruco-3.1.0.zip</title><link>https://sourceforge.nethttps%3A//sourceforge.net/projects/aruco/files/3.1.0/aruco-3.1.0.zip/download</link><description/><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">ArUco</dc:creator><pubDate>Fri, 22 Feb 2019 11:16:02 -0000</pubDate><guid>https://sourceforge.net/projects/aruco/files/3.1.0/aruco-3.1.0.zip/download</guid></item><item><title>Hamid Majidi Balanji posted a comment on ticket #38</title><link>https://sourceforge.net/p/aruco/bugs/38/?limit=25#721a</link><description>Hello David, Thank you for answering. I think my main problem is that I am not adept in CMake. Can you show me or write it as line how should I show my OpenCV directory in CMake. By the way Can I have your CMake as a sample to take help? Best Regards, Hamid</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Hamid Majidi Balanji</dc:creator><pubDate>Fri, 08 Feb 2019 06:14:56 -0000</pubDate><guid>https://sourceforge.net/p/aruco/bugs/38/?limit=25#721a</guid></item><item><title>David posted a comment on ticket #38</title><link>https://sourceforge.net/p/aruco/bugs/38/?limit=25#c7d4</link><description>Hello, I had no issue to install Aruco on W10. I think you just need to include the OpenCV directory inside your path</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">David</dc:creator><pubDate>Thu, 07 Feb 2019 15:13:44 -0000</pubDate><guid>https://sourceforge.net/p/aruco/bugs/38/?limit=25#c7d4</guid></item><item><title>Hamid Majidi Balanji created ticket #38</title><link>https://sourceforge.net/p/aruco/bugs/38/</link><description>ArUco 3.0.13 windows 10 installation</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Hamid Majidi Balanji</dc:creator><pubDate>Fri, 01 Feb 2019 08:50:11 -0000</pubDate><guid>https://sourceforge.net/p/aruco/bugs/38/</guid></item><item><title>Hamid Majidi Balanji created ticket #37</title><link>https://sourceforge.net/p/aruco/bugs/37/</link><description>OpenCV ArUco Dictionaries</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Hamid Majidi Balanji</dc:creator><pubDate>Thu, 24 Jan 2019 12:52:07 -0000</pubDate><guid>https://sourceforge.net/p/aruco/bugs/37/</guid></item><item><title>Hamid Majidi Balanji posted a comment on ticket #36</title><link>https://sourceforge.net/p/aruco/bugs/36/?limit=25#254b</link><description>Hello, Hello David, I solved the problem,. I removed the assert at the begining of the "impl__aruco_getRTMatrix" in posetracker.cpp. And it worked,. Thanks a lot for your comments.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Hamid Majidi Balanji</dc:creator><pubDate>Mon, 21 Jan 2019 13:48:24 -0000</pubDate><guid>https://sourceforge.net/p/aruco/bugs/36/?limit=25#254b</guid></item><item><title>David posted a comment on ticket #36</title><link>https://sourceforge.net/p/aruco/bugs/36/?limit=25#eb80</link><description>Yes to solve the issue you need to modify the source code and rebuild the library. If the problem still persists, I'm not sure what could be the cause. Do you have a different programming environment ? That may be the cause. Initially, to find the error, I observed that the output of tvecs and rvecs using std::cout was correct, but not once set as floats. Do you observe a similar behaviour ?</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">David</dc:creator><pubDate>Mon, 21 Jan 2019 13:08:23 -0000</pubDate><guid>https://sourceforge.net/p/aruco/bugs/36/?limit=25#eb80</guid></item><item><title>Hamid Majidi Balanji posted a comment on ticket #36</title><link>https://sourceforge.net/p/aruco/bugs/36/?limit=25#b520</link><description>Dear friends, I tried both the above method but erroe is still exists??!!!!</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Hamid Majidi Balanji</dc:creator><pubDate>Fri, 18 Jan 2019 17:47:01 -0000</pubDate><guid>https://sourceforge.net/p/aruco/bugs/36/?limit=25#b520</guid></item></channel></rss>