Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Soma-io: Add ROIs parameters to header #2

Open
denisri opened this issue Oct 30, 2018 · 4 comments
Open

Soma-io: Add ROIs parameters to header #2

denisri opened this issue Oct 30, 2018 · 4 comments
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@denisri
Copy link
Contributor

denisri commented Oct 30, 2018


Author Name: Souedet, Nicolas (@nsouedet)
Original Redmine Issue: 14790, https://bioproj.extra.cea.fr/redmine/issues/14790
Original Date: 2016-05-09


Openslide images (at least CZI files) contain meta information that describe scanned regions of the image.
Do you think that it would be relevant to add this ROIs information to the header ?
An example integration in header could be:

{
  'volume_dimension' : [ 1900, 1402, 1, 1 ],
  'resolutions_dimension' : [ [ 1900, 1402, 1, 1 ] ], 
  'voxel_size' : [ 0.0356863029301167, 0.0355775877833366, 1, 1 ],
  'object_type' : 'Volume',
  'data_type' : 'RGBA',
  'file_type' : 'OpenSlide',
  'rois' : [ { 'type': 'parallelepiped',
               'origin': [ 45.5, 30, 0, 0 ],
               'sizes': [10.4, 5.3, 1, 1] }, 
             { 'type': 'sphere',
               'center': [ 10.3, 7.9, 0, 0 ],
               'radius': 5.2 } ]
}

@denisri
Copy link
Contributor Author

denisri commented Oct 30, 2018


Original Redmine Comment
Author Name: Riviere, Denis (@denisri)
Original Date: 2016-05-09T13:27:15Z


Why not if you have such information. It can always fit in a .minf. The real trouble is to standardize and maintain the consistency of such information.

@denisri
Copy link
Contributor Author

denisri commented Oct 30, 2018


Original Redmine Comment
Author Name: Cointepas, Yann (@sapetnioc)
Original Date: 2016-05-09T13:40:23Z


In your example, I do not understand the meaning of each volume in "rois".
Is it just a series of parametric ROIs connected somehow to the image (i.e.
dependant of the context of creation and use of the image) ?

Yann Cointepas Tel: +33 1 69 08 78 31
CEA - Neurospin Fax: +33 1 69 08 79 80
Bâtiment 145, Point Courrier 156
91191 Gif-sur-Yvette cedex, France

On Mon, May 9, 2016 at 3:09 PM, [email protected] wrote:

La demande #14790 a été soumise par Souedet, Nicolas.

Request #14790: Soma-io: Add ROIs parameters to header
https://bioproj.cea.fr/redmine/issues/14790

  • Auteur: Souedet, Nicolas
  • Statut: New
  • Priorité: Normal
  • Assigné à:
  • Catégorie: soma-io
  • Version cible: soma-trunk

Openslide images (at least CZI files) contain meta information that
describe scanned regions of the image.
Do you think that it would be relevant to add this ROIs information to the
header ?
An example integration in header could be:

{
'volume_dimension' : [ 1900, 1402, 1, 1 ],
'resolutions_dimension' : [ [ 1900, 1402, 1, 1 ] ],
'voxel_size' : [ 0.0356863029301167, 0.0355775877833366, 1, 1 ],
'object_type' : 'Volume',
'data_type' : 'RGBA',
'file_type' : 'OpenSlide',
'rois' : [ { 'type': 'parallelepiped',
'origin': [ 45.5, 30, 0, 0 ],
'sizes': [10.4, 5.3, 1, 1] },
{ 'type': 'sphere',
'center': [ 10.3, 7.9, 0, 0 ],
'radius': 5.2 } ]
}


You have received this notification because you have either subscribed to
it, or are involved in it.
To change your notification preferences, please click here:
https://bioproj.cea.fr/redmine/my/account

@denisri
Copy link
Contributor Author

denisri commented Oct 30, 2018


Original Redmine Comment
Author Name: Souedet, Nicolas (@nsouedet)
Original Date: 2016-05-09T14:19:02Z


Yes it is just a series of parametric ROIs in the image.
The reality is that our scanner generate images that can be sparse and contain only data in some scanned ROIs.
The description of these ROIs can be interesting to use later in some processes.
Please, find attached an example of our data (transparent or black areas are areas that were not scanned).

@ylep ylep added enhancement New feature or request and removed Category: soma-io labels Feb 18, 2020
@sapetnioc
Copy link
Member

@nsouedet , what is the status of this issue ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

4 participants