Skip to content

WIP: REFAC : ReadInputListSample refactoring. precompute field's index

Arthur Vincent requested to merge ArthurV/otb:issue1989/ReadingVectors into develop

this merge request refer to the issue : #1989 (closed)

Apparently this line is time consuming

otbVectorPrediction.hxx#L89

The purpose of this MR is to precompute feature's index, like in otbTrainVectorBase.hxx

Tests seems to be OK.

Merge request reports