qpaozixu
qpaozixu
It's only estimatePose"Single"Markers. How could I make MarkerMap and get camera pose not just get camera pose with one mark. Could support these type below? 1.MarkerMap 2.MarkerMapPoseTracker
Actually openCV is support MarkerMap. I could run with c++ on win10. But I don't really know how c# work with openCV, so I buy this plugin to slove my...
erica liu 於 2021年1月8日 週五 下午10:13寫道: > Actually openCV is support MarkerMap. I could run with c++ on win10. > But I don't really know how c# work with openCV,...
MarkerMap is in this folder Enox Software 於 2021年1月9日 週六 上午12:11寫道: > The MarkerMap class is not included in OpenCV's internal Aruco. > https://github.com/opencv/opencv_contrib/search?q=MarkerMap > https://github.com/opencv/opencv_contrib/tree/master/modules/aruco/src > > — >...
How could I get marker IDs and change they to string when I detect these markers? Thanks for your help! erica liu 於 2021年1月9日 週六 上午10:08寫道: > MarkerMap is in...
Oh! I got it (marker ID) erica liu 於 2021年1月9日 週六 上午10:25寫道: > How could I get marker IDs and change they to string when I detect these > markers?...
How could I change marker dict not use resource GridBoard-mx5-my-d marker dict? /*use aruco_mip_36h12_dict to replace GridBoard-mx5*/ erica liu 於 2021年1月9日 週六 上午10:28寫道: > Oh! I got it (marker ID)...
when I import openCVForUnity in ios project it will be crash even though I don't use any thing in this plugin. How could I do? It seem libiconv2.dylib is broken.
Oh I got it. I need to embed opencv2.framework. erica liu 於 2021年1月13日 週三 下午9:40寫道: > when I import openCVForUnity in ios project it will be crash even though I...
When I build project to ios it's failed but it fine in version 2019.2. How could I fix it? failed version : unity 2019.4.17