AbstractRealArray.RealMap, AbstractRealArray.RealReduce
Array.IndexingOrder
INVALID_PARITY, parity
dims, order, strides, values
Constructor and Description |
---|
DerivativeOfGaussian(int supportRadius,
double theta,
double scale,
int ord)
Default constructor.
|
Modifier and Type | Method and Description |
---|---|
protected static RealArray |
derivative(double sigma,
RealArray support,
int order)
Calculates a Gaussian derivative to the specified order.
|
boolean |
equals(Object o)
Fulfills the
equals(Object) contract. |
int |
hashCode()
Fulfills the
hashCode() contract. |
String |
toString()
Creates a human-readable representation of this array.
|
eye, getBytes, mDiag, mEigs, mInvert, mMul, mSvd, mTranspose, parse, singleton, wrap, wrapUp
aEnt, aMax, aMean, aMin, applyKernelElementwiseOperation, applyKernelLeftElementwiseOperation, applyKernelRealAccumulatorOperation, applyKernelRealDimensionOperation, applyKernelRealIndexOperation, applyKernelRealReduceOperation, applyKernelRealToComplexOperation, applyKernelRealUnaryOperation, aProd, aSum, aVar, dProd, dSum, eAdd, eDiv, eMax, eMin, eMul, eSub, getComponentType, iGZero, iGZero, iLZero, iLZero, iMax, iMax, iMin, iMin, iSort, iSort, iZero, iZero, lAdd, lDiv, lMax, lMin, lMul, lSub, map, reduce, rfft, rfftDimensions, rMax, rMean, rMin, rProd, rSum, rVar, tocIm, tocRe, uAbs, uAdd, uAtan, uCos, uExp, uFill, uInv, uLog, uMul, uPow, uRnd, uShuffle, uSin, uSqr, uSqrt, wrap, wrapDown
checkInvalidParity, checkMatrixOrder, checkShape, fft, get, ifft, rifft, rifftDimensions, set, transform, wrap
clone, concat, dims, map, nDims, order, physical, reshape, reverse, reverseOrder, shift, size, slice, slice, slice, slice, splice, stride, strides, subarray, tile, transpose, values
public DerivativeOfGaussian(int supportRadius, double theta, double scale, int ord)
supportRadius
- the support radius.theta
- the orientation.scale
- the scale.ord
- the order of the derivative.public String toString()
Array
toString
in interface Array<RealArray,Double>
toString
in class AbstractArray<RealArray,ComplexArray,RealArray,Double>
public boolean equals(Object o)
equals(Object)
contract.public int hashCode()
hashCode()
contract.