예제 #1
0
파일: image.py 프로젝트: AEljarrat/hyperspy
 def adjust_contrast(self):
     ceditor = ImageContrastEditor(self)
     ceditor.edit_traits()
     return ceditor
예제 #2
0
 def adjust_contrast(self):
     ceditor = ImageContrastEditor(self)
     ceditor.edit_traits()
     return ceditor