[ITK-users] How to access pixels of a filter's output image?

DVigneault davis.vigneault at gmail.com
Wed Jun 3 12:38:04 EDT 2015


You'll need to call:

closeFilter->Update();

before accessing the pixel data with the iterators, such as immediately
after you set the kernel.

Best,

--Davis



--
View this message in context: http://itk-insight-users.2283740.n2.nabble.com/How-to-access-pixels-of-a-filter-s-output-image-tp7587432p7587433.html
Sent from the ITK Insight Users mailing list archive at Nabble.com.


More information about the Insight-users mailing list