Ignore:
Timestamp:
02/06/05 17:40:28 (19 years ago)
Author:
vor010
Message:

SDLineFinder: bug corrections, setOption method
has been added + fitting baseline at each iterations to cope with bad
baselines

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/python_SDLineFinder.cc

    r297 r369  
    4040       class_<SDLineFinder>("linefinder")
    4141         .def( init <> () )
     42         .def("setoptions",&SDLineFinder::setOptions)
    4243         .def("setscan",&SDLineFinder::setScan)
    4344         .def("findlines",&SDLineFinder::findLines)
Note: See TracChangeset for help on using the changeset viewer.