Profiling on Image Stack Low Level Functions


Version: 2022

Type: Features

Category: Programming

Subcategory: General

Jira: ORG-24052


int	MakePixelProfile(int row, int col, OImageMakePixelProfileParams *pstParams, vector &vectOut, vector &vectOutAux = NULL);

int	MakeLineProfile(vector<int> &vnRows, vector<int> &vnCols, OImageMakeLineProfileParams *pstParams, matrix &matOut, matrix &matOutAux = NULL);