LineSegmentPolarYPosOfLine Method
|
指定したx座標を通るときのy座標を求める
Namespace:
OpenCvSharp
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntaxpublic Nullable<int> YPosOfLine(
int x
)
Public Function YPosOfLine (
x As Integer
) As Nullable(Of Integer)
public:
Nullable<int> YPosOfLine(
int x
)
member YPosOfLine :
x : int -> Nullable<int>
Parameters
- x
- Type: SystemInt32
Return Value
Type:
NullableInt32
See Also