This commit is contained in:
2024-05-09 07:17:06 -04:00
parent ba7b5a432b
commit ea41fb43cf

View File

@@ -9,7 +9,7 @@ namespace MarketData.CNNProcessing
{
public static class BitmapExtensions
{
// This call is used to generate the training, test, and validation bitmaps.
// This call is used to generate the training, test, and validation bitmaps..
// I noticed a large difference in the accuracy or the model when the quality parameter is 100.
// I therefore intentionally not using EncoderParameters to specify quality but instead taking the default quality.
public static void SaveJPG100(this Bitmap bmp, string filename)