MCPcopy Create free account
hub / github.com/NVIDIA/stdexec / apply_blur

Function apply_blur

examples/server_theme/split_bulk.cpp:135–138  ·  view source on GitHub ↗

Apply blur filter on the given image

Source from the content-addressed store, hash-verified

133
134// Apply blur filter on the given image
135auto apply_blur(image const & img) -> image
136{
137 return {"blur / " + img.image_data_};
138}
139
140auto handle_edge_detection_request(http_request const & req) -> ex::sender auto
141{

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected