Cargo Features
[dependencies]
cudarse-npp = { version = "0.1.0", default-features = false, features = ["static", "ial", "icc", "idei", "if", "ig", "ist", "isu"] }
- default = static
-
The
staticfeature is set by default whenevercudarse-nppis added withoutsomewhere in the dependency tree.default-features = false - static default
-
Static linking against cuda libraries
Enables static of cudarse-npp-sys
- ial
-
Image Arithmetic and Logical operations
Enables ial of cudarse-npp-sys
Affects
image::ial… - icc
-
Image Color Conversions
Enables icc of cudarse-npp-sys
Affects
image::icc… - idei
-
Image Data Exchange and Initialization
Enables idei of cudarse-npp-sys
Affects
image::idei… - if
-
Image Filtering
Enables if of cudarse-npp-sys
Affects
image::if_… - ig
-
Image Gometric transforms (resize, transforms)
Enables ig of cudarse-npp-sys
Affects
image::ig… - ist
-
Image Statistics
Enables ist of cudarse-npp-sys
Affects
image::ist… - isu
-
Image Support functions (malloc & free)
Enables isu of cudarse-npp-sys
Affects
ial::Mul.mul_new,idei::ConvertChannel.convert_channel_new,idei::Convert.convert_new,idei::Scale.scale_float_new,idei::Transpose.transpose_new,if_::FilterGaussBorder.filter_gauss_border_new,ig::Resize.resize_new,ig::ResizeSqrPixel.resize_sqr_pixel_new,image::isu,image::Img.malloc_same_size…