GrubCutInteraction

ij_plugins.javacv.imgproc.GrubCutInteraction
class GrubCutInteraction(ip: ColorProcessor) extends AutoCloseable

Provides interaction with OpenCV implementation of GrubCut algorithm, hiding any native memory and resources management.

Attributes

ip

input image to be segmented.

Graph
Supertypes
trait AutoCloseable
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

def addToBackground(roi: Roi): Unit
def addToForeground(roi: Roi): Unit
def backgroundRoi: Roi
override def close(): Unit

Attributes

Definition Classes
AutoCloseable
def foregroundRoi: Roi
def initialRun(rect: Rectangle): Unit
def update(): Unit