Home
last modified time | relevance | path

Searched refs:_feature_match (Results 1 – 2 of 2) sorted by relevance

/external/libxcam/modules/ocl/
Dcl_image_360_stitch.cpp289 _feature_match[i] = new CVFeatureMatch (); in CLImage360Stitch()
290 XCAM_ASSERT (_feature_match[i].ptr ()); in CLImage360Stitch()
291 _feature_match[i]->set_config (get_fm_default_config (res_mode)); in CLImage360Stitch()
292 _feature_match[i]->set_fm_index (i); in CLImage360Stitch()
378 _feature_match[i]->set_ocl (fm_ocl); in set_feature_match_ocl()
390 _feature_match[idx]->set_config (config); in set_feature_match_config()
396 return _feature_match[idx]->get_config (); in get_feature_match_config()
773 if (!_feature_match[i]->is_ocl_path ()) { in execute_done()
819 _feature_match[i]->optical_flow_feature_match ( in sub_handler_execute_done()
Dcl_image_360_stitch.h130 SmartPtr<FeatureMatch> _feature_match[XCAM_STITCH_FISHEYE_MAX_NUM]; variable