Skip to content

Commit

Permalink
add tip
Browse files Browse the repository at this point in the history
Signed-off-by: ijnek <[email protected]>
  • Loading branch information
ijnek committed Oct 11, 2023
1 parent 2e77996 commit 0f17b53
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions cv_bridge/test/utest2.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -297,3 +297,9 @@ INSTANTIATE_TEST_SUITE_P(
testing::ValuesIn(encodingProperties),
testing::ValuesIn(encodingProperties)),
generateName);

// TIP: To test conversion of one cv type to another, run the following.
//
// ./build/cv_bridge/test/cv_bridge-utest --gtest_filter=TestCVConversion.mono8_to_mono16
//
// Replace mono8 with your source encoding, and mono16 with your target encoding

0 comments on commit 0f17b53

Please sign in to comment.