函数原型:
/** brief Pencil-like non-photorealistic line drawingparam src Input 8-bit 3-channel image.
param dst1 Output 8-bit 1-channel image.
param dst2 Output image with the same size and type as src.
param sigma_s %Range between 0 to 200.
pa…
任务描述
编写一个函数实现功能:从字符串中删除指定的字符。同一字母的大、小写按不同字符处理。例如:程序执行时输入字符串:turbo c and Borland c,从键盘输入字符n,则输出后变为:turbo c ad Borlad c。如…