Intel® Integrated Performance Primitives
Community support and discussions relating to developing high-performance vision, signal, security, and storage applications.
Announcements
The Intel sign-in experience has changed to support enhanced security controls. If you sign in, click here for more information.

Datatypes

wuzweng
Beginner
116 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
116 Views
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
Employee
116 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.
Reply