PHP Classes

File: TEST/Helper_Classes_Test/ImageProcessorTest.php

Recommend this page to a friend!
  Classes of Cuthbert Martin Lwinga   PHP Neural Net Library   TEST/Helper_Classes_Test/ImageProcessorTest.php   Download  
File: TEST/Helper_Classes_Test/ImageProcessorTest.php
Role: Example script
Content type: text/plain
Description: Example script
Class: PHP Neural Net Library
Build, train, evaluate, and use neural networks
Author: By
Last change:
Date: 6 months ago
Size: 293 bytes
 

Contents

Class file image Download
<?php
ini_set
('memory_limit', '1024M'); // Increase the memory limit to 1024MB
include_once("../../CLASSES/Headers.php");

//echo "\nhello\n";

$ImageProcessor = new ImageProcessor("0000.png");

var_dump($ImageProcessor->getImageGrayscaleArray(["rows"=>28,"cols"=>28],$grayScale = true));


?>