On 05.06.2012 18:07, Daniel Maleike wrote:
> On 05.06.2012 17:59, Daniel Maleike wrote:
>>
>>>
>>> 2. In our images, tag 0020,0037 (patient orientation) may be missing.
>>> https://github.com/MITK/MITK/blob/master/Core/Code/IO/mitkDicomSeriesReader.cpp#L936
>>
>> This one is harder. The tag is required by the DICOM Image Plane module
>> and without it we cannot make sure that we do not mix images of
>
> One addition: I am aware of Secondary Capture images, and yes, we should
> find a solution to load such images, but I find it a bit hard to come up
> with a general solution because SC images can contain anything. Probably
> the only simple solution would be to load each slice into a single
> mitk::Image?
>
> Daniel
>
>

Hi again,

I thought a bit more about the problem. In my opinion, we cannot accept 
missing spatial information with CT/MR etc., but we should handle 
secondary capture images, which just need to be "visible" in any kind of 
way. We could invent orientations such as (1,0,0,0,1,0) and similar.

I gave this idea a try and it works for d. Clunie's charset images 
(tested only with the French one), which also miss spatial information:

You can check the necessary changes here:

https://github.com/maleike/MITK/commit/d1ab612fc78f93963062c97d7c4d4ac70e5b0876

Would you take a look at the solution and give some feedback? Would the 
change work for your images, too? If so, we should clean up the code and 
get it integrated.


Regards
Daniel


-- 
Dr. Daniel Maleike                           Telefon: + 49 6221 647976 3
Mint Medical GmbH, Friedrich-Ebert-Straße 2, 69221 Dossenheim/Heidelberg
Geschäftsführer: Dr. Matthias Baumhauer
Registergericht Mannheim, HRB 709351

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
mitk-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mitk-users

Reply via email to