java.lang.Object
Ch11_Circle_Ellipse_Fitting.Ellipse_Make_Random
- All Implemented Interfaces:
PlugIn
,JavaDocHelp
Samples points on a given (ideal) circle and creates a new image with the sample points marked and also contained in
a
PointRoi
. Image size, ellipse parameters and noise can be specified. The result can be used as a test image
for circle fitting. Note that the resulting image has an inverted LUT, i.e., the background value is 0 and marked
points have value 255.- Version:
- 2022/10/03
-
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
-
Ellipse_Make_Random
public Ellipse_Make_Random()
-
-
Method Details