EOGrady21 / vprr

Video Plankton Recorder Data Processing
https://eogrady21.github.io/vprr/
Other
2 stars 1 forks source link

Remove dependencies on getRoiMeas #1

Closed EOGrady21 closed 4 years ago

EOGrady21 commented 4 years ago

The getRoiMeas function was an early function in the VPR processing architecture and has been replaced in the processing step but classification check step still relies on it. All reliance on this function should be removed so the function can be deprecated. It is highly unstable and relies on old hard coding which has been replaced by more efficient and generalized code

@kevinsorochan

EOGrady21 commented 4 years ago

This latest commit should remove direct dependency on getRoiMeasurements from new_aids, In the next major update I will remove getRoiMeasurements from EC_functions