~ubuntu-branches/ubuntu/karmic/eikazo/karmic

« back to all changes in this revision

Viewing changes to Eikazo/postprocessing/Threshold.py

  • Committer: Bazaar Package Importer
  • Author(s): Julien BLACHE
  • Date: 2007-01-01 16:05:19 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20070101160519-0ns25jl68t57o918
Tags: 0.5.2-1
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
143
143
                self.offsadj.set_value(val)
144
144
    
145
145
        def writeConfig(self):
146
 
            procinfo.ProcessingProvider.writeConfig(self)
147
146
            self.config.set('postprocessing', 'adaptivethreshold-size',
148
147
                            str(self.averageSize))
149
148
            self.config.set('postprocessing', 'adaptivethreshold-offset',