一维测量
Posted yangmengke2018
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了一维测量相关的知识,希望对你有一定的参考价值。
1.矩形测量对的三个算子
gen_measure_rectangle2( : : Row, Column, Phi, Length1, Length2, Width, Height, Interpolation : MeasureHandle)
注意:Phi的方向就是寻找边缘的方向
measure_pairs(Image : : MeasureHandle, Sigma, Threshold, Transition, Select : RowEdgeFirst, ColumnEdgeFirst, AmplitudeFirst, RowEdgeSecond, ColumnEdgeSecond, AmplitudeSecond, IntraDistance, InterDistance)
measure_pairs(图像::测量句柄:Sigma:最小幅度:极性:选择方式:Row_第一条边:Col_第一条边:幅度_第一条边:Row_第二条边:Col_第二条边:幅度_第二条边:边对距离:相邻边之间的距离)
Sigma:高斯平滑算法的Sigma值,值越大,边缘越少
Transition: ‘all‘, ‘all_strongest‘, ‘negative‘, ‘negative_strongest‘, ‘positive‘, ‘positive_strongest‘ ------>>>>>>可以理解对像素值求一阶倒数,一阶导数为负说明:negative,一阶导数为正说明:positive
Select :‘all‘, ‘first‘, ‘last‘
close_measure( : : MeasureHandle : )
以上是关于一维测量的主要内容,如果未能解决你的问题,请参考以下文章