Constructors
constructor
- new RobertsCross(th: number): RobertsCross
Properties
_threshold
_threshold: number
Methods
_convolute
- _convolute(x: any, kernel: any): any[][]
Returns any[][]
predict
- predict(x: number[][]): boolean[][]
Returns boolean[][]
true if a pixel is edge.
Roberts cross