Class ModelCodecSwapData

java.lang.Object
boofcv.abst.geo.optimization.ModelCodecSwapData
All Implemented Interfaces:
ModelCodec<DMatrixRMaj>

public class ModelCodecSwapData extends Object implements ModelCodec<DMatrixRMaj>
For use in cases where the model is a matrix and there is a 1-to-1 relationship with model parameters. Instead of copying the data over it simple puts parameter array reference into the matrix.