use bandjoin_const from cpp
This commit is contained in:
parent
39ea6ce492
commit
1504fb0249
@ -532,13 +532,13 @@ public:
|
|||||||
VImage
|
VImage
|
||||||
bandjoin( double other, VOption *options = 0 )
|
bandjoin( double other, VOption *options = 0 )
|
||||||
{
|
{
|
||||||
return( bandjoin( this->new_from_image( other ), options ) );
|
return( bandjoin( to_vector( other ), options ) );
|
||||||
}
|
}
|
||||||
|
|
||||||
VImage
|
VImage
|
||||||
bandjoin( std::vector<double> other, VOption *options = 0 )
|
bandjoin( std::vector<double> other, VOption *options = 0 )
|
||||||
{
|
{
|
||||||
return( bandjoin( this->new_from_image( other ), options ) );
|
return( bandjoin_const( other, options ) );
|
||||||
}
|
}
|
||||||
|
|
||||||
std::complex<double> minpos( VOption *options = 0 );
|
std::complex<double> minpos( VOption *options = 0 );
|
||||||
|
Loading…
Reference in New Issue
Block a user