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.2.0.1010 (2.2.0.1010)
Syntax
C# | Visual Basic | Visual C++ |
public: Image<Gray, unsigned char>^ InRange( Image<TColor, TDepth>^ lower, Image<TColor, TDepth>^ higher )