mirror of
https://github.com/opencv/opencv.git
synced 2026-07-29 23:33:05 +04:00
impl hal_rvv norm_hamming
Co-authored-by: Liutong HAN <liutong2020@iscas.ac.cn>
This commit is contained in:
@@ -586,7 +586,7 @@ double norm( InputArray _src, int normType, InputArray _mask )
|
||||
|
||||
if( normType == NORM_HAMMING )
|
||||
{
|
||||
return hal::normHamming(data, (int)len);
|
||||
return hal::normHamming(data, (int)len, 1);
|
||||
}
|
||||
|
||||
if( normType == NORM_HAMMING2 )
|
||||
|
||||
Reference in New Issue
Block a user