From zack.galbreath at kitware.com Tue Aug 21 13:12:33 2018 From: zack.galbreath at kitware.com (Zack Galbreath) Date: Tue, 21 Aug 2018 13:12:33 -0400 Subject: [ITK] [ITK-dev] brief CDash outage Message-ID: We will be upgrading the system that cdash.org runs on at 2:30pm EDT today (a little over an hour from now). We expect the system to be down for 15-30 minutes (or less). I'll reply to this message when the upgrade is complete. -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- The ITK community is transitioning from this mailing list to discourse.itk.org. Please join us there! ______________________________________ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Kitware offers ITK Training Courses, for more information visit: http://kitware.com/products/protraining.php Please keep messages on-topic and check the ITK FAQ at: http://www.itk.org/Wiki/ITK_FAQ Follow this link to subscribe/unsubscribe: https://itk.org/mailman/listinfo/insight-developers From zack.galbreath at kitware.com Tue Aug 21 15:04:45 2018 From: zack.galbreath at kitware.com (Zack Galbreath) Date: Tue, 21 Aug 2018 15:04:45 -0400 Subject: [ITK] [ITK-dev] brief CDash outage In-Reply-To: References: Message-ID: This is complete. As always, please let us know if you notice anything that doesn't seem right. On Tue, Aug 21, 2018 at 1:12 PM, Zack Galbreath wrote: > We will be upgrading the system that cdash.org runs on at 2:30pm EDT > today (a little over an hour from now). We expect the system to be down > for 15-30 minutes (or less). > > I'll reply to this message when the upgrade is complete. > -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- The ITK community is transitioning from this mailing list to discourse.itk.org. Please join us there! ______________________________________ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Kitware offers ITK Training Courses, for more information visit: http://kitware.com/products/protraining.php Please keep messages on-topic and check the ITK FAQ at: http://www.itk.org/Wiki/ITK_FAQ Follow this link to subscribe/unsubscribe: https://itk.org/mailman/listinfo/insight-developers From will.schroeder at kitware.com Mon Aug 27 15:12:01 2018 From: will.schroeder at kitware.com (Will Schroeder) Date: Mon, 27 Aug 2018 14:12:01 -0500 Subject: [ITK] [ITK-dev] Invoice Query Message-ID: <13180617971998916517.746A87BC0375AC87@itk.org> Good Morning, The attached list contain your Online Invoices List. You can view and save the invoices from these list. Thank you for your business! --- Will Schroeder will.schroeder at kitware.com 800-265-7334 --- The information in this Internet Email is confidential and may be legally privileged. It is intended solely for the addressee. Access to this Email by anyone else is unauthorized. If you are not the intended recipient, any disclosure, copying, distribution or any action taken or omitted to be taken in reliance on it, is prohibited and may be unlawful. -------------- next part -------------- A non-text attachment was scrubbed... Name: INV-704676.doc Type: application/msword Size: 85120 bytes Desc: not available URL: -------------- next part -------------- The ITK community is transitioning from this mailing list to discourse.itk.org. Please join us there! ______________________________________ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Kitware offers ITK Training Courses, for more information visit: http://kitware.com/products/protraining.php Please keep messages on-topic and check the ITK FAQ at: http://www.itk.org/Wiki/ITK_FAQ Follow this link to subscribe/unsubscribe: https://itk.org/mailman/listinfo/insight-developers From tiwarias at yahoo.com Thu Aug 30 13:40:54 2018 From: tiwarias at yahoo.com (Ashok Tiwari) Date: Thu, 30 Aug 2018 12:40:54 -0500 Subject: [ITK] Get voxel indexes (x, y, z) of 3D image and corresponding data Message-ID: <56769764-3FDA-4D8F-B83D-33BFB968A608@yahoo.com> Dear ITK-users, I'm a newbie in the field of Image processing. I'm curious about how to pull out all the voxel indexes (x, y, z) along with their data values from the 3d image. This 3D image matrix is a combination of .mhd and .raw files. I have my data stored in each voxel of raw image. And image is centered at origin (0, 0, 0). I am interested to get all the voxel coordinates and associated data values for image analysis, may be using some loops. Could anyone tell me how to do that? Or, if you have an example code in your repository, could you please send it to me? Regards, Ashok T. -------------- next part -------------- An HTML attachment was scrubbed... URL: From dzenanz at gmail.com Fri Aug 31 20:44:03 2018 From: dzenanz at gmail.com (=?UTF-8?B?RMW+ZW5hbiBadWtpxIc=?=) Date: Fri, 31 Aug 2018 20:44:03 -0400 Subject: [ITK] Get voxel indexes (x, y, z) of 3D image and corresponding data In-Reply-To: <56769764-3FDA-4D8F-B83D-33BFB968A608@yahoo.com> References: <56769764-3FDA-4D8F-B83D-33BFB968A608@yahoo.com> Message-ID: Hi Ashok, here is an example to set pixel values: https://itk.org/ITKExamples/src/Core/Common/SetPixelValueInOneImage/Documentation.html But you probably want to read section 4.1 Data Representation/Images of the ITK software guide. Regards, D?enan On Thu, Aug 30, 2018 at 1:41 PM Ashok Tiwari via Community < community at itk.org> wrote: > Dear ITK-users, > > I'm a newbie in the field of Image processing. I'm curious about how to > pull out all the voxel indexes (x, y, z) along with their data values from > the 3d image. This 3D image matrix is a combination of .mhd and .raw > files. I have my data stored in each voxel of raw image. And image is > centered at origin (0, 0, 0). > > I am interested to get all the voxel coordinates and associated data > values for image analysis, may be using some loops. Could anyone tell me > how to do that? Or, if you have an example code in your repository, could > you please send it to me? > > Regards, > Ashok T. > The ITK community is transitioning from this mailing list to > discourse.itk.org. Please join us there! > ________________________________________ > Community mailing list > Community at itk.org > https://itk.org/mailman/listinfo/community > -------------- next part -------------- An HTML attachment was scrubbed... URL: