Fix xDataExtent, yDataExtent in ImageHelper
This commit is contained in:
@@ -18,7 +18,7 @@ namespace MarketData.CNNProcessing
|
||||
public ImageHelper(ImageHelper imageHelper)
|
||||
{
|
||||
this.bitmap=Copy(imageHelper.bitmap);
|
||||
pointMapping = new PointMapping(Width,Height,Width,0,Height,0);
|
||||
pointMapping = new PointMapping(Width,Height,Width-1,0,Height-1,0);
|
||||
}
|
||||
|
||||
public void Dispose()
|
||||
|
||||
Reference in New Issue
Block a user