ARToolKit | Mailing List Archive |
![]() |
From: | Daniel Wagner <daniel@i ...............> | Received: | Jun 7, 2006 |
To | ARToolKit Mailinglist <artoolkit@h ..................> | ||
Subject: | Re: how to get more precise and stable marker info? | ||
liying wrote: > when using "arDetectMarker(dataPtr, thresh, &marker_info, > &marker_num)" to get marker infomation from the "dataPtr" abtained > from arVideoGetImage() , is it feasible to track more precisely and > stable by enlarging the captured image size? If you mean changing the camera setting to use a higher resolution, then yes this should improve results... Daniel |
From: | liying <liying@v ................> | Received: | Jun 7, 2006 |
To | ARToolKit Mailinglist <artoolkit@h ..................> | ||
Subject: | how to get more precise and stable marker info? | ||
hi all, when using "arDetectMarker(dataPtr, thresh, &marker_info, &marker_num)" to get marker infomation from the "dataPtr" abtained from arVideoGetImage() , is it feasible to track more precisely and stable by enlarging the captured image size? |
From: | liying <liying@v ................> | Received: | Jun 7, 2006 |
To | Daniel Wagner <daniel@i ...............> | ||
Subject: | Re: how to get more precise and stable marker info? | ||
Daniel Wagner wrote: >liying wrote: > > >>when using "arDetectMarker(dataPtr, thresh, &marker_info, >>&marker_num)" to get marker infomation from the "dataPtr" abtained >>from arVideoGetImage() , is it feasible to track more precisely and >>stable by enlarging the captured image size? >> >> >If you mean changing the camera setting to use a higher resolution, then >yes this should improve results... > >Daniel > > > > i don't know if only changing vconf 's "-width" and "-height" is ok? thank you. |