Home
last modified time | relevance | path

Searched refs:_overlaps (Results 1 – 3 of 3) sorted by relevance

/external/libxcam/modules/soft/
Dsoft_stitcher.cpp198 Overlap _overlaps [XCAM_STITCH_MAX_CAMERAS]; member in XCam::SoftSitcherPriv::StitcherImpl
345 _overlaps[i].matcher = new CVCapiFeatureMatch; in init_config()
360 _overlaps[i].matcher->set_config (config); in init_config()
361 _overlaps[i].matcher->set_fm_index (i); in init_config()
364 _overlaps[i].blender = create_soft_blender ().dynamic_cast_ptr<SoftBlender>(); in init_config()
365 XCAM_ASSERT (_overlaps[i].blender.ptr ()); in init_config()
366 _overlaps[i].blender->set_callback (blender_cb); in init_config()
367 _overlaps[i].param_map.clear (); in init_config()
511 _overlaps[idx].matcher->reset_offsets (); in feature_match()
512 _overlaps[idx].matcher->optical_flow_feature_match ( in feature_match()
[all …]
/external/libxcam/modules/ocl/
Dcl_image_360_stitch.h87 return _overlaps[img_idx][num]; in get_image_overlap()
135 …Rect _overlaps[XCAM_STITCH_FISHEYE_MAX_NUM][2]; // 2=>Overlap0 and overla… variable
Dcl_image_360_stitch.cpp368 _overlaps[idx][0] = overlap0; in set_image_overlap()
369 _overlaps[idx][1] = overlap1; in set_image_overlap()