TreeLs ライブラリの treetop 関数を使用しています。私のコードは次のとおりです。
map = treeMap(tls, map.hough(hmin = 4, hmax = 6, hstep = 0.5, min_density = 0.01, max_radius = 0.4, pixel_size = 0.10))
hmax の一部の値でエラーが発生します。
Error in `[.data.table`(data, 1:.N, `:=`(X = round_any(X, factor), Y = round_any(Y, :
i[1] is 1 which is out of range [1,nrow=0]
このエラーの理由は何ですか?