Add comments

This commit is contained in:
2024-04-25 18:56:52 -04:00
parent 9ee22ddcdd
commit d03fa2a7e6

View File

@@ -153,6 +153,8 @@ namespace MarketData.CNNProcessing
Validate();
graphics=Graphics.FromImage(bitmap);
}
// This is the method that is currently being used in the CNNClient.Predict to send the image stream to Flask
public Stream SaveBlackAndWhiteJPG()
{
Validate();