The “ch_roi[0][i]
” and “ch_roi[1][i]
” do not make sense.
You should use “ch_roi->at(0)
” and “ch_roi->at(1)
” instead.
Try a simple “analysis skeleton”: dstree->MakeClass();
The “ch_roi[0][i]
” and “ch_roi[1][i]
” do not make sense.
You should use “ch_roi->at(0)
” and “ch_roi->at(1)
” instead.
Try a simple “analysis skeleton”: dstree->MakeClass();