Intel® Integrated Performance Primitives
Deliberate problems developing high-performance vision, signal, security, and storage applications.

Datatypes

wuzweng
ビギナー
485件の閲覧回数
Hello!
I dont understand why there are filtering functionswith 32f but no "copyreplicateborder" with 32f.
I did it for myself but it's 1000 times slower because I didn't use MMX or SSE, just C++ code. There is also no way to convert or scale in these directions. The same in Rotate and many other functions. Is there a way I can do it?
0 件の賞賛
2 返答(返信)
Vladimir_Dudnik
従業員
485件の閲覧回数
Hi
please submit your request through technical support, so we will be able to revise it on next version planning stage
Regards,
Vladimir
Intel_C_Intel
従業員
485件の閲覧回数
If you need to apply a filter having src and dst images of the same size you can use fixed filters with Border suffix or separable filters with Border(Pipeline) suffix. No CopyReplicateBorder id necessary in this case. If you prefer to build the border in the memory you can use CopyReplicateBorder_32s functions for 32f data.
返信