Closed thuydotm closed 1 year ago
classify.reclassify() loops through all bins sequentially to search for the correct bin of a pixel value. In case of having many bins, using binary search will help improving the performance significantly.
@thuydotm let's prioritize that...
classify.reclassify() loops through all bins sequentially to search for the correct bin of a pixel value. In case of having many bins, using binary search will help improving the performance significantly.