public NyARMarkerSystemConfig(int i_width, int i_height)
     : this(NyARParam.createDefaultParameter())
 {
     this._param.changeScreenSize(i_width, i_height);
 }