local
This commit is contained in:
parent
4bbc802ee4
commit
65bb11c7ed
@ -81,6 +81,11 @@ class Rect_Evaluator(Evaluator):
|
|||||||
maske_low = np.min(ev_points) >= self.mask
|
maske_low = np.min(ev_points) >= self.mask
|
||||||
maske_high = np.max(ev_points) <= self.mask
|
maske_high = np.max(ev_points) <= self.mask
|
||||||
mask[np.logical_and(maske_high, maske_low)] = nc
|
mask[np.logical_and(maske_high, maske_low)] = nc
|
||||||
|
|
||||||
|
plt.figure()
|
||||||
|
plt.imshow(mask)
|
||||||
|
plt.figure()
|
||||||
|
plt.imshow(self.mask)
|
||||||
return mask
|
return mask
|
||||||
|
|
||||||
def gen_mask_helper(self, img: FFT):
|
def gen_mask_helper(self, img: FFT):
|
||||||
|
Loading…
Reference in New Issue
Block a user