From an array of image classifications, take the votes for each pixel and return a single image
with each pixel classified as the class that had the most votes.
From an array of image classifications, take the votes for each pixel and return a single image
with the binned pixel classified as the class that had the most votes.
From an array of image classifications, take the votes for each pixel and return a single image
with each pixel classified as the class that had the most votes.
Do timecourse analysis of the area that is 1 in masks[0] for each condition relative to a baseline area that is 1 in masks[0],
averaged between baselineStart and baselineEnd.