Skip to content

Conversation

@smk2007
Copy link
Member

@smk2007 smk2007 commented Oct 27, 2021

Add OpenCV Interop sample to the gallery

Add a sample to demonstrate how to use OpenCV with Windows ML.
This sample shows how to load and process images in OpenCV by adding salt and pepper noise, as well as denoising with media blur.
Additionally it demonstrates how to perform inference on Windows ML for classification and tensorization.

return E_POINTER;
}

*value = static_cast<uint32_t>(m_p_end - m_p_begin) * sizeof(T);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

get_Capacity() and get_Length() have the same implementation - is that correct? should one by divide by sizeof(T)? if they are the same, can one just call the other?

@smk2007 smk2007 merged commit 1020a0f into master Oct 28, 2021
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.

4 participants