Home
last modified time | relevance | path

Searched refs:image_8_4 (Results 1 – 1 of 1) sorted by relevance

/dports/misc/vxl/vxl-3.3.2/core/vil/tests/
H A Dtest_convert.cxx99 vil_image_view<vxl_byte> image_8_4 = vil_convert_cast(vxl_byte(), image4); in test_convert_diff_types() local
101 TEST("Converting implicitly 16bit RGB to 8bit grey", image_8_4(1, 0), vxl_byte(image_4(1, 0, 1))); in test_convert_diff_types()
104 if (image_8_4) in test_convert_diff_types()
105 vil_print_all(std::cout, image_8_4); in test_convert_diff_types()