ARToolKit | Mailing List Archive |
![]() |
From: | Darran Edmundson <darran@e ............> | Received: | Oct 2, 2006 |
To | artoolkit <artoolkit@h ..................> | ||
Subject: | support for monochrome/grayscale images? | ||
A quick and simple question that seemingly hasn't been asked on the maillist before. Is it true that ARToolkit doesn't support single channel (grayscale) images as input? Looking at the arlabeling source, it appears not ... I just want to check though. Cheers, Darran. -- Darran Edmundson [darran@e ............] Interactive visualization for museums and industry http://www.edmstudio.com |
From: | Daniel Wagner <daniel@i ...............> | Received: | Oct 2, 2006 |
To | artoolkit <artoolkit@h ..................> | ||
Subject: | Re: support for monochrome/grayscale images? | ||
As Phil already mentioned, it is quite simple to add this to ARToolKit. Just look for all source files in the src\AR folder which make use of the AR_DEFAULT_PIXEL_FORMAT macro. If you don't want to code this on your own: ARToolKitPlus already has support for grayscale images... Daniel |
From: | Philip Lamb <phil@e ..........> | Received: | Oct 2, 2006 |
To | artoolkit <artoolkit@h ..................>, Darran Edmundson <darran@e ............> | ||
Subject: | Re: support for monochrome/grayscale images? | ||
No, at present it doesn't, but it would be trivial to backport this from ARToolKit v4 if there is a need. Cheers, Phil. On 02/10/2006, at 7:09 PM, Darran Edmundson wrote: > > A quick and simple question that seemingly hasn't been asked on the > maillist before. Is it true that ARToolkit doesn't support single > channel (grayscale) images as input? Looking at the arlabeling > source, it appears not ... I just want to check though. > > Cheers, > Darran. > > -- > Darran Edmundson [darran@e ............] > Interactive visualization for museums and industry > http://www.edmstudio.com |