MCPcopy Create free account
hub / github.com/HyperInspire/InspireFace / main

Function main

cpp/sample/cpp_api/cpp_nexus_process.cpp:20–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18}
19
20int main() {
21 // Create image processor
22 auto processor = inspire::nexus::ImageProcessor::Create(inspire::Launch::IMAGE_PROCESSING_RGA);
23 test_resize(processor, 4);
24 test_resize(processor, 16);
25 // wrong aligned width
26 test_resize(processor, 7);
27
28 return 0;
29}

Callers

nothing calls this directly

Calls 1

test_resizeFunction · 0.85

Tested by

no test coverage detected