Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: to_OpenCV fails for ImageCache-backed images #4013

Merged
merged 1 commit into from
Oct 14, 2023

Conversation

lgritz
Copy link
Collaborator

@lgritz lgritz commented Oct 12, 2023

We were using parallel_convert_image but not realizing that asking for the IB::localpixels() would give us nullptr for an IC-backed image.

Instead, "wrap" the cv::Mat with an IB and then use IBA::copy(). This handles both in-memory and IC-backed ImageBuf's, and also has many other advantages (such as format conversion) we may wish to take advantage of in the future.

Fixes #3800

We were using parallel_convert_image but not realizing that asking for
the IB::localpixels() would give us nullptr for an IC-backed image.

Instead, "wrap" the cv::Mat with an IB and then use IBA::copy().  This
handles both in-memory and IC-backed ImageBuf's, and also has many
other advantages (such as format conversion) we may wish to take
advantage of in the future.

Signed-off-by: Larry Gritz <lg@larrygritz.com>
@lgritz
Copy link
Collaborator Author

lgritz commented Oct 14, 2023

On #3800, the original reporter of the issue confirms that this patch fixes the problem. Merging.

@lgritz lgritz merged commit 1484315 into AcademySoftwareFoundation:master Oct 14, 2023
23 of 25 checks passed
lgritz added a commit to lgritz/OpenImageIO that referenced this pull request Oct 14, 2023
…reFoundation#4013)

We were using parallel_convert_image but not realizing that asking for
the IB::localpixels() would give us nullptr for an IC-backed image.

Instead, "wrap" the cv::Mat with an IB and then use IBA::copy(). This
handles both in-memory and IC-backed ImageBuf's, and also has many other
advantages (such as format conversion) we may wish to take advantage of
in the future.

Fixes AcademySoftwareFoundation#3800

Signed-off-by: Larry Gritz <lg@larrygritz.com>
@lgritz lgritz deleted the lg-opencv branch October 15, 2023 03:35
lgritz added a commit that referenced this pull request Oct 20, 2023
Testing to make sure we can convert an IC-backed IB to a cv::Mat.

Related to issue #3800 and PR #4013

Signed-off-by: Larry Gritz <lg@larrygritz.com>
lgritz added a commit to lgritz/OpenImageIO that referenced this pull request Oct 20, 2023
…reFoundation#4013)

We were using parallel_convert_image but not realizing that asking for
the IB::localpixels() would give us nullptr for an IC-backed image.

Instead, "wrap" the cv::Mat with an IB and then use IBA::copy(). This
handles both in-memory and IC-backed ImageBuf's, and also has many other
advantages (such as format conversion) we may wish to take advantage of
in the future.

Fixes AcademySoftwareFoundation#3800

Signed-off-by: Larry Gritz <lg@larrygritz.com>
lgritz added a commit to lgritz/OpenImageIO that referenced this pull request Oct 20, 2023
Testing to make sure we can convert an IC-backed IB to a cv::Mat.

Related to issue AcademySoftwareFoundation#3800 and PR AcademySoftwareFoundation#4013

Signed-off-by: Larry Gritz <lg@larrygritz.com>
lgritz added a commit to lgritz/OpenImageIO that referenced this pull request Oct 20, 2023
Testing to make sure we can convert an IC-backed IB to a cv::Mat.

Related to issue AcademySoftwareFoundation#3800 and PR AcademySoftwareFoundation#4013

Signed-off-by: Larry Gritz <lg@larrygritz.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BUG] Access violation using IBA::to_OpenCV() with an ImageCache-backed ImageBuf
1 participant