<< cv_warpAffine_path ComputerVision

ComputerVision >> ComputerVision > cv_zeros

cv_zeros

"Returns array of zeros"

Calling Sequence

"mat"=cv_zeros("rows","cols","type1")

Arguments

"rows"

"number of rows"

"cols"

"number of columns"

"type1"

"1 for float64 or 2 for unsigned int8"

"mat"

"Returned array"

Description

"Returns array of zeros"

"Returns array of dimention Rows x Column specified in the argument whos all values are zero"

Examples

"[mat]=cv_zeros(8,8,1);"

See Also


Report an issue
<< cv_warpAffine_path ComputerVision