davisking / dlib

A toolkit for making real world machine learning and data analysis applications in C++

Home Page:http://dlib.net

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Buffer read interface for load_image

jason-richards opened this issue · comments

In order for dlib to decode images; it is necessary to write the image to disk before passing it to dlib - or manipulate the image data as an OpenCV matrix. This is a request to add buffer read interface to load_image. Maybe support std::istream?

Hi, load_jpeg and load_png support loading from a buffer.

Warning: this issue has been inactive for 35 days and will be automatically closed on 2022-07-31 if there is no further activity.

If you are waiting for a response but haven't received one it's possible your question is somehow inappropriate. E.g. it is off topic, you didn't follow the issue submission instructions, or your question is easily answerable by reading the FAQ, dlib's official compilation instructions, dlib's API documentation, or a Google search.

Warning: this issue has been inactive for 43 days and will be automatically closed on 2022-07-31 if there is no further activity.

If you are waiting for a response but haven't received one it's possible your question is somehow inappropriate. E.g. it is off topic, you didn't follow the issue submission instructions, or your question is easily answerable by reading the FAQ, dlib's official compilation instructions, dlib's API documentation, or a Google search.

Notice: this issue has been closed because it has been inactive for 45 days. You may reopen this issue if it has been closed in error.