Type Alias opencv::core::Scalar

source ·
pub type Scalar = Scalar_<f64>;

Aliased Type§

struct Scalar(pub [f64; 4]);

Fields§

§0: [f64; 4]

Trait Implementations§

source§

impl Add<&Mat> for &Scalar

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the + operator.
source§

fn add(self, rhs: &Mat) -> Self::Output

Performs the + operation. Read more
source§

impl Add<&Mat> for Scalar

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the + operator.
source§

fn add(self, rhs: &Mat) -> Self::Output

Performs the + operation. Read more
source§

impl Add<&MatExpr> for &Scalar

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the + operator.
source§

fn add(self, rhs: &MatExpr) -> Self::Output

Performs the + operation. Read more
source§

impl Add<&MatExpr> for Scalar

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the + operator.
source§

fn add(self, rhs: &MatExpr) -> Self::Output

Performs the + operation. Read more
source§

impl Add<Mat> for &Scalar

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the + operator.
source§

fn add(self, rhs: Mat) -> Self::Output

Performs the + operation. Read more
source§

impl Add<Mat> for Scalar

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the + operator.
source§

fn add(self, rhs: Mat) -> Self::Output

Performs the + operation. Read more
source§

impl Add<MatExpr> for &Scalar

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the + operator.
source§

fn add(self, rhs: MatExpr) -> Self::Output

Performs the + operation. Read more
source§

impl Add<MatExpr> for Scalar

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the + operator.
source§

fn add(self, rhs: MatExpr) -> Self::Output

Performs the + operation. Read more
source§

impl Add<MatExprResult<&Mat>> for &Scalar

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the + operator.
source§

fn add(self, rhs: MatExprResult<&Mat>) -> Self::Output

Performs the + operation. Read more
source§

impl Add<MatExprResult<&Mat>> for Scalar

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the + operator.
source§

fn add(self, rhs: MatExprResult<&Mat>) -> Self::Output

Performs the + operation. Read more
source§

impl Add<MatExprResult<&MatExpr>> for &Scalar

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the + operator.
source§

fn add(self, rhs: MatExprResult<&MatExpr>) -> Self::Output

Performs the + operation. Read more
source§

impl Add<MatExprResult<&MatExpr>> for Scalar

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the + operator.
source§

fn add(self, rhs: MatExprResult<&MatExpr>) -> Self::Output

Performs the + operation. Read more
source§

impl Add<MatExprResult<Mat>> for &Scalar

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the + operator.
source§

fn add(self, rhs: MatExprResult<Mat>) -> Self::Output

Performs the + operation. Read more
source§

impl Add<MatExprResult<Mat>> for Scalar

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the + operator.
source§

fn add(self, rhs: MatExprResult<Mat>) -> Self::Output

Performs the + operation. Read more
source§

impl Add<MatExprResult<MatExpr>> for &Scalar

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the + operator.
source§

fn add(self, rhs: MatExprResult<MatExpr>) -> Self::Output

Performs the + operation. Read more
source§

impl Add<MatExprResult<MatExpr>> for Scalar

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the + operator.
source§

fn add(self, rhs: MatExprResult<MatExpr>) -> Self::Output

Performs the + operation. Read more
source§

impl Sub<&Mat> for &Scalar

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the - operator.
source§

fn sub(self, rhs: &Mat) -> Self::Output

Performs the - operation. Read more
source§

impl Sub<&Mat> for Scalar

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the - operator.
source§

fn sub(self, rhs: &Mat) -> Self::Output

Performs the - operation. Read more
source§

impl Sub<&MatExpr> for &Scalar

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the - operator.
source§

fn sub(self, rhs: &MatExpr) -> Self::Output

Performs the - operation. Read more
source§

impl Sub<&MatExpr> for Scalar

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the - operator.
source§

fn sub(self, rhs: &MatExpr) -> Self::Output

Performs the - operation. Read more
source§

impl Sub<Mat> for &Scalar

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the - operator.
source§

fn sub(self, rhs: Mat) -> Self::Output

Performs the - operation. Read more
source§

impl Sub<Mat> for Scalar

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the - operator.
source§

fn sub(self, rhs: Mat) -> Self::Output

Performs the - operation. Read more
source§

impl Sub<MatExpr> for &Scalar

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the - operator.
source§

fn sub(self, rhs: MatExpr) -> Self::Output

Performs the - operation. Read more
source§

impl Sub<MatExpr> for Scalar

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the - operator.
source§

fn sub(self, rhs: MatExpr) -> Self::Output

Performs the - operation. Read more
source§

impl Sub<MatExprResult<&Mat>> for &Scalar

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the - operator.
source§

fn sub(self, rhs: MatExprResult<&Mat>) -> Self::Output

Performs the - operation. Read more
source§

impl Sub<MatExprResult<&Mat>> for Scalar

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the - operator.
source§

fn sub(self, rhs: MatExprResult<&Mat>) -> Self::Output

Performs the - operation. Read more
source§

impl Sub<MatExprResult<&MatExpr>> for &Scalar

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the - operator.
source§

fn sub(self, rhs: MatExprResult<&MatExpr>) -> Self::Output

Performs the - operation. Read more
source§

impl Sub<MatExprResult<&MatExpr>> for Scalar

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the - operator.
source§

fn sub(self, rhs: MatExprResult<&MatExpr>) -> Self::Output

Performs the - operation. Read more
source§

impl Sub<MatExprResult<Mat>> for &Scalar

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the - operator.
source§

fn sub(self, rhs: MatExprResult<Mat>) -> Self::Output

Performs the - operation. Read more
source§

impl Sub<MatExprResult<Mat>> for Scalar

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the - operator.
source§

fn sub(self, rhs: MatExprResult<Mat>) -> Self::Output

Performs the - operation. Read more
source§

impl Sub<MatExprResult<MatExpr>> for &Scalar

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the - operator.
source§

fn sub(self, rhs: MatExprResult<MatExpr>) -> Self::Output

Performs the - operation. Read more
source§

impl Sub<MatExprResult<MatExpr>> for Scalar

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the - operator.
source§

fn sub(self, rhs: MatExprResult<MatExpr>) -> Self::Output

Performs the - operation. Read more