java.lang.Object
Ch10_Line_Fitting.Line_Make_Random
- All Implemented Interfaces:
PlugIn
,JavaDocHelp
Samples points on a given (ideal) line and creates a new image with the sample points contained in a
PointRoi
. Image size, circle parameters and noise can be specified. The result can be used as a test image
for line fitting. Random seed can be set for repeatable results.- Version:
- 2022/12/08
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface imagingbook.core.jdoc.JavaDocHelp
getJavaDocUrl
-
Constructor Details
-
Line_Make_Random
public Line_Make_Random()
-
-
Method Details