-
- Downloads
refactored img::Point:
- replaced boundary check in operator[] with assert - replaced int data array with int variables (x,y,z) - moved some methods to header to allow inlining - used boost operator for operator implementations - exported x,y,z members to python
Showing
- modules/img/alg/src/convolute.cc 2 additions, 2 deletionsmodules/img/alg/src/convolute.cc
- modules/img/alg/src/correlate.cc 1 addition, 1 deletionmodules/img/alg/src/correlate.cc
- modules/img/base/pymod/export_point.cc 5 additions, 2 deletionsmodules/img/base/pymod/export_point.cc
- modules/img/base/src/point.cc 36 additions, 173 deletionsmodules/img/base/src/point.cc
- modules/img/base/src/point.hh 102 additions, 49 deletionsmodules/img/base/src/point.hh
Loading
Please register or sign in to comment