EdgeDetection

open class EdgeDetection : Parcelable

Created by Christopher Alex Brown on 4/6/17.

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val CREATOR: Parcelable.Creator<EdgeDetection>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open var height: Float
Link copied to clipboard
Link copied to clipboard
open var width: Float
Link copied to clipboard
open var x: Float
Link copied to clipboard
open var y: Float

Functions

Link copied to clipboard
open fun describeContents(): Int
Link copied to clipboard
@NonNull
open fun rectangle(): RectF
Link copied to clipboard
@Nullable
open fun rectangleAsPercentange(bitmapWidth: Int, bitmapHeight: Int): RectF
Link copied to clipboard
open fun writeToParcel(@NonNull dest: Parcel, flags: Int)