This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

CCS/TDA3XEVM: status = handle->ivision->algProcess where is the realization of function

Part Number: TDA3XEVM

Tool/software: Code Composer Studio

ti_SDK_VISION_03_02_00_00\ti_components\algorithms\eve_sw_01_18_00_00\apps\median_filter  exm   is median_filter_tb.c  

in line 424 status = handle->ivision->algProcess((IVISION_Handle)handle,
    &inBufs, &outBufs, &inArgs, &outArgs);    

but  where is the algProcess fuction

  • Shuai,
    All the applets/algorithms in EVE SW follow ivision interface ( Please refer EVE_Applets_UserGuide.pdf located at apps\docs to understand the details of this interface). This is a function pointer and it is mapped to MEDIAN_FILTER_TI_process function which is located at ( apps/median_filter/algo/src/median_filter_alg.c.

    Regards,
    Anshu