HoughCirclesPlugIn

ij_plugins.javacv.imgproc.HoughCirclesPlugIn
See theHoughCirclesPlugIn companion object

Finds lines in a binary image using the standard Hough transform.

Input is a binary grey 8-bit image.

Attributes

Companion:
object
Graph
Supertypes
trait DialogListener
trait ExtendedPlugInFilter
trait PlugInFilter
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Value members

Concrete methods

override def dialogItemChanged(gd: GenericDialog, e: AWTEvent): Boolean

Attributes

Definition Classes
DialogListener
override def showDialog(imp: ImagePlus, command: String, pfr: PlugInFilterRunner): Int

Attributes

Definition Classes
ExtendedPlugInFilter

Inherited methods

final protected def currentLabel: String

Current image or slice label. If only one slice is processed it is the image title, if more than one slice is processed it is the slice label.

Current image or slice label. If only one slice is processed it is the image title, if more than one slice is processed it is the slice label.

Attributes

Inherited from:
ExtendedPlugInFilterTrait
final protected def currentPass: Int

Attributes

Inherited from:
ExtendedPlugInFilterTrait
final protected def imp: ImagePlus

Image container that is the input to this plugin.

Image container that is the input to this plugin.

Attributes

Inherited from:
ExtendedPlugInFilterTrait
final protected def nPasses: Int

Attributes

Inherited from:
ExtendedPlugInFilterTrait
override def run(ip: ImageProcessor): Unit

Attributes

Definition Classes
Inherited from:
ExtendedPlugInFilterTrait
override def setNPasses(nPasses: Int): Unit

Attributes

Definition Classes
ExtendedPlugInFilterTrait -> ExtendedPlugInFilter
Inherited from:
ExtendedPlugInFilterTrait
override def setup(arg: String, imp: ImagePlus): Int

Attributes

Definition Classes
Inherited from:
ExtendedPlugInFilterTrait