Skip to content
New issue

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

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

Already on GitHub? # to your account

Publishing RGB pointclouds #146

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

alexanderkoumis
Copy link

cloud

@@ -234,14 +237,17 @@ int main( int argc, char** argv )
continue;
}
assert(imageDist.type() == CV_8U);
assert(imageDist.type() == CV_8UC3);

Choose a reason for hiding this comment

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

Shouldn't this line check imageDistRGB's type instead?

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants