IJUtils

ij_plugins.javacv.util.IJUtils$
object IJUtils

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
IJUtils.type

Members list

Concise view

Value members

Concrete methods

def add(r1: Roi, r2: Roi): Option[Roi]
def add(r1: Option[Roi], r2: Roi): Option[Roi]
def getMask(roi: Roi, width: Int, height: Int, value: Int): ByteProcessor
def getMask(roi: Roi, ip: ImageProcessor, value: Int): ByteProcessor
def toRoi(src: ByteProcessor, thresholdMin: Int, thresholdMax: Int): Roi