-
- Downloads
fix data race and normalized ct cost
Bug(s) in algorithms::CensusTransform::operator() and/or in parallel2D<>. Some pixels are processed more than once. Fix removes read from *out by using local variable.
!! The university Gitlab servers will be under database migration and maintenance on 6.5. from 08:00 onwards. !!
!! There will be some sporadic server outages of undetermined duration during the day and we suggest you avoid any larger projects or CI/CD runs during this period. !!
!! There will be an announcement here when the maintenance is done. !!
Bug(s) in algorithms::CensusTransform::operator() and/or in parallel2D<>. Some pixels are processed more than once. Fix removes read from *out by using local variable.