AbnerAI / AbnerAi.github.io

Abner的个人博客
1 stars 0 forks source link

cvConvertScale用法 | Abner Blog #2

Open AbnerAI opened 5 years ago

AbnerAI commented 5 years ago

https://abnerai.github.io/2019/05/07/cvConvertScale%E7%94%A8%E6%B3%95/

基本介绍ConvertScale使用线性变换转换数组void cvConvertScale( const CvArr src, CvArr dst, double scale=1, double shift=0 );123#define cvCvtScale cvConvertScale#define cvScale cvConvertScale#define cvConvert( src, ds