Hi Demet,

this has been on my want-to-do list for extending our tutorials for a while 
(see [1]), but I do not know how soon I will be able to actually write that 
tutorial.

In the meantime one example of this is the DiffusionImaging module, where 
several custom readers are registered. The mitkConnectomicsNetworkReader for 
example is a reader for a custom xml based file type [2]. Remember to add the 
reader to the module activator so it is actually created and thus registers 
itself [3]. By default the readers while only be available once the module 
loads, so you might want to create a separate IO module which autoloads with 
e.g. MitkCore so it is always available (this is how it is done with the 
DiffusionIO Module [4]).

Hope this helps,
Caspar

[1] http://bugs.mitk.org/show_bug.cgi?id=12666
[2] 
http://mitk.org/git/?p=MITK.git;a=blob_plain;f=Modules/DiffusionImaging/DiffusionIO/mitkConnectomicsNetworkReader.cpp;hb=HEAD
[3] 
http://mitk.org/git/?p=MITK.git;a=blob_plain;f=Modules/DiffusionImaging/DiffusionIO/mitkDiffusionModuleActivator.cpp;hb=HEAD
[4] 
http://mitk.org/git/?p=MITK.git;a=blob_plain;f=Modules/DiffusionImaging/DiffusionIO/CMakeLists.txt;hb=HEAD


Von: Demet Yuksel [mailto:demetyuksel1...@gmail.com]
Gesendet: Dienstag, 5. Mai 2015 10:22
An: mitk-users@lists.sourceforge.net
Betreff: [mitk-users] custom reader in mitk

Hi,

We are using MITK in our on going university project. We want to implement our 
custom reader for our custom file extension and register this reader to mitk. I 
was wondering how I can do this. Is there any sample.

Best regards,
Demet Yuksel
Electrical & Electronics Engineering  Dept.
Bogazici University,
Istanbul, Turkey

------------------------------------------------------------------------------
One dashboard for servers and applications across Physical-Virtual-Cloud 
Widest out-of-the-box monitoring support with 50+ applications
Performance metrics, stats and reports that give you Actionable Insights
Deep dive visibility with transaction tracing using APM Insight.
http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
_______________________________________________
mitk-users mailing list
mitk-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mitk-users

Reply via email to