Spaces:
Configuration error
Configuration error
| namespace rclane { | |
| void normalize_bgr_to_nchw( | |
| const std::uint8_t* bgr, | |
| int source_width, | |
| int source_height, | |
| std::vector<float>& destination | |
| ); | |
| } // namespace rclane | |