Function opencv::core::convert_to_gl_texture_2d

source ·
pub fn convert_to_gl_texture_2d(
    src: &impl ToInputArray,
    texture: &mut impl Texture2DTrait
) -> Result<()>
Expand description

Converts InputArray to Texture2D object.

§Parameters

  • src: - source InputArray.
  • texture: - destination Texture2D object.