2022-08-30から1日間の記事一覧

任意のフレームを画像にする using (VideoCapture videoCapture = new VideoCapture(filepath)) { Mat img = new Mat(); if (!videoCapture.IsOpened()) { Console.WriteLine("file not opend!"); return; } Bitmap bitmap; int frameCount = videoCapture.F…