跳至正文
  • 首页
  • GitLab
  • 动态
  • 关于我

标签: norm

opencv norm

2017-12-28 yuiwongImage processing

opencv norm

  • L2SQR

squared norm (no sqrt)

cv::Mat const ssd0 = cv::abs(m1 - m2);
// squared norm
return cv::norm(ssd0, cv::NORM_L2SQR);
  • L2

先求解数组 1 和数组 2 对应元素的差值,
然后求解各个差值平方的累加和

cv::norm(m1, m2, cv::NORM_L2);

https://yuiwong.org/gitlab/graphics/cvdoc

2023年 6月
一 二 三 四 五 六 日
 1234
567891011
12131415161718
19202122232425
2627282930  
« 5月    

近期文章

  • SOA Service-oriented architecture 面向服务架构 2023-05-21
  • 数据库(MySQL)和缓存(Redis)的数据一致性问题 2022-01-16
  • compiling ace (linux) 2020-04-05
  • Find missing number (in C++) 2020-03-15
  • mysql migrate datadir 2020-03-12

分类

标签

Cache Checksum CircularBuffer CircularQueue cmake coredump CPP datadir Design Pattern Dijkstra Ethernet euler angles Git Graph search JQuery LRU Markdown math missing number mutable mysql Observer octree opencv Path plan Phone number PointCloud Pointer quaternion regex rint ROS RPM service shared_future SLAM SOA TCP trunc ubuntu wikipedia 架构模式 深度图 软件设计模式 面向服务架构

其他操作

  • 登录
  • 条目feed
  • 评论feed
  • WordPress.org
©2023 stay here
yuiwong.org | powered by yuiwong | support
粤ICP备16015138号-1
跳至工具栏
  • 关于WordPress
    • WordPress.org
    • 文档
    • 支持
    • 反馈
  • 登录