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

Datatypes

wuzweng
Beginner
197 Views
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 Kudos
2 Replies
Vladimir_Dudnik
Employee
197 Views
Hi
please submit your request through technical support, so we will be able to revise it on next version planning stage
Regards,
Vladimir
0 Kudos
Intel_C_Intel
Employee
197 Views
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.
0 Kudos
Reply