Ask Your Question

Revision history [back]

Is BindToObject an internal opencv function?

Hi,

I have got a surface pro 4 with openv and visual 2015 and I have got some strange message when I open a videocapture. In console output I can see :

D] fd_params.max_num_faces : 10 @ pvl_face_detection_set_parameters():454
D] new_params.rip_range : 120 @ pvl_face_detection_set_parameters():455
D] fd_params.rip_flag : 59 @ pvl_face_detection_set_parameters():456
D] new_params.rop_range : 90 @ pvl_face_detection_set_parameters():457
D] fd_params.rop_flag : 5 @ pvl_face_detection_set_parameters():458
D] new_params.min_face_ratio : 0.076000 @ pvl_face_detection_set_parameters():459
D] fd_params.min_face_size : 32 @ pvl_face_detection_set_parameters():460
D] new_params.num_rollover_frames : 30 @ pvl_face_detection_set_parameters():461
D] fd_params.max_computable_pixels : 14000 @ pvl_face_detection_set_parameters():462

In debug mode I have found that this function is origin hr = pMoniker->BindToObject(NULL, NULL, IID_IBaseFilter, (void**)gottaFilter);

Is it an opencv function ?

Is BindToObject an internal opencv function?

Hi,

I have got a surface pro 4 with openv and visual 2015 and I have got some strange message when I open a videocapture. In console output I can see :

D] fd_params.max_num_faces : 10 @ pvl_face_detection_set_parameters():454
D] new_params.rip_range : 120 @ pvl_face_detection_set_parameters():455
D] fd_params.rip_flag : 59 @ pvl_face_detection_set_parameters():456
D] new_params.rop_range : 90 @ pvl_face_detection_set_parameters():457
D] fd_params.rop_flag : 5 @ pvl_face_detection_set_parameters():458
D] new_params.min_face_ratio : 0.076000 @ pvl_face_detection_set_parameters():459
D] fd_params.min_face_size : 32 @ pvl_face_detection_set_parameters():460
D] new_params.num_rollover_frames : 30 @ pvl_face_detection_set_parameters():461
D] fd_params.max_computable_pixels : 14000 @ pvl_face_detection_set_parameters():462

In debug mode I have found that this function is origin hr = pMoniker->BindToObject(NULL, NULL, IID_IBaseFilter, (void**)gottaFilter);

Is it an opencv function ?? or may be this

Is BindToObject an internal opencv function?

Hi,

I have got a surface pro 4 with openv and visual 2015 and I have got some strange message when I open a videocapture. In console output I can see :

D] fd_params.max_num_faces : 10 @ pvl_face_detection_set_parameters():454
D] new_params.rip_range : 120 @ pvl_face_detection_set_parameters():455
D] fd_params.rip_flag : 59 @ pvl_face_detection_set_parameters():456
D] new_params.rop_range : 90 @ pvl_face_detection_set_parameters():457
D] fd_params.rop_flag : 5 @ pvl_face_detection_set_parameters():458
D] new_params.min_face_ratio : 0.076000 @ pvl_face_detection_set_parameters():459
D] fd_params.min_face_size : 32 @ pvl_face_detection_set_parameters():460
D] new_params.num_rollover_frames : 30 @ pvl_face_detection_set_parameters():461
D] fd_params.max_computable_pixels : 14000 @ pvl_face_detection_set_parameters():462

In debug mode I have found that this function is origin hr = pMoniker->BindToObject(NULL, NULL, IID_IBaseFilter, (void**)gottaFilter);

Is it an opencv function ? or may be this

I think message is caused by pvl64.dll