Checks that image elements lie between values defined by two images of same size and type
Namespace:
Emgu.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.1.0.649 (2.1.0.649)
Syntax
C# | Visual Basic | Visual C++ |
public: Image<Gray, unsigned char>^ InRange( Image<TColor, TDepth>^ lower, Image<TColor, TDepth>^ higher )