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

Does this version do not support set ROI feature?If support how can I use it? #151

Closed
ykwang opened this issue Jul 11, 2024 · 2 comments
Labels
question Further information is requested

Comments

@ykwang
Copy link

ykwang commented Jul 11, 2024

Read README carefully first
Star ⭐ this project if you want to ask a question, no star, no answer

Question

Describe the question here

@ykwang ykwang added the question Further information is requested label Jul 11, 2024
@ykwang ykwang changed the title Does this version do not support set ROI feature? Does this version do not support set ROI feature?How can I use it? Jul 11, 2024
@ykwang ykwang changed the title Does this version do not support set ROI feature?How can I use it? Does this version do not support set ROI feature?If support how can I use it? Jul 11, 2024
@ykwang
Copy link
Author

ykwang commented Jul 11, 2024

I want to set a ROI in a image,and copy the other image into the ROI,
because seting the value one by one takes a long time.

@rainyl
Copy link
Owner

rainyl commented Jul 14, 2024

Take a look at

void copyToWithMask(Mat dst, Mat mask) {
cvRun(() => CFFI.Mat_CopyToWithMask(ref, dst.ref, mask.ref));
}

But this API will be deprecated, use copyTo(Mat img, {Mat? mask}) in the future version

@rainyl rainyl closed this as completed Jul 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants