首页 > 其他分享 >points_harris算子

points_harris算子

时间:2022-09-20 18:46:08浏览次数:44  
标签:SigmaGrad SigmaSmooth harris Harris 算子 Threshold points

points_harris — Detect points of interest using the Harris operator.

points_harris :通过Harris运算检测感兴趣的点。

points_harris(Image : : SigmaGrad, SigmaSmooth, Alpha, Threshold : Row, Column)

points_harris extracts points of interest from an image. The Harris operator is based upon the smoothed matrix

                                                                                                                     

where  stands for a Gaussian smoothing of size SigmaSmooth and  and   are the first derivatives of each image channel, computed with Gaussian derivatives of size SigmaGrad. The resulting points are the positive local extrema of

points_harris 提取一张图片中感兴趣的点。这个Harris 操作基于上面的平滑矩阵来是实现的。表示一个尺寸为SigmaSmooth的高斯平滑掩膜。是使用尺寸为SigmaGrad的高斯一阶倒数掩膜计算的值。结果点是计算结果的局部正极值点。

 

 

 If necessary, they can be restricted to points with a minimum filter response of Threshold. The coordinates of the points are calculated with subpixel accuracy.

如果有必要,可以通过一个最小值Threshold过滤运算结果。结果坐标用亚像素精度进行计算。

 

标签:SigmaGrad,SigmaSmooth,harris,Harris,算子,Threshold,points
From: https://www.cnblogs.com/DropInTheSea/p/16712108.html

相关文章

  • proj_match_points_ransac 算子
    proj_match_points_ransac(Image1,Image2::Rows1,Cols1,Rows2,Cols2,GrayMatchMethod,MaskSize,RowMove,ColMove,RowTolerance,ColTolerance,Rotation,Matc......
  • 带你掌握如何使用CANN 算子ST测试工具msopst
    摘要:本期带您了解如何使用msopst工具。本文分享自华为云社区《【CANN文档速递13期】算子ST测试工具【msopst】》,作者:昇腾CANN。如何获取msopst工具msopst工具存储在As......
  • 从SAP ECC升级到SAP S4HANA, 几个Key Points
    从SAPECC升级到SAPS4HANA,几个KeyPoints  自从SAP公司的拳头产品S/4HANA横空出世以来,就引起了世界范围内的众多客户以及ERP咨询业界的强烈关注。 笔者发现很......
  • CF1453D Checkpoints(期望)
    Gildongisdevelopingagameconsistingof......
  • 算子
    本文学习文章“隐私计算中的算子是个啥?可视化组合配置的算子解决方案了解下”,并记录笔记。算子算子,一个计算函数,一个计算单元。通过不同的算子组合可以完成既定......
  • sparkstreaming行动算子
    查看//默认是前10条print(num)保存数据一批次产生一个文件packageSparkStreaming.actionimportorg.apache.spark.SparkConfimportorg.apache.spark.streami......
  • sparkstreaming转换算子--窗口函数
    window画图理解说明countByWindow对每个滑动窗口的数据执行count操作reduceByWindow对每个滑动窗口的数据执行reduce操作reduceByKeyAndWindow对每个滑动窗口的......
  • SparkStreaming中的转换算子2--有状态的转换算子updateStateByKey
    将之前批次的状态保存,packageSparkStreaming.transimportorg.apache.spark.SparkConfimportorg.apache.spark.storage.StorageLevelimportorg.apache.spark.str......
  • SparkStreaming中的转换算子1
    转换算子1---map,flatMapRDD支持的转换算子DStream大部分都是支持的map、flatMap、filter、distinct、union、join、reduceByKey......RDD中部分行动算子DStream会当作......
  • DataFrame中的行动算子操作2
    ##修改hdfs-site.xml<property><name>hive.metastore.warehouse.dir</name><value>hdfs://node1:9000/user/hive/warehouse</value><description>locationof......