bytedeco/javacv

about opencv_dnn.blobFromImages

Open

#1,608 opened on Mar 19, 2021

View on GitHub
 (3 comments) (0 reactions) (0 assignees)Java (1,583 forks)batch import
help wantedquestion

Repository metrics

Stars
 (6,985 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

opencv_dnn.blobFromImages method supports multiple pictures inference at the same time. Is it necessary to put at least two pictures? I found that when I put in only one picture, I didn't get the result I wanted. It's OK to put in more than one picture.

Contributor guide