Home
last modified time | relevance | path

Searched refs:resampleMethod (Results 1 – 4 of 4) sorted by relevance

/TwlSDK-5.1.0/build/libraries/prc/common/src/
Dprc_algo_common.c562 PRCResampleMethod resampleMethod; in PRCi_ExtractInputPattern_Common() local
569 resampleMethod = PRC_RESAMPLE_DEFAULT_METHOD_COMMON; in PRCi_ExtractInputPattern_Common()
575 resampleMethod = param->resampleMethod; in PRCi_ExtractInputPattern_Common()
631 if (resampleMethod == PRC_RESAMPLE_METHOD_NONE) in PRCi_ExtractInputPattern_Common()
651 if (resampleMethod == PRC_RESAMPLE_METHOD_DISTANCE in PRCi_ExtractInputPattern_Common()
652 || resampleMethod == PRC_RESAMPLE_METHOD_RECURSIVE) in PRCi_ExtractInputPattern_Common()
665 switch (resampleMethod) in PRCi_ExtractInputPattern_Common()
/TwlSDK-5.1.0/include/nitro/prc/
Dalgo_common.h78 PRCResampleMethod resampleMethod; member
/TwlSDK-5.1.0/build/demos/prc/characterRecognition-2/src/
Dmain.c373 inputParam.resampleMethod = PRC_RESAMPLE_METHOD_DISTANCE; in NitroMain()
379 inputParam.resampleMethod = PRC_RESAMPLE_METHOD_ANGLE; in NitroMain()
385 inputParam.resampleMethod = PRC_RESAMPLE_METHOD_RECURSIVE; in NitroMain()
/TwlSDK-5.1.0/build/demos/prc/characterRecognition-1/src/
Dmain.c679 inputParam.resampleMethod = PRC_RESAMPLE_METHOD_RECURSIVE; in RecognizePattern()