We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Algorithm use threshold image for contour generation, turns out the contour will be exactly the same when there are only lumen label
The text was updated successfully, but these errors were encountered:
Write an exception for this case
double vol = [volume of vessel wall] if ( vol == 0 ) { throw ERROR_NO_VESSEL_WALL; }
Sorry, something went wrong.
No branches or pull requests
Algorithm use threshold image for contour generation, turns out the contour will be exactly the same when there are only lumen label
The text was updated successfully, but these errors were encountered: