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