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