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