651f0ca63fc948c5b76a2ecfd9ee6bdfe60b0636,niftynet/engine/image_windows_aggregator.py,WindowAsImageAggregator,_is_stopping_signal,#Any#,84
Before Change
@staticmethod
def _is_stopping_signal(location_vector):
return np.all(location_vector[1:4] + location_vector[4:7]) == 0
class GridSamplesAggregator(ImageWindowsAggregator):
After Change
@staticmethod
def _is_stopping_signal(location_vector):
return np.any(location_vector < 0)
class GridSamplesAggregator(ImageWindowsAggregator):
def __init__(self,
image_reader,
output_path="./",

In pattern: SUPERPATTERN
Frequency: 6
Non-data size: 3
Instances
Project Name: NifTK/NiftyNet
Commit Name: 651f0ca63fc948c5b76a2ecfd9ee6bdfe60b0636
Time: 2017-08-21
Author: wenqi.li@ucl.ac.uk
File Name: niftynet/engine/image_windows_aggregator.py
Class Name: WindowAsImageAggregator
Method Name: _is_stopping_signal
Project Name: aleju/imgaug
Commit Name: e86f2a3fbc69185dfb79cc2fc5f72195cc65e825
Time: 2019-09-21
Author: kontakt@ajung.name
File Name: imgaug/augmenters/flip.py
Class Name:
Method Name: _fliplr_cv2
Project Name: aleju/imgaug
Commit Name: bbc6f5c6bf2b02e415109e2ac3c0a9c4ba440e3c
Time: 2019-09-21
Author: kontakt@ajung.name
File Name: imgaug/augmenters/convolutional.py
Class Name: Convolve
Method Name: _augment_images
Project Name: NifTK/NiftyNet
Commit Name: 651f0ca63fc948c5b76a2ecfd9ee6bdfe60b0636
Time: 2017-08-21
Author: wenqi.li@ucl.ac.uk
File Name: niftynet/engine/image_windows_aggregator.py
Class Name: GridSamplesAggregator
Method Name: _is_stopping_signal
Project Name: chainer/chainercv
Commit Name: 6733506a1c41e153b9a5f70251a4723780806224
Time: 2018-10-25
Author: yuyuniitani@gmail.com
File Name: chainercv/datasets/cub/cub_point_dataset.py
Class Name: CUBPointDataset
Method Name: _get_img_and_annotations
Project Name: aleju/imgaug
Commit Name: a059ea8f1f60de1917f3566e6e523bc698777832
Time: 2019-10-14
Author: kontakt@ajung.name
File Name: imgaug/augmenters/geometric.py
Class Name: PiecewiseAffine
Method Name: _get_transformer