- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
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?
コピーされたリンク
2 返答(返信)
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
Hi
please submit your request through technical support, so we will be able to revise it on next version planning stage
Regards,
Vladimir
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
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.
