Login  Register

Mask operation on a stack

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options Options
Embed post
Permalink
Reply | Threaded
Open this post in threaded view
| More
Print post
Permalink

Mask operation on a stack

Pedro J CamelloDr Pedro J Camello
52 posts
Hi all,

I have stacks containing time series  of fluorescent images of cells. I want to set all the area outside the cells (easy to mark manually or thresholding) to a specific value. I can do easily a transform of that area to NaN values with the function included in the Process > Math menu, but I would prefer to set the pixels at a value of my choice.

Is it possible to create a mask and then apply that value to the matching pixels in the stack?

Thanks in advance