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

MaskImageFast Error #84

Open
soopamanluva opened this issue Dec 28, 2020 · 0 comments
Open

MaskImageFast Error #84

soopamanluva opened this issue Dec 28, 2020 · 0 comments

Comments

@soopamanluva
Copy link

Hello. there is an error I can't overcome for quite some time now.
ERROR OpenCvSharp.OpenCVException: 'scn == m.cols || scn + 1 == m.cols' ERROR
when i try to calculate DVH

in SliceContourMeta MaskImageFast method
using (var pointMat = new Mat(new[] { ContourPoints.Count }, points.ToArray()))
{
var inerse = txMatrix.Inv();
var txPointMat = pointMat.Transform(txMatrix.Inv()); <------ error happens here
txPointMat.GetArray(out allPoints);
}
Thanks in advance for help.
Best regards

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

No branches or pull requests

1 participant