Accord.Imaging.Filters.FeaturesMarker.init C# (CSharp) Method

init() private method

private init ( IEnumerable points ) : void
points IEnumerable
return void
        private void init(IEnumerable<SpeededUpRobustFeaturePoint> points)
        {
            this.points = points;

            formatTranslations[PixelFormat.Format8bppIndexed] = PixelFormat.Format24bppRgb;
            formatTranslations[PixelFormat.Format24bppRgb] = PixelFormat.Format24bppRgb;
            formatTranslations[PixelFormat.Format32bppArgb] = PixelFormat.Format32bppArgb;
        }