AFNI Message Board

Dear AFNI users-

We are very pleased to announce that the new AFNI Message Board framework is up! Please join us at:

https://discuss.afni.nimh.nih.gov

Existing user accounts have been migrated, so returning users can login by requesting a password reset. New users can create accounts, as well, through a standard account creation process. Please note that these setup emails might initially go to spam folders (esp. for NIH users!), so please check those locations in the beginning.

The current Message Board discussion threads have been migrated to the new framework. The current Message Board will remain visible, but read-only, for a little while.

Sincerely, AFNI HQ

History of AFNI updates  

|
October 27, 2015 02:12PM
Hi,

I wish to do an overlay of MRI_IMAGE* on the image viewer.

I am generating an MRI_IMAGE pointer by using THD_extract_float_brick(index,dset) function, where dset is an THD_3dim_dataset pointer to an fmri dataset.
I wish to display this MRI_IMAGE as an overlay image by making some changes to the source code.

Currently i am doing this -

MRI_IMAGE *qim = THD_extract_float_brick(0,qset);
im3d->s123->ovim = qim ;
IM3D_CLEAR_TMASK(im3d) ;
IM3D_CLEAR_THRSTAT(im3d) ;
AFNI_redisplay_func_all( im3d ) ;

But I am unable to get any overlay image. Any help in this regard would be appreciated.

Thanks
Subject Author Posted

Overlay of MRI_IMAGE on the Image Viewers

Rakshit October 27, 2015 02:12PM

Re: Overlay of MRI_IMAGE on the Image Viewers

Emperor Zhark October 28, 2015 09:34AM