| MatInRange Method | 
 Overload List
Overload List| Name | Description | |
|---|---|---|
|  | InRange(InputArray, InputArray) | 
            set mask elements for those array elements which are within the element-specific bounding box (dst = lowerb <= src && src < upperb)
             | 
|  | InRange(Scalar, Scalar) | 
            set mask elements for those array elements which are within the element-specific bounding box (dst = lowerb <= src && src < upperb)
             | 
 See Also
See Also