Emgu.CV.Retina.Run C# (CSharp) Метод

Run() публичный Метод

Method which allows retina to be applied on an input image, after run, encapsulated retina module is ready to deliver its outputs using dedicated acccessors. GetParvo() and GetMagno()
public Run ( byte>.Image image ) : void
image byte>.Image The input image to be processed
Результат void
        public void Run(Image<Bgr, byte> image)
        {
            CvInvoke.CvRetinaRun(_ptr, image);
        }