branch.py 文件源码

python
阅读 31 收藏 0 点赞 0 评论 0

项目:SamuROI 作者: samuroi 项目源码 文件源码
def linescan(self, data, mask):
        """
        Calculate the trace for all children and return a 2D array of traces.
        :param data: the data to apply on.
        :param mask: some additional overlay mask
        :return: 2D numpy array holding traces for all children
        """
        return numpy.row_stack((child(data, mask) for child in self.segments))
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号