SelectiveSearchSegmentationAddImage Method |
http://www.emgu.com
Add a new image in the list of images to process.
Namespace:
Emgu.CV.XImgproc
Assembly:
Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.0.1.3373 (4.0.1.3373)
Syntaxpublic void AddImage(
IInputArray img
)
Public Sub AddImage (
img As IInputArray
)
public:
void AddImage(
IInputArray^ img
)
member AddImage :
img : IInputArray -> unit
Parameters
- img
- Type: Emgu.CVIInputArray
The image
See Also