Home
last modified time | relevance | path

Searched refs:to_vectorv (Results 1 – 3 of 3) sorted by relevance

/dports/graphics/vips/vips-8.12.0/cplusplus/
H A DREADME.md137 pass a `std::vector<double>` too: the utility function `VImage::to_vectorv()`
177 VImage xyz = VImage::xyz (256, 256) - VImage::to_vectorv (2, 128.0, 128.0);
184 VImage xyz = VImage::xyz (256, 256) - VImage::to_vectorv (2, 128.0, 128.0);
H A DVImage.cpp61 to_vectorv( int n, ... ) in to_vectorv() function
77 return( to_vectorv( 1, value ) ); in to_vector()
/dports/graphics/vips/vips-8.12.0/cplusplus/include/vips/
H A DVImage8.h46 VIPS_CPLUSPLUS_API std::vector<double> to_vectorv( int n, ... );
986 return( new_from_image( to_vectorv( 1, pixel ) ) ); in new_from_image()