BinWangApr2014SaliencySetImageSize Method |
http://www.emgu.com
set the correct size (taken from the input image) in the corresponding variables that will be used to size the data structures of the algorithm.
Namespace:
Emgu.CV.Saliency
Assembly:
Emgu.CV.World (in Emgu.CV.World.dll) Version: 3.3.0.2824 (3.3.0.2824)
Syntaxpublic void SetImageSize(
int width,
int height
)
Public Sub SetImageSize (
width As Integer,
height As Integer
)
public:
void SetImageSize(
int width,
int height
)
member SetImageSize :
width : int *
height : int -> unit
Parameters
- width
- Type: SystemInt32
[Missing <param name="width"/> documentation for "M:Emgu.CV.Saliency.BinWangApr2014Saliency.SetImageSize(System.Int32,System.Int32)"]
- height
- Type: SystemInt32
[Missing <param name="height"/> documentation for "M:Emgu.CV.Saliency.BinWangApr2014Saliency.SetImageSize(System.Int32,System.Int32)"]
See Also