Пример #1
0
 /// <summary>
 /// Return true if the two color equals
 /// </summary>
 /// <param name="other">The other color to compare with</param>
 /// <returns>true if the two color equals</returns>
 public bool Equals(Bgr other)
 {
     return(MCvScalar.Equals(other.MCvScalar));
 }
Пример #2
0
 /// <summary>
 /// Return true if the two color equals
 /// </summary>
 /// <param name="other">The other color to compare with</param>
 /// <returns>true if the two color equals</returns>
 public bool Equals(Rgba other)
 {
    return MCvScalar.Equals(other.MCvScalar);
 }