Coder Social home page Coder Social logo

manageditk's People

Contributors

danmuel avatar

Watchers

 avatar

manageditk's Issues

Deformable Registration

Dear All,

How can I use the Deformable Registration Algorithms from Managed ITK?
I could not see it in the object browser list.

Thank you,

Regards,
Vijay

Original issue reported on code.google.com by [email protected] on 24 Jan 2011 at 8:40

AddAnyEventObserver() call in itkImage.Allocate() prevents finalization

What steps will reproduce the problem?
1. Create an itkImage, call SetRegions(...) and Allocate().
2. Set a break point on the finalizer. If you do not have debugging access to 
the source code, for example, if you 
use the pre-compiled assemblies, create a "class itkImage_Test : itkImage_F3". 
Within thie class, create a "public 
itkImage_Test() : base(itkPixelType.B, 3)" constructor and override the 
finalizer in order to set a break point.
3. "Forget" to properly Dispose() the itkImage before leaving the scope of the 
managed variable.

What is the expected output? What do you see instead?
I would expect the garbage collector to find out about the orphaned managed 
object and to finalize it. However, 
this never happens (until the last line of code has been executed, of course, 
by which time all objects are 
finalized by default). This can lead to memory leaks.

What version of the product are you using? On what operating system?
pre-compiled assemblies: ManagedITK-bin-x86-3.14.0.0.zip
self-built: revision 15 from SVN repository
Windows 7 x64, VS 2008 SP, compiling for x86

Please provide any additional information below.
It seems that itkImage.Allocate() calls itkImage.AddAnyEventObserver(). 
Apparently, this creates some kind of link 
between the managed itkImage and some other code-accessible object, so that the 
itkImage is never really 
"orphaned".

It is interesting to note that calling itkImage.RemoveAllObservers() after 
allocation can solve this problem; that 
is, some time after leaving the scope of the itkImage, the finalization of the 
managed object indeed happens.

Original issue reported on code.google.com by [email protected] on 6 Jun 2010 at 12:27

Issues with itk.Examples.Images.Import1

When I run the provided example itk.Examples.Images.Import1 I receive the 
following error message:
System.IndexOutOfRangeException: Index was outside the bounds of the array.
   at itk.Examples.Images.Import1.Main(String[] args) in C:\ITK\ManagedITK\Examples\Images\itk.Examples.Images.Import1.cs:line 58

I receive a similar error when I build my own importer. Any suggestions?

I have downloaded the latest source code and compiled it for x64. Running on 
win 7. The other examples (that I've tested so far) works as expected.

Thanks,
Daniel

Original issue reported on code.google.com by [email protected] on 2 Feb 2011 at 11:13

Article pp 31 is out of date

Page 31 of the article describes the external project mechanism. It is out of 
date, referring to the old "group/subgroup" setup.

Original issue reported on code.google.com by [email protected] on 20 May 2010 at 4:23

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.